git: af275a5b5d5a - main - science/py-cirq-*: Update 0.14.1 -> 0.15.0

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 01 Jul 2022 08:45:04 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=af275a5b5d5abb36939c3fec1531ec7e4cb841b5

commit af275a5b5d5abb36939c3fec1531ec7e4cb841b5
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-01 08:38:48 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-01 08:44:59 +0000

    science/py-cirq-*: Update 0.14.1 -> 0.15.0
    
    Reported by:    portscout
---
 science/py-cirq-aqt/Makefile    | 2 +-
 science/py-cirq-aqt/distinfo    | 6 +++---
 science/py-cirq-core/Makefile   | 4 ++--
 science/py-cirq-core/distinfo   | 6 +++---
 science/py-cirq-google/Makefile | 3 ++-
 science/py-cirq-google/distinfo | 6 +++---
 science/py-cirq-ionq/Makefile   | 2 +-
 science/py-cirq-ionq/distinfo   | 6 +++---
 science/py-cirq-pasqal/Makefile | 2 +-
 science/py-cirq-pasqal/distinfo | 6 +++---
 10 files changed, 22 insertions(+), 21 deletions(-)

diff --git a/science/py-cirq-aqt/Makefile b/science/py-cirq-aqt/Makefile
index 51f8105c16a5..2a2e7132c88c 100644
--- a/science/py-cirq-aqt/Makefile
+++ b/science/py-cirq-aqt/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cirq-aqt
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.14.1
+DISTVERSION=	0.15.0
 CATEGORIES=	science python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/science/py-cirq-aqt/distinfo b/science/py-cirq-aqt/distinfo
index f59f7c337e58..792c1c8c8954 100644
--- a/science/py-cirq-aqt/distinfo
+++ b/science/py-cirq-aqt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1650560406
-SHA256 (quantumlib-Cirq-v0.14.1_GH0.tar.gz) = 5e63aceb55fbc63d489d219894cb52e6b87ee3a560cd049f85f7aed67e9c419a
-SIZE (quantumlib-Cirq-v0.14.1_GH0.tar.gz) = 8637363
+TIMESTAMP = 1656655034
+SHA256 (quantumlib-Cirq-v0.15.0_GH0.tar.gz) = ed2ccb9e6d0bec155ef4e71a4cfedb0309f18a1d70b12e053549446e3a604db9
+SIZE (quantumlib-Cirq-v0.15.0_GH0.tar.gz) = 8155549
diff --git a/science/py-cirq-core/Makefile b/science/py-cirq-core/Makefile
index 214d74adbf8c..cd20c57b93ee 100644
--- a/science/py-cirq-core/Makefile
+++ b/science/py-cirq-core/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cirq-core
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.14.1
+DISTVERSION=	0.15.0
 CATEGORIES=	science python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}cirq-google>0:science/py-cirq-google@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}duet>=0.2.0:net/py-duet@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}duet>=0.2.6:net/py-duet@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
diff --git a/science/py-cirq-core/distinfo b/science/py-cirq-core/distinfo
index 6189ed9fcccf..c186a8b24f88 100644
--- a/science/py-cirq-core/distinfo
+++ b/science/py-cirq-core/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1650569493
-SHA256 (quantumlib-Cirq-v0.14.1_GH0.tar.gz) = 5e63aceb55fbc63d489d219894cb52e6b87ee3a560cd049f85f7aed67e9c419a
-SIZE (quantumlib-Cirq-v0.14.1_GH0.tar.gz) = 8637363
+TIMESTAMP = 1656663323
+SHA256 (quantumlib-Cirq-v0.15.0_GH0.tar.gz) = ed2ccb9e6d0bec155ef4e71a4cfedb0309f18a1d70b12e053549446e3a604db9
+SIZE (quantumlib-Cirq-v0.15.0_GH0.tar.gz) = 8155549
diff --git a/science/py-cirq-google/Makefile b/science/py-cirq-google/Makefile
index 87c22e3d01c3..96a6591d80a8 100644
--- a/science/py-cirq-google/Makefile
+++ b/science/py-cirq-google/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cirq-google
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.14.1
+DISTVERSION=	0.15.0
 CATEGORIES=	science python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -11,6 +11,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=1.14.0:www/py-google-api-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}proto-plus>=1.20.0:devel/py-proto-plus@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}protobuf>=3.13.0:devel/py-protobuf@${PY_FLAVOR}
 
 USES=		python:3.8+
