sthen 2206a80000 rename MODPY_PEP517 to MODPY_PYBUILD which is a bit less of a
magic-numbers name and more of a nod at the frontend we're actually
using for the build.
2022-09-13 20:56:17 +00:00

30 lines
601 B
Makefile

COMMENT = library for accessing OGC Web Services
MODPY_EGG_VERSION = 0.27.2
DISTNAME = OWSLib-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:L}
CATEGORIES = geo devel
HOMEPAGE = http://geopython.github.io/OWSLib
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR = python3
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS = www/py-requests${MODPY_FLAVOR} \
textproc/py-yaml${MODPY_FLAVOR} \
geo/py-proj${MODPY_FLAVOR} \
devel/py-tz${MODPY_FLAVOR} \
devel/py-dateutil${MODPY_FLAVOR}
TEST_DEPENDS = devel/py-test${MODPY_FLAVOR}
.include <bsd.port.mk>