Date: Tue, 7 May 2024 07:17:15 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 53c31eb17102 - main - math/py-pyodeint: update 0.10.4 =?utf-8?Q?=E2=86=92?= 0.10.6 Message-ID: <202405070717.4477HFXN050531@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=53c31eb17102dc9a49849aa4d640cde46581a437 commit 53c31eb17102dc9a49849aa4d640cde46581a437 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-07 06:42:54 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-07 07:17:03 +0000 math/py-pyodeint: update 0.10.4 → 0.10.6 Reported by: portscout --- math/py-pyodeint/Makefile | 12 +++++++++--- math/py-pyodeint/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 6 deletions(-) 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,6 +1,5 @@ PORTNAME= pyodeint -DISTVERSION= 0.10.4 -PORTREVISION= 2 +DISTVERSION= 0.10.6 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +16,13 @@ BUILD_DEPENDS= ${PYNUMPY} \ 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405070717.4477HFXN050531>