aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:01:53 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:01:53 +0000
commitbeed4da4b79b41c1a598c8d8630fbb68935dc92a (patch)
tree862646dbf9e8ebe6f68eb9f6787305f08488e312
parentd55da5af7cdcbc265fea262278fbdff96d47f23a (diff)
downloadports-beed4da4b79b41c1a598c8d8630fbb68935dc92a.tar.gz
ports-beed4da4b79b41c1a598c8d8630fbb68935dc92a.zip
graphics/py-pycha: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--graphics/py-pycha/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/py-pycha/Makefile b/graphics/py-pycha/Makefile
index ff09359a79a0..3aad9f57c5a7 100644
--- a/graphics/py-pycha/Makefile
+++ b/graphics/py-pycha/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pycha
PORTVERSION= 0.8.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +12,12 @@ WWW= https://bitbucket.org/lgs/pycha
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes