aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:07:48 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:07:48 +0000
commit2232ebdb6702001bfb2a11fabee70dc129e043d2 (patch)
treec3ee6b62ef36e48adabc511cb02cd001c12f67b0
parent7afe05d57e00b46adfb942e6851356ebbfc7a373 (diff)
downloadports-2232ebdb6702001bfb2a11fabee70dc129e043d2.tar.gz
ports-2232ebdb6702001bfb2a11fabee70dc129e043d2.zip
security/py-oscrypto: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--security/py-oscrypto/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/py-oscrypto/Makefile b/security/py-oscrypto/Makefile
index fde2ef28ade9..476a384a70c3 100644
--- a/security/py-oscrypto/Makefile
+++ b/security/py-oscrypto/Makefile
@@ -1,5 +1,6 @@
PORTNAME= oscrypto
PORTVERSION= 1.3.0
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +12,12 @@ WWW= https://github.com/wbond/oscrypto
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0: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}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes