git: e612156df377 - main - science/py-cirq-rigetti: Remove: Deprecated by the upstream

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 13 Oct 2025 15:18:23 UTC
The branch main has been updated by yuri:

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

commit e612156df3777c9e36742b73e21abf18d44aa9c3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-10-13 15:17:41 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-10-13 15:17:41 +0000

    science/py-cirq-rigetti: Remove: Deprecated by the upstream
---
 MOVED                             |  1 +
 science/Makefile                  |  1 -
 science/py-cirq-rigetti/Makefile  | 29 -----------------------------
 science/py-cirq-rigetti/distinfo  |  3 ---
 science/py-cirq-rigetti/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/MOVED b/MOVED
index 23451cfbe2f0..9885662f91f4 100644
--- a/MOVED
+++ b/MOVED
@@ -4800,3 +4800,4 @@ net-p2p/tremotesf@qt5||2025-10-08|Upstream removed Qt 5 support
 net-p2p/tremotesf@qt6|net-p2p/tremotesf|2025-10-08|Qt 6 is the only supported version, de-flavorize
 sysutils/moor|textproc/moor|2025-10-10|Moved to a more appropriate category
 net/p5-URI-ws|net/p5-URI|2025-10-12|URI-ws was folded into URI
+science/py-cirq-rigetti||2025-10-13|Deprecated by the upstream, see https://github.com/quantumlib/Cirq/issues/7058
diff --git a/science/Makefile b/science/Makefile
index 9713030b534d..f5f1d4578d3b 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -313,7 +313,6 @@
     SUBDIR += py-cirq-google
     SUBDIR += py-cirq-ionq
     SUBDIR += py-cirq-pasqal
-    SUBDIR += py-cirq-rigetti
     SUBDIR += py-coards
     SUBDIR += py-dftbplus
     SUBDIR += py-dftd4
diff --git a/science/py-cirq-rigetti/Makefile b/science/py-cirq-rigetti/Makefile
deleted file mode 100644
index 9f32d20ceff5..000000000000
--- a/science/py-cirq-rigetti/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME=	cirq-rigetti
-DISTVERSIONPREFIX=	v
-DISTVERSION=	1.5.0
-PORTREVISION=	1
-CATEGORIES=	science python # quantum-computing
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	yuri@FreeBSD.org
-COMMENT=	Cirq module to run on Rigetti quantum computers
-WWW=		https://github.com/quantumlib/cirq
-
-LICENSE=	APACHE20
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cirq-core>0:science/py-cirq-core@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyquil>=3.0.0:devel/py-pyquil@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	distutils autoplist
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	quantumlib
-GH_PROJECT=	Cirq
-
-WRKSRC_SUBDIR=	cirq-rigetti
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/science/py-cirq-rigetti/distinfo b/science/py-cirq-rigetti/distinfo
deleted file mode 100644
index 4fbbd69035e7..000000000000
--- a/science/py-cirq-rigetti/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1744354010
-SHA256 (quantumlib-Cirq-v1.5.0_GH0.tar.gz) = ff1622dea7de12e58fc47458e30d576c9a5a4faba5fd85bc6849150d1da3fc7f
-SIZE (quantumlib-Cirq-v1.5.0_GH0.tar.gz) = 8126107
diff --git a/science/py-cirq-rigetti/pkg-descr b/science/py-cirq-rigetti/pkg-descr
deleted file mode 100644
index f42a2725c284..000000000000
--- a/science/py-cirq-rigetti/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-cirq-ionq provides everything you'll need to run Cirq quantum algorithms
-on Rigetti quantum computers.