From nobody Mon Oct 18 16:54:39 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 7B85818054A9; Mon, 18 Oct 2021 16:54:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HY2zM6lkRz4nlt; Mon, 18 Oct 2021 16:54:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 80E7C244A5; Mon, 18 Oct 2021 16:54:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19IGsdIc092038; Mon, 18 Oct 2021 16:54:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19IGsdGc092037; Mon, 18 Oct 2021 16:54:39 GMT (envelope-from git) Date: Mon, 18 Oct 2021 16:54:39 GMT Message-Id: <202110181654.19IGsdGc092037@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 1ad5af57e37f - main - math/py-GridDataFormats: Update 0.5.0 -> 0.6.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1ad5af57e37ff9dfe557d5606cae12c2728e9ddf Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ad5af57e37ff9dfe557d5606cae12c2728e9ddf commit 1ad5af57e37ff9dfe557d5606cae12c2728e9ddf Author: Yuri Victorovich AuthorDate: 2021-10-18 16:48:23 +0000 Commit: Yuri Victorovich 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 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