git: f483fd1a89b2 - main - all: deprecate ports depending on expired py-pyjwt1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Sep 2022 20:06:40 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f483fd1a89b2e07136c03d4180e7478c67b9e716
commit f483fd1a89b2e07136c03d4180e7478c67b9e716
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-09-30 20:05:58 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-09-30 20:06:28 +0000
all: deprecate ports depending on expired py-pyjwt1
---
devel/py-pyquil/Makefile | 3 +++
devel/py-qcs-api-client/Makefile | 3 +++
net/ceph14/Makefile | 3 +++
science/py-cirq-rigetti/Makefile | 3 +++
4 files changed, 12 insertions(+)
diff --git a/devel/py-pyquil/Makefile b/devel/py-pyquil/Makefile
index 3da2cfdd387b..7bfe116c42dc 100644
--- a/devel/py-pyquil/Makefile
+++ b/devel/py-pyquil/Makefile
@@ -11,6 +11,9 @@ WWW= https://github.com/rigetti/pyquil
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Depends on expired www/py-pyjwt1 (via devel/py-qcs-api-client)
+EXPIRATION_DATE=2022-12-31
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark>=0.11.1:devel/py-lark@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}networkx>=2.5:math/py-networkx@${PY_FLAVOR} \
${PYNUMPY} \
diff --git a/devel/py-qcs-api-client/Makefile b/devel/py-qcs-api-client/Makefile
index c24b82971aaf..032002ef59d3 100644
--- a/devel/py-qcs-api-client/Makefile
+++ b/devel/py-qcs-api-client/Makefile
@@ -11,6 +11,9 @@ WWW= https://github.com/rigetti/pyquil
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Depends on expired www/py-pyjwt1
+EXPIRATION_DATE=2022-12-31
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=20.1.0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}httpx>=0.15.0:www/py-httpx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.13:devel/py-iso8601@${PY_FLAVOR} \
diff --git a/net/ceph14/Makefile b/net/ceph14/Makefile
index 211c3c8abc07..107264cc3cbc 100644
--- a/net/ceph14/Makefile
+++ b/net/ceph14/Makefile
@@ -12,6 +12,9 @@ WWW= https://ceph.com/
LICENSE= GPLv2 LGPL3
LICENSE_COMB= dual
+DEPRECATED= Depends on expired www/py-pyjwt1
+EXPIRATION_DATE=2022-12-31
+
# even though i386 will build, it is not really advised.
ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le
diff --git a/science/py-cirq-rigetti/Makefile b/science/py-cirq-rigetti/Makefile
index 491cc02b4879..4fc5360b2271 100644
--- a/science/py-cirq-rigetti/Makefile
+++ b/science/py-cirq-rigetti/Makefile
@@ -11,6 +11,9 @@ WWW= https://github.com/quantumlib/cirq
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Depends on expired www/py-pyjwt1 (via devel/py-pyquil)
+EXPIRATION_DATE=2022-12-31
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cirq-core>0:science/py-cirq-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyquil>=3.0.0:devel/py-pyquil@${PY_FLAVOR}