git: 79f8bd35dae7 - main - devel/py-python-pcre: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Mar 2025 15:36:16 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=79f8bd35dae7fbb97168a2d8619a51a6537031a0 commit 79f8bd35dae7fbb97168a2d8619a51a6537031a0 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-03-31 15:36:08 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-03-31 15:36:08 +0000 devel/py-python-pcre: Remove expired port 2025-03-31 devel/py-python-pcre: Upstream is inactive for over 9 years --- MOVED | 1 + devel/Makefile | 1 - devel/py-python-pcre/Makefile | 28 ---------------------------- devel/py-python-pcre/distinfo | 3 --- devel/py-python-pcre/pkg-descr | 1 - 5 files changed, 1 insertion(+), 33 deletions(-) diff --git a/MOVED b/MOVED index 91cb12c57ff7..fbbc6050bc38 100644 --- a/MOVED +++ b/MOVED @@ -4260,3 +4260,4 @@ ports-mgmt/py-pytoport||2025-03-31|Has expired: Depends on expired misc/py-spdx- net/py-ec2-cli-tools||2025-03-31|Has expired: Depends on expired devel/py-boto emulators/libretro-mame||2025-03-31|Has expired: Uses expired Python 3.8 lang/python38|lang/python39|2025-03-31|Has expired: Reached end-of-life in October 2024 +devel/py-python-pcre||2025-03-31|Has expired: Upstream is inactive for over 9 years diff --git a/devel/Makefile b/devel/Makefile index 5464e2502fa4..cfa49559d561 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5745,7 +5745,6 @@ SUBDIR += py-python-jsonrpc-server SUBDIR += py-python-magic SUBDIR += py-python-mimeparse - SUBDIR += py-python-pcre SUBDIR += py-python-ptrace SUBDIR += py-python-rapidjson SUBDIR += py-python-semantic-release diff --git a/devel/py-python-pcre/Makefile b/devel/py-python-pcre/Makefile deleted file mode 100644 index e364edbce792..000000000000 --- a/devel/py-python-pcre/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= python-pcre -DISTVERSION= 0.7 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Python PCRE bindings -WWW= https://github.com/awahlig/python-pcre - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Upstream is inactive for over 9 years -EXPIRATION_DATE=2025-03-31 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -LIB_DEPENDS= libpcre.so:devel/pcre - -USES= localbase:ldflags python -USE_PYTHON= autoplist concurrent pep517 - -post-install: - ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + - -.include <bsd.port.mk> diff --git a/devel/py-python-pcre/distinfo b/devel/py-python-pcre/distinfo deleted file mode 100644 index 21fed2c08a5c..000000000000 --- a/devel/py-python-pcre/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1508255779 -SHA256 (python-pcre-0.7.tar.gz) = 4286f3f31e9f08a8c6bff537940ce0ca86aad8eb3f78ad486620266f5099f681 -SIZE (python-pcre-0.7.tar.gz) = 52596 diff --git a/devel/py-python-pcre/pkg-descr b/devel/py-python-pcre/pkg-descr deleted file mode 100644 index 7a7b980dcf74..000000000000 --- a/devel/py-python-pcre/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -python-pcre is a Python bindings for PCRE regex engine.