Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2024 07:53:07 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: 43b2d219301c - main - science/py-OpenFermion: update 1.6.0 =?utf-8?Q?=E2=86=92?= 1.6.1
Message-ID:  <202404270753.43R7r7ba020455@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=43b2d219301cf460514c4a027e035f042f039bc2

commit 43b2d219301cf460514c4a027e035f042f039bc2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-27 07:24:39 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-27 07:52:59 +0000

    science/py-OpenFermion: update 1.6.0 → 1.6.1
    
    Reported by:    portscout
---
 science/py-OpenFermion/Makefile | 10 +++++-----
 science/py-OpenFermion/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/science/py-OpenFermion/Makefile b/science/py-OpenFermion/Makefile
index 488adbbe68a1..bfd3021135c5 100644
--- a/science/py-OpenFermion/Makefile
+++ b/science/py-OpenFermion/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	OpenFermion
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.6.0
+DISTVERSION=	1.6.1
 CATEGORIES=	science python # quantum-computing
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -11,7 +11,7 @@ WWW=		https://github.com/quantumlib/OpenFermion
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cirq-core>=1.0:science/py-cirq-core@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cirq-core>=1.0:science/py-cirq-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cirq-google>=0.15.0:science/py-cirq-google@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}deprecation>0:devel/py-deprecation@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}h5py>=2.8:science/py-h5py@${PY_FLAVOR} \
@@ -21,15 +21,15 @@ PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cirq-core>=1.0:science/py-cirq-core@${PY_FLAV
 		${PYTHON_PKGNAMEPREFIX}requests>=2.18:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=1.1.0:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR}
-BUILD_DEPENDS=	${PY_DEPENDS}
-RUN_DEPENDS=	${PY_DEPENDS}
 
 USES=		python
-USE_PYTHON=	distutils autoplist pytest # 91 tests fail, see https://github.com/quantumlib/OpenFermion/issues/851
+USE_PYTHON=	distutils autoplist pytest # 1 tests fails, see https://github.com/quantumlib/OpenFermion/issues/879
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	quantumlib
 
 NO_ARCH=	yes
 
+BINARY_ALIAS=	python3=${PYTHON_CMD} # only for tests
+
 .include <bsd.port.mk>
diff --git a/science/py-OpenFermion/distinfo b/science/py-OpenFermion/distinfo
index 07a1a76fe1e5..82454570bd5e 100644
--- a/science/py-OpenFermion/distinfo
+++ b/science/py-OpenFermion/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698636606
-SHA256 (quantumlib-OpenFermion-v1.6.0_GH0.tar.gz) = 4a346a5e308be2383993a202fdb901e4b85d586aa756678f42907c65eb5dd30e
-SIZE (quantumlib-OpenFermion-v1.6.0_GH0.tar.gz) = 45091606
+TIMESTAMP = 1714198243
+SHA256 (quantumlib-OpenFermion-v1.6.1_GH0.tar.gz) = d1b6fd254efa12dd3eb08c7877c4b9e04bb12e4ead4ec809b8e370b25c898ed6
+SIZE (quantumlib-OpenFermion-v1.6.1_GH0.tar.gz) = 45081688



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404270753.43R7r7ba020455>