aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:32:28 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:40:14 +0000
commiteadbe04bad5a19ae50355bf5837b056c10ab6748 (patch)
tree421cf9b74b94d48a19669e82ab73c940399d2dbe
parent4996408feee5d569b8bbbba2b6d289e9057ef1c5 (diff)
downloadports-eadbe04bad5a19ae50355bf5837b056c10ab6748.tar.gz
ports-eadbe04bad5a19ae50355bf5837b056c10ab6748.zip
security/py-pyhanko: Sort USES
-rw-r--r--security/py-pyhanko/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-pyhanko/Makefile b/security/py-pyhanko/Makefile
index 1340caae646b..79136dcd0e15 100644
--- a/security/py-pyhanko/Makefile
+++ b/security/py-pyhanko/Makefile
@@ -12,7 +12,7 @@ WWW= https://github.com/MatthiasValvekens/pyHanko
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.1:devel/py-asn1crypto@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click>=7.1.2:devel/py-click@${PY_FLAVOR} \
@@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.1:devel/py-asn1crypto@${PY_F
${PYTHON_PKGNAMEPREFIX}requests>=2.24.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tzlocal>=4.3:devel/py-tzlocal@${PY_FLAVOR}
-USES= python pycryptography:run
+USES= pycryptography:run python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes