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 --- cad/uranium/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cad/uranium') diff --git a/cad/uranium/Makefile b/cad/uranium/Makefile index 9be37567b1e4..3c969b96f6ce 100644 --- a/cad/uranium/Makefile +++ b/cad/uranium/Makefile @@ -16,8 +16,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}PyOpenGL>0:graphics/py-PyOpenGL@${PY_FLAVOR} -USES= cmake gettext python pycryptography:run pyqt:5 +USES= cmake gettext python pyqt:5 USE_PYQT= pyqt5 +USE_PYTHON= cryptography USE_GITHUB= yes GH_ACCOUNT= Ultimaker STRIP= -- cgit v1.2.3