Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 15:01:51 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: 4753ecc942a9 - main - security/py-jwcrypto: Update to 1.5.6
Message-ID:  <202403231501.42NF1pTG008128@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=4753ecc942a9dc8a2ced2c34cdea6e6e86457e59

commit 4753ecc942a9dc8a2ced2c34cdea6e6e86457e59
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:22:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:49:32 +0000

    security/py-jwcrypto: Update to 1.5.6
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/latchset/jwcrypto/releases
---
 security/py-jwcrypto/Makefile | 6 ++++--
 security/py-jwcrypto/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/security/py-jwcrypto/Makefile b/security/py-jwcrypto/Makefile
index 125a3996917f..0a9642b1f3f4 100644
--- a/security/py-jwcrypto/Makefile
+++ b/security/py-jwcrypto/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	jwcrypto
-PORTVERSION=	1.5.4
+PORTVERSION=	1.5.6
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +12,12 @@ WWW=		https://jwcrypto.readthedocs.io/en/latest/ \
 LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.5.0:devel/py-typing-extensions@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent cryptography distutils
+USE_PYTHON=	autoplist concurrent cryptography pep517
 
 NO_ARCH=	yes
 
diff --git a/security/py-jwcrypto/distinfo b/security/py-jwcrypto/distinfo
index b0f548a76d19..2c90fa922123 100644
--- a/security/py-jwcrypto/distinfo
+++ b/security/py-jwcrypto/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1708449444
-SHA256 (jwcrypto-1.5.4.tar.gz) = 0815fbab613db99bad85691da5f136f8860423396667728a264bcfa6e1db36b0
-SIZE (jwcrypto-1.5.4.tar.gz) = 86870
+TIMESTAMP = 1710712532
+SHA256 (jwcrypto-1.5.6.tar.gz) = 771a87762a0c081ae6166958a954f80848820b2ab066937dc8b8379d65b1b039
+SIZE (jwcrypto-1.5.6.tar.gz) = 87168



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