diff --git a/science/py-cirq-google/distinfo b/science/py-cirq-google/distinfo
index 1bdd34d9f003..e5a54093d739 100644
--- a/science/py-cirq-google/distinfo
+++ b/science/py-cirq-google/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1651940580
-SHA256 (quantumlib-Cirq-v0.14.1_GH0.tar.gz) = 5e63aceb55fbc63d489d219894cb52e6b87ee3a560cd049f85f7aed67e9c419a
-SIZE (quantumlib-Cirq-v0.14.1_GH0.tar.gz) = 8637363
+TIMESTAMP = 1656663123
+SHA256 (quantumlib-Cirq-v0.15.0_GH0.tar.gz) = ed2ccb9e6d0bec155ef4e71a4cfedb0309f18a1d70b12e053549446e3a604db9
+SIZE (quantumlib-Cirq-v0.15.0_GH0.tar.gz) = 8155549
diff --git a/science/py-cirq-ionq/Makefile b/science/py-cirq-ionq/Makefile
index 0834f91557e4..3f8b876067f2 100644
--- a/science/py-cirq-ionq/Makefile
+++ b/science/py-cirq-ionq/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cirq-ionq
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.14.1
+DISTVERSION=	0.15.0
 CATEGORIES=	science python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/science/py-cirq-ionq/distinfo b/science/py-cirq-ionq/distinfo
index e92ada111e44..d3bd7ad48370 100644
--- a/science/py-cirq-ionq/distinfo
+++ b/science/py-cirq-ionq/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1650571501
-SHA256 (quantumlib-Cirq-v0.14.1_GH0.tar.gz) = 5e63aceb55fbc63d489d219894cb52e6b87ee3a560cd049f85f7aed67e9c419a
-SIZE (quantumlib-Cirq-v0.14.1_GH0.tar.gz) = 8637363
+TIMESTAMP = 1656663951
+SHA256 (quantumlib-Cirq-v0.15.0_GH0.tar.gz) = ed2ccb9e6d0bec155ef4e71a4cfedb0309f18a1d70b12e053549446e3a604db9
+SIZE (quantumlib-Cirq-v0.15.0_GH0.tar.gz) = 8155549
diff --git a/science/py-cirq-pasqal/Makefile b/science/py-cirq-pasqal/Makefile
index fe367a2c75b9..2dfc8a240ee9 100644
--- a/science/py-cirq-pasqal/Makefile
+++ b/science/py-cirq-pasqal/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cirq-pasqal
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.14.1
+DISTVERSION=	0.15.0
 CATEGORIES=	science python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/science/py-cirq-pasqal/distinfo b/science/py-cirq-pasqal/distinfo
index c47bfcbd07ac..d7fb5a38c20d 100644
--- a/science/py-cirq-pasqal/distinfo
+++ b/science/py-cirq-pasqal/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1650571729
-SHA256 (quantumlib-Cirq-v0.14.1_GH0.tar.gz) = 5e63aceb55fbc63d489d219894cb52e6b87ee3a560cd049f85f7aed67e9c419a
-SIZE (quantumlib-Cirq-v0.14.1_GH0.tar.gz) = 8637363
+TIMESTAMP = 1656663985
+SHA256 (quantumlib-Cirq-v0.15.0_GH0.tar.gz) = ed2ccb9e6d0bec155ef4e71a4cfedb0309f18a1d70b12e053549446e3a604db9
+SIZE (quantumlib-Cirq-v0.15.0_GH0.tar.gz) = 8155549