Date: Tue, 8 Nov 2022 08:13:23 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: 2f2a8ad825e0 - main - science/py-geometric: Update 0.9.7.2 -> 1.0 Message-ID: <202211080813.2A88DNpJ076335@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=2f2a8ad825e05d4b2ea73d1dc363286ad7c6787d commit 2f2a8ad825e05d4b2ea73d1dc363286ad7c6787d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-11-08 08:12:51 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-11-08 08:12:51 +0000 science/py-geometric: Update 0.9.7.2 -> 1.0 --- science/py-geometric/Makefile | 5 +++-- science/py-geometric/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/science/py-geometric/Makefile b/science/py-geometric/Makefile index 9d24ba9ed37b..6dbb366d52a9 100644 --- a/science/py-geometric/Makefile +++ b/science/py-geometric/Makefile @@ -1,5 +1,5 @@ PORTNAME= geometric -DISTVERSION= 0.9.7.2 +DISTVERSION= 1.0 CATEGORIES= science python # chemistry MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +13,10 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ase>0:science/py-ase@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= distutils concurrent autoplist +USE_PYTHON= distutils concurrent autoplist pytest # some tests fail because of missing large test files NO_ARCH= yes diff --git a/science/py-geometric/distinfo b/science/py-geometric/distinfo index dd5497438db6..45e88820e97b 100644 --- a/science/py-geometric/distinfo +++ b/science/py-geometric/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600026514 -SHA256 (geometric-0.9.7.2.tar.gz) = 6f69c8c31a188730e2b0f297aa17c66b2518b32c270bda29b6d62cbbffee3bdd -SIZE (geometric-0.9.7.2.tar.gz) = 183455 +TIMESTAMP = 1667893873 +SHA256 (geometric-1.0.tar.gz) = 905f4f1a23f72c80788974e57cf9fcc08730c1d4ce994f1114745c3ebcfd4cce +SIZE (geometric-1.0.tar.gz) = 347922
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211080813.2A88DNpJ076335>