openbsd-ports/security/py-cryptography_vectors/Makefile
sthen 471efc1992 update to py3-cryptography-38.0.4; update patches to the version committed
upstream where possible, with a slight change for src/_cffi_src/openssl/evp.py

aarch64 tests + ok tb@
2022-11-28 12:04:13 +00:00

23 lines
433 B
Makefile

COMMENT= test vectors for py-cryptography
MODPY_EGG_VERSION= 38.0.4
DISTNAME= cryptography_vectors-${MODPY_EGG_VERSION}
PKGNAME= ${MODPY_PY_PREFIX}${DISTNAME}
CATEGORIES= security
HOMEPAGE= https://cryptography.io/
# dual: BSD or Apache 2
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PYBUILD= setuptools
MODPY_PI= Yes
MODPY_PI_DIR= c/cryptography-vectors
NO_TEST= Yes
FLAVORS= python3
FLAVOR= python3
.include <bsd.port.mk>