aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:04:00 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:04:00 +0000
commit2720f4a3e5c5fc041694a80a12d2a789213bfec4 (patch)
treea0cbb04a3903d2886819e3959e3d5aa63260101a
parent4cb9596f47dd722030a048b7bdc4a8e8269ebcfd (diff)
downloadports-2720f4a3e5c5fc041694a80a12d2a789213bfec4.tar.gz
ports-2720f4a3e5c5fc041694a80a12d2a789213bfec4.zip
misc/py-progressbar: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--misc/py-progressbar/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/py-progressbar/Makefile b/misc/py-progressbar/Makefile
index 161d20890b19..ecbd1b160fe9 100644
--- a/misc/py-progressbar/Makefile
+++ b/misc/py-progressbar/Makefile
@@ -1,5 +1,6 @@
PORTNAME= progressbar
PORTVERSION= 2.5
+PORTREVISION= 1
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +13,11 @@ LICENSE= BSD3CLAUSE LGPL21+
LICENSE_COMB= dual
LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE.txt
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
NO_ARCH= yes
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
USES= python
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}progressbar231