geo/py-fiona: fixup deps, from Marco van Hulten with tweaks from sthen

attrs and certifi were missing, munch and six arent needed anymore.
This commit is contained in:
landry
2026-05-06 13:16:09 +00:00
parent c751b0b0b9
commit 2cc72be6db
+6 -6
View File
@@ -3,7 +3,7 @@ COMMENT = high-level API and CLI on top of OGR
MODPY_DISTV = 1.10.1
DISTNAME = fiona-${MODPY_DISTV}
PKGNAME = ${MODPY_PY_PREFIX}${DISTNAME:L:S/.post/pl/}
REVISION = 4
REVISION = 5
CATEGORIES = geo
@@ -18,20 +18,20 @@ COMPILER = base-clang ports-gcc
MODPY_PYBUILD = setuptools
MODPY_PI = Yes
# some tests use the network
MODPY_PYTEST_ARGS = tests
MODPY_TEST_LINK_SO = Yes
BUILD_DEPENDS = ${RUN_DEPENDS} \
math/py-numpy \
BUILD_DEPENDS = math/py-numpy \
lang/cython
LIB_DEPENDS = geo/gdal
RUN_DEPENDS = geo/py-cligj \
devel/py-attrs \
devel/py-certifi \
devel/py-click \
devel/py-click-plugins \
devel/py-munch \
devel/py-six
devel/py-click-plugins
TEST_DEPENDS = devel/py-parsing \
devel/py-tz \