openbsd-ports/devel/py-construct/Makefile

29 lines
494 B
Makefile

COMMENT = powerful declarative parser/builder for binary data
MODPY_EGG_VERSION = 2.10.68
DISTNAME = construct-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
CATEGORIES = devel
HOMEPAGE = https://construct.readthedocs.io/
# MIT
PERMIT_PACKAGE = Yes
EPOCH = 0
MODULES = lang/python
MODPY_PYBUILD = setuptools
MODPY_PI = Yes
FLAVORS = python3
FLAVOR = python3
# github version has tests, but they require arrow (not yet in ports)
NO_TEST = Yes
.include <bsd.port.mk>