git: 3dadfccb9bb4 - main - devel/py-perceval: Convert to USE_PYTHON=cryptography

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 21 Oct 2024 09:35:05 UTC
The branch main has been updated by sunpoet:

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

commit 3dadfccb9bb4aadedda0d024b96a6cc0c67c4e96
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-21 06:34:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-21 09:17:39 +0000

    devel/py-perceval: Convert to USE_PYTHON=cryptography
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 devel/py-perceval/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/devel/py-perceval/Makefile b/devel/py-perceval/Makefile
index f97392f6ae38..74fbe52a3fac 100644
--- a/devel/py-perceval/Makefile
+++ b/devel/py-perceval/Makefile
@@ -15,7 +15,6 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${
 # devel/py-dulwich should be at least 0.21.5
 RUN_DEPENDS=	\
 		${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.3.2:www/py-beautifulsoup@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}cryptography>=41.0.3:security/py-cryptography@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dulwich>=0.21.2:devel/py-dulwich@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.8:textproc/py-feedparser@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}grimoirelab-toolkit>=0.3:devel/py-grimoirelab-toolkit@${PY_FLAVOR} \
@@ -27,7 +26,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpretty>0:www/py-httpretty@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
 
 USES=		python shebangfix
-USE_PYTHON=	autoplist concurrent pep517 unittest2
+USE_PYTHON=	autoplist concurrent cryptography pep517 unittest2
 SHEBANG_GLOB=	*.py
 
 NO_ARCH=	yes