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:
parent
ef8010c64f
commit
641046531d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user