Date: Mon, 21 Aug 2023 17:13:08 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 21cb1ed224a2 - main - devel/py-jaraco: Remove obsoleted port Message-ID: <202308211713.37LHD8BH097800@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=21cb1ed224a2e69f3de668169a482a292a8f26e5 commit 21cb1ed224a2e69f3de668169a482a292a8f26e5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-21 16:52:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-21 17:02:00 +0000 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(-) 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308211713.37LHD8BH097800>