From 3754fc5f190b9a31f617d662bb35fd0f96ee8088 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 29 Sep 2023 22:19:56 +0800 Subject: *: 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 --- misc/py-apache-beam/Makefile | 4 ++-- misc/py-cinder/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'misc') diff --git a/misc/py-apache-beam/Makefile b/misc/py-apache-beam/Makefile index f292eb6daab1..2e64d9476b51 100644 --- a/misc/py-apache-beam/Makefile +++ b/misc/py-apache-beam/Makefile @@ -51,8 +51,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}freezegun>=0.3.12:devel/py-freezegun@${PY_F ${PYTHON_PKGNAMEPREFIX}yaml>=3.12:devel/py-yaml@${PY_FLAVOR} # testcontainers[mysql]>=3.0.3 is also required -USES= python pycryptography:test zip -USE_PYTHON= distutils cython concurrent autoplist pytest # 5 tests fail, depending on pyarrow, MySqlContainer, threadpoolctl +USES= python zip +USE_PYTHON= autoplist concurrent cryptography_test cython distutils pytest # 5 tests fail, depending on pyarrow, MySqlContainer, threadpoolctl post-install: # strip binaries diff --git a/misc/py-cinder/Makefile b/misc/py-cinder/Makefile index 21501d925972..b2131032fd42 100644 --- a/misc/py-cinder/Makefile +++ b/misc/py-cinder/Makefile @@ -74,8 +74,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tooz>=1.58.0:devel/py-tooz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=1.7.1:www/py-webob@${PY_FLAVOR} -USES= cpe pycryptography:run python -USE_PYTHON= autoplist concurrent distutils +USES= cpe python +USE_PYTHON= autoplist concurrent cryptography distutils NO_ARCH= yes USE_RC_SUBR= cinder-api cinder-scheduler cinder-volume -- cgit v1.2.3