Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2023 02:02:10 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7d749f0dd6a9 - main - security/py-jwcrypto: Convert to USE_PYTHON=cryptography
Message-ID:  <202310050202.39522AUl058171@gitrepo.freebsd.org>

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

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

commit 7d749f0dd6a9d71d7743a6d6b6e0e25f437141a5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-05 01:57:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-05 02:00:25 +0000

    security/py-jwcrypto: Convert to USE_PYTHON=cryptography
---
 security/py-jwcrypto/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/security/py-jwcrypto/Makefile b/security/py-jwcrypto/Makefile
index 60c6482b3eb6..d95f30ae609f 100644
--- a/security/py-jwcrypto/Makefile
+++ b/security/py-jwcrypto/Makefile
@@ -12,11 +12,10 @@ WWW=		https://jwcrypto.readthedocs.io/en/latest/ \
 LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=3.4,1:security/py-cryptography@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}deprecated>=0:devel/py-deprecated@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}deprecated>=0:devel/py-deprecated@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent cryptography distutils
 
 NO_ARCH=	yes
 



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