openbsd-ports/math/py-affine/Makefile
2022-11-25 19:30:34 +00:00

25 lines
448 B
Makefile

COMMENT = matrices describing affine transformation of the plane
MODPY_EGG_VERSION = 2.3.1
DISTNAME = affine-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = math
REVISION = 1
MAINTAINER = Martin Reindl <martin@catai.org>
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
TEST_DEPENDS = devel/py-test-cov${MODPY_FLAVOR}
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>