diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-pyepsg/Makefile | 5 |
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 |