Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2022 14:55:16 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e80bca6425f5 - main - all: undeprecate www/py-pyjwt1 and consumers
Message-ID:  <202212311455.2BVEtGGQ084062@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

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

commit e80bca6425f5f5f6d4c13135f3814500d11dd0f7
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-12-31 14:52:52 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-12-31 14:52:52 +0000

    all: undeprecate www/py-pyjwt1 and consumers
    
    py-pyjwt1 only uses expired security/py-pycrypto as a test dependency
    and according to the source code it is not even mentioned as a
    requirement, but according to the port Makefile some tests are
    skipped without it.
---
 devel/py-pyquil/Makefile         | 3 ---
 devel/py-qcs-api-client/Makefile | 3 ---
 net/ceph14/Makefile              | 3 ---
 science/py-cirq-rigetti/Makefile | 3 ---
 www/py-pyjwt1/Makefile           | 5 +----
 5 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/devel/py-pyquil/Makefile b/devel/py-pyquil/Makefile
index 7bfe116c42dc..3da2cfdd387b 100644
--- a/devel/py-pyquil/Makefile
+++ b/devel/py-pyquil/Makefile
@@ -11,9 +11,6 @@ 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 032002ef59d3..c24b82971aaf 100644
--- a/devel/py-qcs-api-client/Makefile
+++ b/devel/py-qcs-api-client/Makefile
@@ -11,9 +11,6 @@ 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 fb38959664f9..aa44dd16a125 100644
--- a/net/ceph14/Makefile
+++ b/net/ceph14/Makefile
@@ -12,9 +12,6 @@ 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 18abfa987ac9..eea245a036d6 100644
--- a/science/py-cirq-rigetti/Makefile
+++ b/science/py-cirq-rigetti/Makefile
@@ -11,9 +11,6 @@ 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}
 
diff --git a/www/py-pyjwt1/Makefile b/www/py-pyjwt1/Makefile
index fb2c6823cfc1..d69347fa3219 100644
--- a/www/py-pyjwt1/Makefile
+++ b/www/py-pyjwt1/Makefile
@@ -12,14 +12,11 @@ WWW=		https://github.com/progrium/pyjwt
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-DEPRECATED=	Depends on expired security/py-pycrypto
-EXPIRATION_DATE=2022-09-30
-
 # Some tests are skipped without pycrypto, but its not
 # referenced as a requirement anymore.
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pycryptodome>=0:security/py-pycryptodome@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	distutils concurrent autoplist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212311455.2BVEtGGQ084062>