summaryrefslogtreecommitdiff
path: root/security/py-plaso
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-29 22:19:56 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-29 22:19:56 +0800
commit3754fc5f190b9a31f617d662bb35fd0f96ee8088 (patch)
tree3896798f9cfeb2241f037b4ae5874dd2f85b784e /security/py-plaso
parentx11-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-plaso')
-rw-r--r--security/py-plaso/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-plaso/Makefile b/security/py-plaso/Makefile
index 1dbfdebac506..fbdd276f2935 100644
--- a/security/py-plaso/Makefile
+++ b/security/py-plaso/Makefile
@@ -52,9 +52,9 @@ RUN_DEPENDS= libesedb>=e:devel/libesedb \
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fakeredis>=0:databases/py-fakeredis@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR}
-USES= python pycryptography:run
+USES= python
USE_LOCALE= en_US.UTF-8
-USE_PYTHON= distutils autoplist concurrent
+USE_PYTHON= autoplist concurrent cryptography distutils
# Upstream archive contains files with UTF-8 names
EXTRACT_CMD= ${SETENV} LANG=${USE_LOCALE} LC_ALL=${USE_LOCALE} ${TAR}
DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD}