From 21cb1ed224a2e69f3de668169a482a292a8f26e5 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Tue, 22 Aug 2023 00:52:09 +0800 Subject: [PATCH] devel/py-jaraco: Remove obsoleted port --- MOVED | 1 + devel/Makefile | 1 - devel/py-jaraco/Makefile | 28 ---------------------------- devel/py-jaraco/pkg-descr | 4 ---- 4 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 devel/py-jaraco/Makefile delete mode 100644 devel/py-jaraco/pkg-descr diff --git a/MOVED b/MOVED index b4312a4bb6513..a2e70326670bc 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 0ea94394c918e..923009c59265e 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 73abb0e6da5c6..0000000000000 --- 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 diff --git a/devel/py-jaraco/pkg-descr b/devel/py-jaraco/pkg-descr deleted file mode 100644 index 7324e036185f9..0000000000000 --- 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.