summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 22:01:54 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 22:01:54 +0800
commit459d857af3d1d656fdc97c8732af1eca0706dbb5 (patch)
treeaee0fdf715c2e427efc67eb82dec67b4a1f9c995 /graphics
parentgraphics/py-pycha: Convert to USE_PYTHON=pep517 (diff)
graphics/py-pyepsg: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-pyepsg/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/py-pyepsg/Makefile b/graphics/py-pyepsg/Makefile
index 2f90c9706e4a..2322bf03ea2c 100644
--- a/graphics/py-pyepsg/Makefile
+++ b/graphics/py-pyepsg/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pyepsg
PORTVERSION= 0.4.0
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +12,12 @@ WWW= https://github.com/rhattersley/pyepsg
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
+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}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes