aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:22:31 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:49:32 +0000
commit4753ecc942a9dc8a2ced2c34cdea6e6e86457e59 (patch)
tree8efaab93743889910187f58292b76609b53666a7
parent3bbc9e4901c4578991447a632c7cfb86675876d1 (diff)
downloadports-4753ecc942a9dc8a2ced2c34cdea6e6e86457e59.tar.gz
ports-4753ecc942a9dc8a2ced2c34cdea6e6e86457e59.zip
security/py-jwcrypto: Update to 1.5.6
- Convert to USE_PYTHON=pep517 Changes: https://github.com/latchset/jwcrypto/releases
-rw-r--r--security/py-jwcrypto/Makefile6
-rw-r--r--security/py-jwcrypto/distinfo6
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