Yuri Victorovich b0cd25dd80 security/py-scrypt: update 0.8.20 → 0.8.23
Reported by:	portscout
2024-03-04 08:09:15 -08:00

23 lines
501 B
Makefile

PORTNAME= scrypt
DISTVERSION= 0.8.23
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Bindings for the scrypt key derivation function library
WWW= https://pypi.org/project/scrypt/
LICENSE= BSD2CLAUSE
USES= python ssl
USE_PYTHON= autoplist distutils
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_scrypt*.so
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>