Date: Mon, 18 Oct 2021 16:54:39 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: 1ad5af57e37f - main - math/py-GridDataFormats: Update 0.5.0 -> 0.6.0 Message-ID: <202110181654.19IGsdGc092037@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=1ad5af57e37ff9dfe557d5606cae12c2728e9ddf commit 1ad5af57e37ff9dfe557d5606cae12c2728e9ddf Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-10-18 16:48:23 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-10-18 16:54:29 +0000 math/py-GridDataFormats: Update 0.5.0 -> 0.6.0 Reported by: portscout --- math/py-GridDataFormats/Makefile | 12 +++++++++--- math/py-GridDataFormats/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/math/py-GridDataFormats/Makefile b/math/py-GridDataFormats/Makefile index ad870371e874..6c1347d75c23 100644 --- a/math/py-GridDataFormats/Makefile +++ b/math/py-GridDataFormats/Makefile @@ -1,6 +1,5 @@ PORTNAME= GridDataFormats -DISTVERSION= 0.5.0 -PORTREVISION= 1 +DISTVERSION= 0.6.0 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +10,19 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= python:3.6+ +USE_PYTHON= distutils autoplist concurrent + USE_GITHUB= yes GH_ACCOUNT= MDAnalysis -USE_PYTHON= distutils autoplist concurrent + NO_ARCH= yes +do-test: + @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest + .include <bsd.port.mk> diff --git a/math/py-GridDataFormats/distinfo b/math/py-GridDataFormats/distinfo index 8f44767e3f19..16907935a483 100644 --- a/math/py-GridDataFormats/distinfo +++ b/math/py-GridDataFormats/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1558291028 -SHA256 (MDAnalysis-GridDataFormats-0.5.0_GH0.tar.gz) = e8dc71981a07ccac2917adbd411d5bf64f9d0d9684a4f9829190fb43014e5799 -SIZE (MDAnalysis-GridDataFormats-0.5.0_GH0.tar.gz) = 2213531 +TIMESTAMP = 1634575295 +SHA256 (MDAnalysis-GridDataFormats-0.6.0_GH0.tar.gz) = 8162beb3c360734ec5bf365b4afb8cc8beb498cf7c1b820da0a53e79fa6ca87f +SIZE (MDAnalysis-GridDataFormats-0.6.0_GH0.tar.gz) = 2210700
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110181654.19IGsdGc092037>