aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-21 16:52:09 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-21 17:02:00 +0000
commit21cb1ed224a2e69f3de668169a482a292a8f26e5 (patch)
tree1f7737e5bdef52c990942a1345a728510dd3a8ad
parenteabc4f7130318e404b517b99e93ae015d6d53825 (diff)
devel/py-jaraco: Remove obsoleted port
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-jaraco/Makefile28
-rw-r--r--devel/py-jaraco/pkg-descr4
4 files changed, 1 insertions, 33 deletions
diff --git a/MOVED b/MOVED
index b4312a4bb651..a2e70326670b 100644
--- a/MOVED
+++ b/MOVED
@@ -7785,3 +7785,4 @@ sysutils/devcpu-data-amd|sysutils/cpu-microcode-amd|2023-08-16|Reorganize CPU mi
sysutils/devcpu-data-intel|sysutils/cpu-microcode-intel|2023-08-16|Reorganize CPU microcode ports
sysutils/devcpu-data|sysutils/cpu-microcode-rc|2023-08-16|Reorganize CPU microcode ports
devel/py-python-Levenshtein|devel/py-Levenshtein|2023-08-17|Rename to match upstream
+devel/py-jaraco||2023-08-21|Remove obsoleted port
diff --git a/devel/Makefile b/devel/Makefile
index 0ea94394c918..923009c59265 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4831,7 +4831,6 @@
SUBDIR += py-itertree
SUBDIR += py-itypes
SUBDIR += py-janus
- SUBDIR += py-jaraco
SUBDIR += py-jaraco.classes
SUBDIR += py-jaraco.collections
SUBDIR += py-jaraco.context
diff --git a/devel/py-jaraco/Makefile b/devel/py-jaraco/Makefile
deleted file mode 100644
index 73abb0e6da5c..000000000000
--- a/devel/py-jaraco/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME= jaraco
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PORTVERSION= 1
-CATEGORIES= devel python
-DISTFILES= # empty
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Shared namespace shim for py-jaraco.* ports
-
-LICENSE= MIT
-
-USES= python
-USE_PYTHON= flavors
-
-NO_ARCH= yes
-NO_BUILD= yes
-
-PLIST_FILES= ${PYTHON_SITELIBDIR}/jaraco/__init__.py \
- ${PYTHON_SITELIBDIR}/jaraco/__pycache__/__init__.cpython-${PYTHON_SUFFIX}.opt-1.pyc \
- ${PYTHON_SITELIBDIR}/jaraco/__pycache__/__init__.cpython-${PYTHON_SUFFIX}.pyc
-
-do-install:
- ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco
- ${ECHO_CMD} "__path__ = __import__('pkgutil').extend_path(__path__, __name__)" > ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__init__.py
- ${PYTHON_CMD} -m compileall -d ${PYTHON_SITELIBDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
- ${PYTHON_CMD} -O -m compileall -d ${PYTHON_SITELIBDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
-
-.include <bsd.port.mk>
diff --git a/devel/py-jaraco/pkg-descr b/devel/py-jaraco/pkg-descr
deleted file mode 100644
index 7324e036185f..000000000000
--- a/devel/py-jaraco/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This port is the shared namespace shim for py-jaraco.* ports.
-
-py-jaraco provides a common jaraco/__init__.py, which is shared among all
-py-jaraco.* ports.