diff --git a/math/py-pyodeint/Makefile b/math/py-pyodeint/Makefile index a551febbf881..225d1316352b 100644 --- a/math/py-pyodeint/Makefile +++ b/math/py-pyodeint/Makefile @@ -1,22 +1,28 @@ PORTNAME= pyodeint -DISTVERSION= 0.10.4 -PORTREVISION= 2 +DISTVERSION= 0.10.6 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python binding for odeint from boost WWW= https://github.com/bjodah/pyodeint LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYNUMPY} \ ${LOCALBASE}/include/boost/config.hpp:devel/boost-libs RUN_DEPENDS= ${PYNUMPY} USES= compiler:c++11-lang localbase python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist pytest + +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} +TEST_WRKSRC= ${WRKSRC}/pyodeint/tests + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyodeint/_odeint${PYTHON_EXT_SUFFIX}.so + .include diff --git a/math/py-pyodeint/distinfo b/math/py-pyodeint/distinfo index ee5dba32c401..8150fb22eccb 100644 --- a/math/py-pyodeint/distinfo +++ b/math/py-pyodeint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1587629293 -SHA256 (pyodeint-0.10.4.tar.gz) = 11b7028323d03b5864b7600fbd14c87903a62d8826fbe8ea8fd0afbccadc1044 -SIZE (pyodeint-0.10.4.tar.gz) = 95049 +TIMESTAMP = 1715040526 +SHA256 (pyodeint-0.10.6.tar.gz) = 0b6a04865b55f35bb57cdce41a20d538ae6cd92cd6812869dac52fe8ff3f9782 +SIZE (pyodeint-0.10.6.tar.gz) = 117727