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-oauthlib | |
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-oauthlib')
-rw-r--r-- | security/py-oauthlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-oauthlib/Makefile b/security/py-oauthlib/Makefile index e132e3abf688..63f9c72a771c 100644 --- a/security/py-oauthlib/Makefile +++ b/security/py-oauthlib/Makefile @@ -24,9 +24,9 @@ RSA_DESC= RSA support SIGNALS_DESC= Signal support SIGNEDTOKEN_DESC= Signed token support -RSA_USES= pycryptography:run +RSA_USE= PYTHON=cryptography SIGNALS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blinker>=1.4.0:devel/py-blinker@${PY_FLAVOR} SIGNEDTOKEN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.0.0<3:www/py-pyjwt@${PY_FLAVOR} -SIGNEDTOKEN_USES= pycryptography:run +SIGNEDTOKEN_USE= PYTHON=cryptography .include <bsd.port.mk> |