Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2024 09:31:47 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6c91058d70ce - main - security/py-badkeys: Update to 0.0.8
Message-ID:  <202404290931.43T9VlmM066726@gitrepo.freebsd.org>

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

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

commit 6c91058d70ce9267981ff828c7e403a75efcc906
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2024-04-29 09:28:48 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2024-04-29 09:30:35 +0000

    security/py-badkeys: Update to 0.0.8
    
    Reported by:    portscout, github notification, Hanno Böck.
---
 security/py-badkeys/Makefile | 17 ++++++++++++++---
 security/py-badkeys/distinfo |  6 +++---
 2 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/security/py-badkeys/Makefile b/security/py-badkeys/Makefile
index 7930158665c1..efe3931f4308 100644
--- a/security/py-badkeys/Makefile
+++ b/security/py-badkeys/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	badkeys
-DISTVERSION=	0.0.6
+DISTVERSION=	0.0.8
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +11,22 @@ WWW=		https://github.com/badkeys/badkeys
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gmpy2>0:math/py-gmpy2@${PY_FLAVOR}
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=7:devel/py-setuptools-scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}gmpy2>0:math/py-gmpy2@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist cryptography distutils
+USE_PYTHON=	autoplist cryptography pep517
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	SSH URLLOOKUP
+
+URLLOOKUP_DESC=	Lookup keys also in URLs
+
+SSH_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR}
+URLLOOKUP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}binary_file_search>0:devel/py-binary_file_search@${PY_FLAVOR}
+
 .include <bsd.port.mk>
diff --git a/security/py-badkeys/distinfo b/security/py-badkeys/distinfo
index 31cfc5baf95e..29e02677ccf9 100644
--- a/security/py-badkeys/distinfo
+++ b/security/py-badkeys/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1699484167
-SHA256 (badkeys-0.0.6.tar.gz) = ead74de1a60844bbd8019710aa8314ecde82ac077eee72d68a6f185e7ab5ee48
-SIZE (badkeys-0.0.6.tar.gz) = 370884
+TIMESTAMP = 1714378964
+SHA256 (badkeys-0.0.8.tar.gz) = 158953a0f695e2d56bee7c41ec8bc0958a6465f7d555e5583deee62dbbed3902
+SIZE (badkeys-0.0.8.tar.gz) = 372562



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