diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-29 22:19:56 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-29 22:19:56 +0800 |
commit | 3754fc5f190b9a31f617d662bb35fd0f96ee8088 (patch) | |
tree | 3896798f9cfeb2241f037b4ae5874dd2f85b784e /security/py-pyhanko-certvalidator | |
parent | x11-toolkits/wlroots-devel: update to 0.16.0.739 (diff) |
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine
Diffstat (limited to 'security/py-pyhanko-certvalidator')
-rw-r--r-- | security/py-pyhanko-certvalidator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-pyhanko-certvalidator/Makefile b/security/py-pyhanko-certvalidator/Makefile index d177c672cd12..67b18ab08be7 100644 --- a/security/py-pyhanko-certvalidator/Makefile +++ b/security/py-pyhanko-certvalidator/Makefile @@ -18,8 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.1:devel/py-asn1crypto@${PY_F ${PYTHON_PKGNAMEPREFIX}requests>=2.24.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uritools>=3.0.1:net/py-uritools@${PY_FLAVOR} -USES= pycryptography:run python -USE_PYTHON= autoplist concurrent pep517 +USES= python +USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes |