update to py3-numexpr-2.7.3
This commit is contained in:
parent
b76688684a
commit
ecfe58d04a
@ -1,35 +1,35 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2021/01/04 14:06:34 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2021/10/26 19:01:51 sthen Exp $
|
||||
|
||||
COMMENT = fast numerical expression evaluator for NumPy
|
||||
|
||||
MODPY_EGG_VERSION = 2.6.4
|
||||
MODPY_EGG_VERSION = 2.7.3
|
||||
DISTNAME = numexpr-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
CATEGORIES = math
|
||||
REVISION = 5
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += m pthread ${MODPY_WANTLIB} ${COMPILER_LIBCXX}
|
||||
|
||||
COMPILER = base-clang ports-gcc base-gcc
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
MODULES = lang/python
|
||||
FLAVORS = python3
|
||||
FLAVOR = python3
|
||||
|
||||
MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
MODPY_PYTEST = Yes
|
||||
MODPY_PYTEST_ARGS = ${TESTLIBDIR}
|
||||
|
||||
# some path error with tests,
|
||||
# ModuleNotFoundError: No module named 'numexpr.interpreter'
|
||||
# running those tests by hand from the shell does seem to work
|
||||
TESTLIBDIR = lib.openbsd-${OSREV}-${ARCH}-${MODPY_VERSION}/numexpr/
|
||||
|
||||
TEST_ENV = PYTHONPATH=${WRKSRC}/${TESTLIBDIR}
|
||||
|
||||
RUN_DEPENDS = math/py-numpy${MODPY_FLAVOR}
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (numexpr-2.6.4.tar.gz) = 8L75o6VAf7jWNEz5G2WL73wT7IqOsT9COCLZ0spa9s4=
|
||||
SIZE (numexpr-2.6.4.tar.gz) = 91060
|
||||
SHA256 (numexpr-2.7.3.tar.gz) = Q2FlKfm30a/IM4b5Q9xmxNpeBS8AIXun462N0bXzqCU=
|
||||
SIZE (numexpr-2.7.3.tar.gz) = 97932
|
||||
|
Loading…
Reference in New Issue
Block a user