summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-09-30 22:05:58 +0200
committerRene Ladan <rene@FreeBSD.org>2022-09-30 22:06:28 +0200
commitf483fd1a89b2e07136c03d4180e7478c67b9e716 (patch)
treee3786cde1c9d26611dd49f895743abdbe1d0b3d0 /devel
parentall: add more ports depending on expired security/py-pycrypto (diff)
all: deprecate ports depending on expired py-pyjwt1
Diffstat (limited to 'devel')
-rw-r--r--devel/py-pyquil/Makefile3
-rw-r--r--devel/py-qcs-api-client/Makefile3
2 files changed, 6 insertions, 0 deletions
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} \