diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-13 22:01:50 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-13 22:01:50 +0800 |
commit | fbd61881def1d01e4f80e575cf8f355c4d13ef81 (patch) | |
tree | eb07a8684df071ca7707a846e8871b72010ac8a2 | |
parent | graphics/py-optimize-images: Convert to USE_PYTHON=pep517 (diff) |
graphics/py-osmnet: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r-- | graphics/py-osmnet/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/py-osmnet/Makefile b/graphics/py-osmnet/Makefile index a4fe87901bb7..0e2b086cf0c2 100644 --- a/graphics/py-osmnet/Makefile +++ b/graphics/py-osmnet/Makefile @@ -1,5 +1,6 @@ PORTNAME= osmnet PORTVERSION= 0.1.7 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,8 @@ WWW= https://github.com/UDST/osmnet LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=0.11:graphics/py-geopandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.10,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0.23,1:math/py-pandas@${PY_FLAVOR} \ @@ -18,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=0.11:graphics/py-geopandas@${PY_F ${PYTHON_PKGNAMEPREFIX}shapely>=1.8:devel/py-shapely@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |