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,22 +1,24 @@ PORTNAME= jwcrypto -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.6 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Implementation of JOSE Web standards WWW= https://jwcrypto.readthedocs.io/en/latest/ \ https://github.com/latchset/jwcrypto 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 .include 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