aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:07:35 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:07:35 +0000
commit5bae275446c9f734012231fa8b96722983a27e08 (patch)
tree12ca808c2d5e0871063aadb83fbee9e8ea2e55b8
parent1e503b035565b972e8d7785e9e290ed3eee651d9 (diff)
downloadports-5bae275446c9f734012231fa8b96722983a27e08.tar.gz
ports-5bae275446c9f734012231fa8b96722983a27e08.zip
security/py-detect-secrets: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--security/py-detect-secrets/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/py-detect-secrets/Makefile b/security/py-detect-secrets/Makefile
index 11eeca71fa90..b19fdbe81ace 100644
--- a/security/py-detect-secrets/Makefile
+++ b/security/py-detect-secrets/Makefile
@@ -1,5 +1,6 @@
PORTNAME= detect-secrets
PORTVERSION= 1.4.0
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,11 +13,13 @@ WWW= https://github.com/Yelp/detect-secrets
LICENSE= APACHE20
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}yaml>=0:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes