openbsd-ports/geo/py-mercantile/Makefile
martin 8efdbd4d1c Import py-mercantile 1.1.2.
OK landry@

py-mercantile provides spherical mercator coordinate and tile utilities
2020-04-10 06:20:17 +00:00

31 lines
607 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2020/04/10 06:20:17 martin Exp $
COMMENT = spherical mercator coordinate and tile utilities
MODPY_EGG_VERSION = 1.1.2
DISTNAME = mercantile-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = geo
MAINTAINER = Martin Reindl <martin@catai.org>
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR = python3
MODPY_SETUPTOOLS = Yes
MODPY_PI = Yes
MODPY_PYTEST = Yes
RUN_DEPENDS = devel/py-click${MODPY_FLAVOR}
# does not package tests, only available via git
NO_TEST = Yes
TEST_DEPENDS = devel/py-test${MODPY_FLAVOR}
.include <bsd.port.mk>