Files
ports/security/py-cryptojwt/Makefile
Po-Chuan Hsieh d8528757b4 security/py-cryptojwt: Add py-cryptojwt 1.9.4
cryptojwt provides an implementation of the JSON cryptographic specs JWS, JWE,
JWK, and JWA [RFC 7515-7518] and JSON Web Token (JWT) [RFC 7519].
2025-04-10 01:41:37 +08:00

26 lines
721 B
Makefile

PORTNAME= cryptojwt
PORTVERSION= 1.9.4
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python implementation of JWT, JWE, JWS and JWK
WWW= https://cryptojwt.readthedocs.io/en/latest/ \
https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.25.1<3:www/py-requests@${PY_FLAVOR}
USES= python shebangfix
USE_PYTHON= autoplist concurrent cryptography pep517
NO_ARCH= yes
SHEBANG_FILES= src/cryptojwt/tools/jwtpeek.py
.include <bsd.port.mk>