openbsd-ports/geo/py-geofilter/Makefile
landry 231a40473f Import geo/py-geofilter 0.1.2.
Pygeofilter is a pure Python parser implementation of OGC filtering
standards:
* CQL as defined in CSW 2.0
* CQL JSON as defined in OGC API - Features - Part 3: Filtering and
  the Common Query Language (CQL)
* JSON Filter Expressions (JFE)

ok sthen@
2022-12-19 10:52:04 +00:00

27 lines
618 B
Makefile

COMMENT = pure Python parser implementation of OGC filtering standards
MODPY_EGG_VERSION = 0.2.0
DISTNAME = pygeofilter-${MODPY_EGG_VERSION}
PKGNAME = py-geofilter-${MODPY_EGG_VERSION}
CATEGORIES = geo devel
HOMEPAGE = https://github.com/geopython/pygeofilter
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR ?= python3
MODPY_SETUPTOOLS = Yes
MODPY_PI = Yes
#all tests have missing deps
#NO_TEST = Yes
RUN_DEPENDS = textproc/py-lark${MODPY_FLAVOR} \
textproc/py-dateparser${MODPY_FLAVOR} \
geo/py-geoif${MODPY_FLAVOR} \
geo/py-shapely${MODPY_FLAVOR}
.include <bsd.port.mk>