From 2232ebdb6702001bfb2a11fabee70dc129e043d2 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 13 May 2024 22:07:48 +0800 Subject: [PATCH] security/py-oscrypto: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- security/py-oscrypto/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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