pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-joserfc
Module Name: pkgsrc
Committed By: adam
Date: Thu Apr 23 10:07:55 UTC 2026
Added Files:
pkgsrc/security/py-joserfc: DESCR Makefile PLIST distinfo
Log Message:
py-joserfc: add correctly
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-joserfc/DESCR \
pkgsrc/security/py-joserfc/Makefile pkgsrc/security/py-joserfc/PLIST \
pkgsrc/security/py-joserfc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/security/py-joserfc/DESCR
diff -u /dev/null pkgsrc/security/py-joserfc/DESCR:1.1
--- /dev/null Thu Apr 23 10:07:55 2026
+++ pkgsrc/security/py-joserfc/DESCR Thu Apr 23 10:07:55 2026
@@ -0,0 +1,2 @@
+joserfc is a Python library that provides a comprehensive implementation of
+several essential JSON Object Signing and Encryption (JOSE) standards.
Index: pkgsrc/security/py-joserfc/Makefile
diff -u /dev/null pkgsrc/security/py-joserfc/Makefile:1.1
--- /dev/null Thu Apr 23 10:07:55 2026
+++ pkgsrc/security/py-joserfc/Makefile Thu Apr 23 10:07:55 2026
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2026/04/23 10:07:55 adam Exp $
+
+DISTNAME= joserfc-1.6.4
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= security python
+MASTER_SITES= ${MASTER_SITE_PYPI:=j/joserfc/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/authlib/joserfc
+COMMENT= Python library for JOSE RFCs, including JWS, JWE, JWK, JWA, JWT
+LICENSE= modified-bsd
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONED_DEPENDENCIES+= cryptography
+.include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-joserfc/PLIST
diff -u /dev/null pkgsrc/security/py-joserfc/PLIST:1.1
--- /dev/null Thu Apr 23 10:07:55 2026
+++ pkgsrc/security/py-joserfc/PLIST Thu Apr 23 10:07:55 2026
@@ -0,0 +1,172 @@
+@comment $NetBSD: PLIST,v 1.1 2026/04/23 10:07:55 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/joserfc/__init__.py
+${PYSITELIB}/joserfc/__init__.pyc
+${PYSITELIB}/joserfc/__init__.pyo
+${PYSITELIB}/joserfc/_keys.py
+${PYSITELIB}/joserfc/_keys.pyc
+${PYSITELIB}/joserfc/_keys.pyo
+${PYSITELIB}/joserfc/_rfc7515/__init__.py
+${PYSITELIB}/joserfc/_rfc7515/__init__.pyc
+${PYSITELIB}/joserfc/_rfc7515/__init__.pyo
+${PYSITELIB}/joserfc/_rfc7515/compact.py
+${PYSITELIB}/joserfc/_rfc7515/compact.pyc
+${PYSITELIB}/joserfc/_rfc7515/compact.pyo
+${PYSITELIB}/joserfc/_rfc7515/json.py
+${PYSITELIB}/joserfc/_rfc7515/json.pyc
+${PYSITELIB}/joserfc/_rfc7515/json.pyo
+${PYSITELIB}/joserfc/_rfc7515/model.py
+${PYSITELIB}/joserfc/_rfc7515/model.pyc
+${PYSITELIB}/joserfc/_rfc7515/model.pyo
+${PYSITELIB}/joserfc/_rfc7515/registry.py
+${PYSITELIB}/joserfc/_rfc7515/registry.pyc
+${PYSITELIB}/joserfc/_rfc7515/registry.pyo
+${PYSITELIB}/joserfc/_rfc7515/types.py
+${PYSITELIB}/joserfc/_rfc7515/types.pyc
+${PYSITELIB}/joserfc/_rfc7515/types.pyo
+${PYSITELIB}/joserfc/_rfc7516/__init__.py
+${PYSITELIB}/joserfc/_rfc7516/__init__.pyc
+${PYSITELIB}/joserfc/_rfc7516/__init__.pyo
+${PYSITELIB}/joserfc/_rfc7516/compact.py
+${PYSITELIB}/joserfc/_rfc7516/compact.pyc
+${PYSITELIB}/joserfc/_rfc7516/compact.pyo
+${PYSITELIB}/joserfc/_rfc7516/json.py
+${PYSITELIB}/joserfc/_rfc7516/json.pyc
+${PYSITELIB}/joserfc/_rfc7516/json.pyo
+${PYSITELIB}/joserfc/_rfc7516/message.py
+${PYSITELIB}/joserfc/_rfc7516/message.pyc
+${PYSITELIB}/joserfc/_rfc7516/message.pyo
+${PYSITELIB}/joserfc/_rfc7516/models.py
+${PYSITELIB}/joserfc/_rfc7516/models.pyc
+${PYSITELIB}/joserfc/_rfc7516/models.pyo
+${PYSITELIB}/joserfc/_rfc7516/registry.py
+${PYSITELIB}/joserfc/_rfc7516/registry.pyc
+${PYSITELIB}/joserfc/_rfc7516/registry.pyo
+${PYSITELIB}/joserfc/_rfc7516/types.py
+${PYSITELIB}/joserfc/_rfc7516/types.pyc
+${PYSITELIB}/joserfc/_rfc7516/types.pyo
+${PYSITELIB}/joserfc/_rfc7517/__init__.py
+${PYSITELIB}/joserfc/_rfc7517/__init__.pyc
+${PYSITELIB}/joserfc/_rfc7517/__init__.pyo
+${PYSITELIB}/joserfc/_rfc7517/models.py
+${PYSITELIB}/joserfc/_rfc7517/models.pyc
+${PYSITELIB}/joserfc/_rfc7517/models.pyo
+${PYSITELIB}/joserfc/_rfc7517/pem.py
+${PYSITELIB}/joserfc/_rfc7517/pem.pyc
+${PYSITELIB}/joserfc/_rfc7517/pem.pyo
+${PYSITELIB}/joserfc/_rfc7517/types.py
+${PYSITELIB}/joserfc/_rfc7517/types.pyc
+${PYSITELIB}/joserfc/_rfc7517/types.pyo
+${PYSITELIB}/joserfc/_rfc7518/__init__.py
+${PYSITELIB}/joserfc/_rfc7518/__init__.pyc
+${PYSITELIB}/joserfc/_rfc7518/__init__.pyo
+${PYSITELIB}/joserfc/_rfc7518/derive_key.py
+${PYSITELIB}/joserfc/_rfc7518/derive_key.pyc
+${PYSITELIB}/joserfc/_rfc7518/derive_key.pyo
+${PYSITELIB}/joserfc/_rfc7518/ec_key.py
+${PYSITELIB}/joserfc/_rfc7518/ec_key.pyc
+${PYSITELIB}/joserfc/_rfc7518/ec_key.pyo
+${PYSITELIB}/joserfc/_rfc7518/jwe_algs.py
+${PYSITELIB}/joserfc/_rfc7518/jwe_algs.pyc
+${PYSITELIB}/joserfc/_rfc7518/jwe_algs.pyo
+${PYSITELIB}/joserfc/_rfc7518/jwe_encs.py
+${PYSITELIB}/joserfc/_rfc7518/jwe_encs.pyc
+${PYSITELIB}/joserfc/_rfc7518/jwe_encs.pyo
+${PYSITELIB}/joserfc/_rfc7518/jwe_zips.py
+${PYSITELIB}/joserfc/_rfc7518/jwe_zips.pyc
+${PYSITELIB}/joserfc/_rfc7518/jwe_zips.pyo
+${PYSITELIB}/joserfc/_rfc7518/jws_algs.py
+${PYSITELIB}/joserfc/_rfc7518/jws_algs.pyc
+${PYSITELIB}/joserfc/_rfc7518/jws_algs.pyo
+${PYSITELIB}/joserfc/_rfc7518/oct_key.py
+${PYSITELIB}/joserfc/_rfc7518/oct_key.pyc
+${PYSITELIB}/joserfc/_rfc7518/oct_key.pyo
+${PYSITELIB}/joserfc/_rfc7518/rsa_key.py
+${PYSITELIB}/joserfc/_rfc7518/rsa_key.pyc
+${PYSITELIB}/joserfc/_rfc7518/rsa_key.pyo
+${PYSITELIB}/joserfc/_rfc7518/util.py
+${PYSITELIB}/joserfc/_rfc7518/util.pyc
+${PYSITELIB}/joserfc/_rfc7518/util.pyo
+${PYSITELIB}/joserfc/_rfc7519/__init__.py
+${PYSITELIB}/joserfc/_rfc7519/__init__.pyc
+${PYSITELIB}/joserfc/_rfc7519/__init__.pyo
+${PYSITELIB}/joserfc/_rfc7519/claims.py
+${PYSITELIB}/joserfc/_rfc7519/claims.pyc
+${PYSITELIB}/joserfc/_rfc7519/claims.pyo
+${PYSITELIB}/joserfc/_rfc7519/security.py
+${PYSITELIB}/joserfc/_rfc7519/security.pyc
+${PYSITELIB}/joserfc/_rfc7519/security.pyo
+${PYSITELIB}/joserfc/_rfc7638/__init__.py
+${PYSITELIB}/joserfc/_rfc7638/__init__.pyc
+${PYSITELIB}/joserfc/_rfc7638/__init__.pyo
+${PYSITELIB}/joserfc/_rfc7797/__init__.py
+${PYSITELIB}/joserfc/_rfc7797/__init__.pyc
+${PYSITELIB}/joserfc/_rfc7797/__init__.pyo
+${PYSITELIB}/joserfc/_rfc7797/compact.py
+${PYSITELIB}/joserfc/_rfc7797/compact.pyc
+${PYSITELIB}/joserfc/_rfc7797/compact.pyo
+${PYSITELIB}/joserfc/_rfc7797/json.py
+${PYSITELIB}/joserfc/_rfc7797/json.pyc
+${PYSITELIB}/joserfc/_rfc7797/json.pyo
+${PYSITELIB}/joserfc/_rfc7797/util.py
+${PYSITELIB}/joserfc/_rfc7797/util.pyc
+${PYSITELIB}/joserfc/_rfc7797/util.pyo
+${PYSITELIB}/joserfc/_rfc8037/__init__.py
+${PYSITELIB}/joserfc/_rfc8037/__init__.pyc
+${PYSITELIB}/joserfc/_rfc8037/__init__.pyo
+${PYSITELIB}/joserfc/_rfc8037/jws_eddsa.py
+${PYSITELIB}/joserfc/_rfc8037/jws_eddsa.pyc
+${PYSITELIB}/joserfc/_rfc8037/jws_eddsa.pyo
+${PYSITELIB}/joserfc/_rfc8037/okp_key.py
+${PYSITELIB}/joserfc/_rfc8037/okp_key.pyc
+${PYSITELIB}/joserfc/_rfc8037/okp_key.pyo
+${PYSITELIB}/joserfc/_rfc8812/__init__.py
+${PYSITELIB}/joserfc/_rfc8812/__init__.pyc
+${PYSITELIB}/joserfc/_rfc8812/__init__.pyo
+${PYSITELIB}/joserfc/_rfc9278/__init__.py
+${PYSITELIB}/joserfc/_rfc9278/__init__.pyc
+${PYSITELIB}/joserfc/_rfc9278/__init__.pyo
+${PYSITELIB}/joserfc/_rfc9864/__init__.py
+${PYSITELIB}/joserfc/_rfc9864/__init__.pyc
+${PYSITELIB}/joserfc/_rfc9864/__init__.pyo
+${PYSITELIB}/joserfc/_rfc9864/jws_eddsa.py
+${PYSITELIB}/joserfc/_rfc9864/jws_eddsa.pyc
+${PYSITELIB}/joserfc/_rfc9864/jws_eddsa.pyo
+${PYSITELIB}/joserfc/drafts/__init__.py
+${PYSITELIB}/joserfc/drafts/__init__.pyc
+${PYSITELIB}/joserfc/drafts/__init__.pyo
+${PYSITELIB}/joserfc/drafts/jwe_chacha20.py
+${PYSITELIB}/joserfc/drafts/jwe_chacha20.pyc
+${PYSITELIB}/joserfc/drafts/jwe_chacha20.pyo
+${PYSITELIB}/joserfc/drafts/jwe_ecdh_1pu.py
+${PYSITELIB}/joserfc/drafts/jwe_ecdh_1pu.pyc
+${PYSITELIB}/joserfc/drafts/jwe_ecdh_1pu.pyo
+${PYSITELIB}/joserfc/errors.py
+${PYSITELIB}/joserfc/errors.pyc
+${PYSITELIB}/joserfc/errors.pyo
+${PYSITELIB}/joserfc/jwa.py
+${PYSITELIB}/joserfc/jwa.pyc
+${PYSITELIB}/joserfc/jwa.pyo
+${PYSITELIB}/joserfc/jwe.py
+${PYSITELIB}/joserfc/jwe.pyc
+${PYSITELIB}/joserfc/jwe.pyo
+${PYSITELIB}/joserfc/jwk.py
+${PYSITELIB}/joserfc/jwk.pyc
+${PYSITELIB}/joserfc/jwk.pyo
+${PYSITELIB}/joserfc/jws.py
+${PYSITELIB}/joserfc/jws.pyc
+${PYSITELIB}/joserfc/jws.pyo
+${PYSITELIB}/joserfc/jwt.py
+${PYSITELIB}/joserfc/jwt.pyc
+${PYSITELIB}/joserfc/jwt.pyo
+${PYSITELIB}/joserfc/py.typed
+${PYSITELIB}/joserfc/registry.py
+${PYSITELIB}/joserfc/registry.pyc
+${PYSITELIB}/joserfc/registry.pyo
+${PYSITELIB}/joserfc/util.py
+${PYSITELIB}/joserfc/util.pyc
+${PYSITELIB}/joserfc/util.pyo
Index: pkgsrc/security/py-joserfc/distinfo
diff -u /dev/null pkgsrc/security/py-joserfc/distinfo:1.1
--- /dev/null Thu Apr 23 10:07:55 2026
+++ pkgsrc/security/py-joserfc/distinfo Thu Apr 23 10:07:55 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/04/23 10:07:55 adam Exp $
+
+BLAKE2s (joserfc-1.6.4.tar.gz) = 5e8525b96ba06a140a7513b50356fcb0946cc3a67e2f22e49934cb2aabc6b383
+SHA512 (joserfc-1.6.4.tar.gz) = 8e55fbb3ed33f99da37769e4d3af62b99ba7ff94f8e70524164fa771da6ca23b6a0fc27a3e15e4c9985f89474a1c37a88ea82072a558bdd946ad609c06defa8d
+Size (joserfc-1.6.4.tar.gz) = 231866 bytes
Home |
Main Index |
Thread Index |
Old Index