aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-29 14:19:56 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-29 14:19:56 +0000
commit3754fc5f190b9a31f617d662bb35fd0f96ee8088 (patch)
tree3896798f9cfeb2241f037b4ae5874dd2f85b784e /misc
parent2a4bb83e076d875d1b4e91208ca8d3babfb6d522 (diff)
downloadports-3754fc5f190b9a31f617d662bb35fd0f96ee8088.tar.gz
ports-3754fc5f190b9a31f617d662bb35fd0f96ee8088.zip
*: 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 'misc')
-rw-r--r--misc/py-apache-beam/Makefile4
-rw-r--r--misc/py-cinder/Makefile4
2 files changed, 4 insertions, 4 deletions
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