This is one of the many changes needed to update numpy to v1.17.0 or newer as numpy is now python3-only. Analysis of py-zmq consumers flubbed by me. Luckily bket@ did a much better dependency analysis of the py-zmq consumers. ok bket@
31 lines
595 B
Makefile
31 lines
595 B
Makefile
# $OpenBSD: Makefile,v 1.8 2020/10/10 18:45:00 daniel Exp $
|
|
|
|
COMMENT = powerful declarative parser/builder for binary data
|
|
|
|
# !!! do not update blindly: security/plaso needs a specific version
|
|
EPOCH = 0
|
|
MODPY_EGG_VERSION = 2.5.3
|
|
DISTNAME = construct-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 2
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://construct.readthedocs.io/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_SETUPTOOLS = Yes
|
|
MODPY_PYTEST = Yes
|
|
|
|
MODPY_PI = Yes
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
TEST_DEPENDS = math/py-numpy${MODPY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|