From owner-dev-commits-ports-all@freebsd.org Tue Jul 27 13:17:50 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ECF3A66029A; Tue, 27 Jul 2021 13:17:50 +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 4GYy5V6MdLz4T4h; Tue, 27 Jul 2021 13:17:50 +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 C420B2F53; Tue, 27 Jul 2021 13:17:50 +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 16RDHobR089419; Tue, 27 Jul 2021 13:17:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16RDHoB3089418; Tue, 27 Jul 2021 13:17:50 GMT (envelope-from git) Date: Tue, 27 Jul 2021 13:17:50 GMT Message-Id: <202107271317.16RDHoB3089418@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: a4bd22e7d37a - main - science/py-OpenFermion: Update 0.11.0 -> 1.1.0 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: a4bd22e7d37a54836f169052594f74ebc3f99f49 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jul 2021 13:17:51 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4bd22e7d37a54836f169052594f74ebc3f99f49 commit a4bd22e7d37a54836f169052594f74ebc3f99f49 Author: Yuri Victorovich AuthorDate: 2021-07-27 13:06:02 +0000 Commit: Yuri Victorovich 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 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