Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jul 2021 13:17:50 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: a4bd22e7d37a - main - science/py-OpenFermion: Update 0.11.0 -> 1.1.0
Message-ID:  <202107271317.16RDHoB3089418@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=a4bd22e7d37a54836f169052594f74ebc3f99f49

commit a4bd22e7d37a54836f169052594f74ebc3f99f49
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-07-27 13:06:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-07-27 13:16:51 +0000

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

diff --git a/science/py-OpenFermion/Makefile b/science/py-OpenFermion/Makefile
index 3a63bc1294d1..c3785d9de219 100644
--- a/science/py-OpenFermion/Makefile
+++ b/science/py-OpenFermion/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	OpenFermion
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.11.0
+DISTVERSION=	1.1.0
 CATEGORIES=	science python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -10,19 +10,24 @@ COMMENT=	Electronic structure package for quantum computers
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cvxopt>0:math/py-cvxopt@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cirq-core>0:science/py-cirq-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}cvxopt>0:math/py-cvxopt@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}deprecation>0:devel/py-deprecation@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}h5py>=2.8:science/py-h5py@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}PubChemPy>0:science/py-PubChemPy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=1.1.0:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
 		${PYNUMPY}
 
 USES=		python:3.7+
+USE_PYTHON=	distutils autoplist
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	quantumlib
-USE_PYTHON=	distutils autoplist
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/science/py-OpenFermion/distinfo b/science/py-OpenFermion/distinfo
index a6615288cb1d..04c97a9bd509 100644
--- a/science/py-OpenFermion/distinfo
+++ b/science/py-OpenFermion/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586112183
-SHA256 (quantumlib-OpenFermion-v0.11.0_GH0.tar.gz) = 339dd51e738a2ea72f86d71b5a9214ca202ace130fadb013835a142647e0a5c4
-SIZE (quantumlib-OpenFermion-v0.11.0_GH0.tar.gz) = 670587
+TIMESTAMP = 1627223829
+SHA256 (quantumlib-OpenFermion-v1.1.0_GH0.tar.gz) = 26a522023b91f5a6c01ea39e1c5d85059d6c3e5ed92e98a9428e1aeee1a3a1bd
+SIZE (quantumlib-OpenFermion-v1.1.0_GH0.tar.gz) = 867288



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