git: b9c8009a6bd4 - main - security/py-pyblake2: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Mar 2024 16:46:10 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=b9c8009a6bd4c991732d7c6b7bfaad5254bc2d35 commit b9c8009a6bd4c991732d7c6b7bfaad5254bc2d35 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-03-03 16:45:09 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-03-03 16:45:09 +0000 security/py-pyblake2: Remove expired port 2024-03-03 security/py-pyblake2: Reached it's End Of Life. Integrated into Python Standard Library --- MOVED | 1 + security/Makefile | 1 - security/py-pyblake2/Makefile | 24 ------------------------ security/py-pyblake2/distinfo | 3 --- security/py-pyblake2/pkg-descr | 1 - 5 files changed, 1 insertion(+), 29 deletions(-) diff --git a/MOVED b/MOVED index b64ad7a0bc5d..d11ade48bd70 100644 --- a/MOVED +++ b/MOVED @@ -3038,3 +3038,4 @@ sysutils/polkit-qt-1-devel|sysutils/polkit-qt-1|2024-03-01|Renamed to move upstr sysutils/cfengine-masterfiles320||2024-03-03|Has expired: No longer supported by upstream sysutils/cfengine320||2024-03-03|Has expired: No longer supported by upstream net-p2p/sonarr-devel|net-p2p/sonarr|2024-03-03|Has expired: Use net-p2p/sonarr instead +security/py-pyblake2||2024-03-03|Has expired: Reached it's End Of Life. Integrated into Python Standard Library diff --git a/security/Makefile b/security/Makefile index 0be9e0815232..c56b39cc9fd2 100644 --- a/security/Makefile +++ b/security/Makefile @@ -983,7 +983,6 @@ SUBDIR += py-pyaes SUBDIR += py-pyaff4 SUBDIR += py-pyaxo - SUBDIR += py-pyblake2 SUBDIR += py-pyclamd SUBDIR += py-pycryptodome SUBDIR += py-pycryptodome-test-vectors diff --git a/security/py-pyblake2/Makefile b/security/py-pyblake2/Makefile deleted file mode 100644 index f953b9f79b45..000000000000 --- a/security/py-pyblake2/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -PORTNAME= pyblake2 -PORTVERSION= 1.1.2 -CATEGORIES= security python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= antoine@FreeBSD.org -COMMENT= BLAKE2 hash function extension module -WWW= https://github.com/dchest/pyblake2 - -LICENSE= CC0-1.0 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Reached it's End Of Life. Integrated into Python Standard Library -EXPIRATION_DATE=2024-03-03 - -USES= python -USE_PYTHON= distutils autoplist -TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} - -do-test: - @(cd ${TEST_WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHON_CMD} test/test.py) - -.include <bsd.port.mk> diff --git a/security/py-pyblake2/distinfo b/security/py-pyblake2/distinfo deleted file mode 100644 index 8026bc2d64a2..000000000000 --- a/security/py-pyblake2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523649248 -SHA256 (pyblake2-1.1.2.tar.gz) = 5ccc7eb02edb82fafb8adbb90746af71460fbc29aa0f822526fc976dff83e93f -SIZE (pyblake2-1.1.2.tar.gz) = 126693 diff --git a/security/py-pyblake2/pkg-descr b/security/py-pyblake2/pkg-descr deleted file mode 100644 index b2b916cf0909..000000000000 --- a/security/py-pyblake2/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -pyblake2 is an extension module for Python implementing BLAKE2 hash function.