mirror of
https://github.com/openbsd/ports.git
synced 2025-12-06 15:59:03 +00:00
21 lines
411 B
Makefile
21 lines
411 B
Makefile
COMMENT = basic implementation of the __geo_interface__
|
|
|
|
MODPY_DISTV = 1.6.0
|
|
DISTNAME = pygeoif-${MODPY_DISTV}
|
|
PKGNAME = py-geoif-${MODPY_DISTV}
|
|
|
|
CATEGORIES = geo devel
|
|
|
|
HOMEPAGE = https://github.com/cleder/pygeoif/
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
MODPY_PI = Yes
|
|
MODPY_PYTEST_ARGS = pygeoif
|
|
RUN_DEPENDS = devel/py-typing-extensions
|
|
|
|
.include <bsd.port.mk>
|