Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Aug 2022 20:30:51 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: df154736e272 - main - science/py-OpenFermion: Update 1.5.0 -> 1.5.1
Message-ID:  <202208072030.277KUprK058686@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=df154736e2725d9cad9f182fa95dc41b20810be4

commit df154736e2725d9cad9f182fa95dc41b20810be4
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-07 19:46:31 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-07 20:30:46 +0000

    science/py-OpenFermion: Update 1.5.0 -> 1.5.1
    
    Reported by:    portscout
---
 science/py-OpenFermion/Makefile | 14 ++++++++------
 science/py-OpenFermion/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/science/py-OpenFermion/Makefile b/science/py-OpenFermion/Makefile
index ecf35f504b3b..16660a9dbcbb 100644
--- a/science/py-OpenFermion/Makefile
+++ b/science/py-OpenFermion/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	OpenFermion
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.5.0
-CATEGORIES=	science python
+DISTVERSION=	1.5.1
+CATEGORIES=	science python # quantum-computing
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -10,16 +10,18 @@ COMMENT=	Electronic structure package for quantum computers
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cirq-core>=0.12.0:science/py-cirq-core@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}cirq-google>=0.12.0:science/py-cirq-google@${PY_FLAVOR} \
+PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cirq-core>=0.15.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} \
 		${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \
+		${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}PubChemPy>0:science/py-PubChemPy@${PY_FLAVOR} \
 		${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} \
-		${PYNUMPY}
+		${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR}
+BUILD_DEPENDS=	${PY_DEPENDS}
+RUN_DEPENDS=	${PY_DEPENDS}
 
 USES=		python:3.7+
 USE_PYTHON=	distutils autoplist
diff --git a/science/py-OpenFermion/distinfo b/science/py-OpenFermion/distinfo
index 8984e4b1a0cf..d519ba4b6d9f 100644
--- a/science/py-OpenFermion/distinfo
+++ b/science/py-OpenFermion/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659058731
-SHA256 (quantumlib-OpenFermion-v1.5.0_GH0.tar.gz) = b1a9db0528ae5ffbc43bab3d3fbb26ce2b1b61fef59c13d043c477bbe9347af8
-SIZE (quantumlib-OpenFermion-v1.5.0_GH0.tar.gz) = 44590027
+TIMESTAMP = 1659900543
+SHA256 (quantumlib-OpenFermion-v1.5.1_GH0.tar.gz) = 8f55d5d48175c42267793cc7890faa0e0bd4b5d10a337f6406ca08b0697d37b0
+SIZE (quantumlib-OpenFermion-v1.5.1_GH0.tar.gz) = 44590093



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