security/py-pyblake2: Remove expired port

2024-03-03 security/py-pyblake2: Reached it's End Of Life. Integrated into Python Standard Library
This commit is contained in:
Rene Ladan 2024-03-03 17:45:09 +01:00
commit b9c8009a6b

1
MOVED
View file

@ -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

View file

@ -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

View file

@ -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>

View file

@ -1,3 +0,0 @@
TIMESTAMP = 1523649248
SHA256 (pyblake2-1.1.2.tar.gz) = 5ccc7eb02edb82fafb8adbb90746af71460fbc29aa0f822526fc976dff83e93f
SIZE (pyblake2-1.1.2.tar.gz) = 126693

View file

@ -1 +0,0 @@
pyblake2 is an extension module for Python implementing BLAKE2 hash function.