1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

security/py-pycrypto: Mark DEPRECATED and set EXPIRATION_DATE to 2022-06-30

PR:		263586
Reported by:	amdmi3
This commit is contained in:
Po-Chuan Hsieh 2022-05-13 19:31:33 +08:00
parent ef8010c64f
commit 641046531d
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -13,11 +13,14 @@ COMMENT= Python Cryptography Toolkit
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pycryptodome
DEPRECATED= Unmaintained, obsolete, and contains security vulnerabilities. Use security/py-pycryptodome instead
EXPIRATION_DATE=2022-06-30
USES= cpe python:3.6-3.10
USE_PYTHON= distutils autoplist
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pycryptodome
CPE_VENDOR= dlitz
GNU_CONFIGURE= yes
@ -37,7 +40,7 @@ pre-patch:
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Crypto/*/*.so
regression-test: build
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>