security/py-joserfc: Add py-joserfc 0.9.0

joserfc is a Python library that provides a comprehensive implementation of
several essential JSON Object Signing and Encryption (JOSE) standards.
This commit is contained in:
Po-Chuan Hsieh 2024-03-09 21:44:18 +08:00
parent 69a9af63e5
commit f3a060f8ab
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 29 additions and 0 deletions

View File

@ -941,6 +941,7 @@
SUBDIR += py-iris-webhooks-module
SUBDIR += py-itsdangerous
SUBDIR += py-josepy
SUBDIR += py-joserfc
SUBDIR += py-jwcrypto
SUBDIR += py-keepkey
SUBDIR += py-kerberos

View File

@ -0,0 +1,23 @@
PORTNAME= joserfc
PORTVERSION= 0.9.0
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ultimate Python library for JOSE RFCs
WWW= https://jose.authlib.org/en/dev/ \
https://github.com/authlib/joserfc
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent cryptography pep517
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1709390336
SHA256 (joserfc-0.9.0.tar.gz) = eebca7f587b1761ce43a98ffd5327f2b600b9aa5bb0a77b947687f503ad43bc0
SIZE (joserfc-0.9.0.tar.gz) = 166087

View File

@ -0,0 +1,2 @@
joserfc is a Python library that provides a comprehensive implementation of
several essential JSON Object Signing and Encryption (JOSE) standards.