aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:08:52 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:08:52 +0000
commitda116d45797f8693816a1eb91ae46f225973eb09 (patch)
treef22f8cb62b88d89b3bf4077075cc4a9674230731
parent540fb82dc2b45966e4baadbf9dc81cd14787cb52 (diff)
downloadports-da116d45797f8693816a1eb91ae46f225973eb09.tar.gz
ports-da116d45797f8693816a1eb91ae46f225973eb09.zip
sysutils/py-upt-cpan: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--sysutils/py-upt-cpan/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/py-upt-cpan/Makefile b/sysutils/py-upt-cpan/Makefile
index 58fc85c314c3..57ed6f9a7656 100644
--- a/sysutils/py-upt-cpan/Makefile
+++ b/sysutils/py-upt-cpan/Makefile
@@ -1,5 +1,6 @@
PORTNAME= upt-cpan
PORTVERSION= 0.6.1
+PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +12,13 @@ WWW= https://framagit.org/upt/upt-cpan
LICENSE= BSD3CLAUSE
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}requests>=0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}upt>=0.6:sysutils/py-upt@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes