aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 15:42:13 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 15:42:13 +0000
commit27802bc2b46165d5cc73c40ebbcd0157433974fa (patch)
tree3614060b86d035936015283bad80f757c5dd1021
parent5871d72bcdb1f85aeeb9399a2fe681909ceb70a7 (diff)
downloadports-27802bc2b46165d5cc73c40ebbcd0157433974fa.tar.gz
ports-27802bc2b46165d5cc73c40ebbcd0157433974fa.zip
devel/py-jaraco.util13: Remove obsoleted port
Use devel/py-jaraco.util instead.
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-jaraco.util13/Makefile39
-rw-r--r--devel/py-jaraco.util13/distinfo3
-rw-r--r--devel/py-jaraco.util13/pkg-descr7
5 files changed, 1 insertions, 50 deletions
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 <wg@FreeBSD.org>
-
-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 <bsd.port.mk>
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/