From 27802bc2b46165d5cc73c40ebbcd0157433974fa Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 10 Jun 2021 23:42:13 +0800 Subject: devel/py-jaraco.util13: Remove obsoleted port Use devel/py-jaraco.util instead. --- MOVED | 1 + devel/Makefile | 1 - devel/py-jaraco.util13/Makefile | 39 --------------------------------------- devel/py-jaraco.util13/distinfo | 3 --- devel/py-jaraco.util13/pkg-descr | 7 ------- 5 files changed, 1 insertion(+), 50 deletions(-) delete mode 100644 devel/py-jaraco.util13/Makefile delete mode 100644 devel/py-jaraco.util13/distinfo delete mode 100644 devel/py-jaraco.util13/pkg-descr diff --git a/MOVED b/MOVED index c407f4a88390..6046ff3d5f98 100644 --- a/MOVED +++ b/MOVED @@ -16349,3 +16349,4 @@ devel/py-cmd208|devel/py-cmd2|2021-06-10|Remove obsoleted port. Use devel/py-cmd devel/py-futurist1|devel/py-futurist|2021-06-10|Remove obsoleted port. Use devel/py-futurist instead devel/py-google-crc32c0|devel/py-google-crc32c|2021-06-10|Remove obsoleted port. Use devel/py-google-crc32c instead devel/py-jaraco.context2|devel/py-jaraco.context|2021-06-10|Remove obsoleted port. Use devel/py-jaraco.context instead +devel/py-jaraco.util13|devel/py-jaraco.util|2021-06-10|Remove obsoleted port. Use devel/py-jaraco.util instead diff --git a/devel/Makefile b/devel/Makefile index 39df3ba8284b..f3c90bf8a5ea 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4566,7 +4566,6 @@ SUBDIR += py-jaraco.logging SUBDIR += py-jaraco.timing SUBDIR += py-jaraco.util - SUBDIR += py-jaraco.util13 SUBDIR += py-javaproperties SUBDIR += py-jdcal SUBDIR += py-jedi diff --git a/devel/py-jaraco.util13/Makefile b/devel/py-jaraco.util13/Makefile deleted file mode 100644 index b89e33df3c6b..000000000000 --- a/devel/py-jaraco.util13/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: William Grzybowski - -PORTNAME= jaraco.util -PORTVERSION= 13.0 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 13 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= General utility modules that supply commonly-used functionality - -LICENSE= MIT - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}contextlib2>=0:devel/py-contextlib2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jaraco>=0:devel/py-jaraco@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jaraco.context>=0:devel/py-jaraco.context@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -# jaraco.util 14.0.0+ requires Python 3.6+ -PORTSCOUT= limit:^13\. - -POST_PLIST= trim-jaraco-namespace - -post-install: - @${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__init__.py* - -@${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__pycache__/__init__.* - -@${RMDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__pycache__ - -trim-jaraco-namespace: - @${REINPLACE_CMD} '/jaraco\/__init__\./d; /jaraco\/__pycache__\/__init__\./d' ${TMPPLIST} - -.include diff --git a/devel/py-jaraco.util13/distinfo b/devel/py-jaraco.util13/distinfo deleted file mode 100644 index f25b2862e0a6..000000000000 --- a/devel/py-jaraco.util13/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546769541 -SHA256 (jaraco.util-13.0.tar.gz) = a2f4b56417e8ade74f25910f93260756e998f1e43c416c33d720369fa34f2b59 -SIZE (jaraco.util-13.0.tar.gz) = 15303 diff --git a/devel/py-jaraco.util13/pkg-descr b/devel/py-jaraco.util13/pkg-descr deleted file mode 100644 index 2c6dd796e64c..000000000000 --- a/devel/py-jaraco.util13/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -jaraco.util contains a number of nominally useful, reusable classes and -functions. - -They're designed to be intuitively named and self-documenting (many with -extensive doctests). - -WWW: https://pypi.org/project/jaraco.util/ -- cgit v1.2.3