Date: Tue, 21 Sep 2021 16:43:01 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: 31ed0234b5da - main - math/py-pyodesys: Update 0.14.0 -> 0.14.1 Message-ID: <202109211643.18LGh13W075351@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=31ed0234b5da5848a11cbf3a932be1f4902cee6b commit 31ed0234b5da5848a11cbf3a932be1f4902cee6b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-09-21 16:41:03 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-09-21 16:41:49 +0000 math/py-pyodesys: Update 0.14.0 -> 0.14.1 Reported by: portscout --- math/py-pyodesys/Makefile | 19 +++++++++++++------ math/py-pyodesys/distinfo | 6 +++--- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/math/py-pyodesys/Makefile b/math/py-pyodesys/Makefile index fa6f9e7836fa..31778f9ba0be 100644 --- a/math/py-pyodesys/Makefile +++ b/math/py-pyodesys/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyodesys -DISTVERSION= 0.14.0 +DISTVERSION= 0.14.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,17 +11,24 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2.2:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2.5:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}notebook>=5.7.8:www/py-notebook@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.2.3:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sym>=0.3.4:math/py-sym@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sympy>=1.5.1:math/py-sympy@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ + ${LOCALBASE}/include/boost/numeric/ublas/matrix.hpp:devel/boost-libs \ + ${LOCALBASE}/include/gsl/gsl_errno.h:math/gsl -USES= python:3.7+ +USES= localbase:ldflags python:3.7+ shebangfix USE_PYTHON= distutils autoplist + +SHEBANG_GLOB= *.py + NO_ARCH= yes +BINARY_ALIAS= python3=${PYTHON_CMD} + OPTIONS_DEFINE= EXTRAS OPTIONS_DEFAULT= EXTRAS @@ -32,7 +39,7 @@ EXTRAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}pygslodeiv2>=0.9.1:math/py-pygslodeiv2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyodeint>=0.10.1:math/py-pyodeint@${PY_FLAVOR} -do-test: # Tests fail because extra-dependencies are erroneously required: https://github.com/bjodah/pyodesys/issues/97 - @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest +do-test: install # Tests fail because extra-dependencies are erroneously required: https://github.com/bjodah/pyodesys/issues/97 + @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest .include <bsd.port.mk> diff --git a/math/py-pyodesys/distinfo b/math/py-pyodesys/distinfo index 5d96cc7fbb59..3b9037c8bca8 100644 --- a/math/py-pyodesys/distinfo +++ b/math/py-pyodesys/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621962891 -SHA256 (pyodesys-0.14.0.tar.gz) = 7672746d731d3bd4d2c073e1b37d03577a5fa128cc6a1494b3498af194256be7 -SIZE (pyodesys-0.14.0.tar.gz) = 242470 +TIMESTAMP = 1632211260 +SHA256 (pyodesys-0.14.1.tar.gz) = 5cfd098ee0bb38eb936c035031ee441684cce4ee6a6d94faff1a1d676fa0339d +SIZE (pyodesys-0.14.1.tar.gz) = 242632
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109211643.18LGh13W075351>