wip/py-jose: import to 3.2.0

This commit is contained in:
K.I.A.Derouiche 2020-10-27 00:22:19 +01:00
parent 1707790a5e
commit 259f8439f8
4 changed files with 86 additions and 0 deletions

7
py-jose/DESCR Normal file
View File

@ -0,0 +1,7 @@
The JavaScript Object Signing and Encryption (JOSE) technologies - JSON
Web Signature (JWS), JSON Web Encryption (JWE), JSON Web Key (JWK), and
JSON Web Algorithms (JWA) - collectively can be used to encrypt and/or
sign content using a variety of algorithms. While the full set of
permutations is extremely large, and might be daunting to some, it is
expected that most applications will only use a small set of algorithms
to meet their needs.

25
py-jose/Makefile Normal file
View File

@ -0,0 +1,25 @@
# $NetBSD$
DISTNAME= python-jose-3.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-jose/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://github.com/mpdavis/python-jose/
COMMENT= JOSE implementation in Python
LICENSE= mit
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner>=0:../../devel/py-test-runner
DEPENDS+= ${PYPKGPREFIX}-ecdsa>=0.16.0:../../security/py-ecdsa
DEPENDS+= ${PYPKGPREFIX}-rsa>=4.6:../../security/py-rsa
DEPENDS+= ${PYPKGPREFIX}-asn1>=0.4.8:../../security/py-asn1
DEPENDS+= ${PYPKGPREFIX}-cryptodome>=3.9.8:../../security/py-cryptodome
TEST_DEPENDS+= ${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.0.2:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.10.1:../../devel/py-test-cov
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

48
py-jose/PLIST Normal file
View File

@ -0,0 +1,48 @@
@comment $NetBSD$
${PYSITELIB}/jose/__init__.py
${PYSITELIB}/jose/__init__.pyc
${PYSITELIB}/jose/__init__.pyo
${PYSITELIB}/jose/backends/__init__.py
${PYSITELIB}/jose/backends/__init__.pyc
${PYSITELIB}/jose/backends/__init__.pyo
${PYSITELIB}/jose/backends/_asn1.py
${PYSITELIB}/jose/backends/_asn1.pyc
${PYSITELIB}/jose/backends/_asn1.pyo
${PYSITELIB}/jose/backends/base.py
${PYSITELIB}/jose/backends/base.pyc
${PYSITELIB}/jose/backends/base.pyo
${PYSITELIB}/jose/backends/cryptography_backend.py
${PYSITELIB}/jose/backends/cryptography_backend.pyc
${PYSITELIB}/jose/backends/cryptography_backend.pyo
${PYSITELIB}/jose/backends/ecdsa_backend.py
${PYSITELIB}/jose/backends/ecdsa_backend.pyc
${PYSITELIB}/jose/backends/ecdsa_backend.pyo
${PYSITELIB}/jose/backends/pycrypto_backend.py
${PYSITELIB}/jose/backends/pycrypto_backend.pyc
${PYSITELIB}/jose/backends/pycrypto_backend.pyo
${PYSITELIB}/jose/backends/rsa_backend.py
${PYSITELIB}/jose/backends/rsa_backend.pyc
${PYSITELIB}/jose/backends/rsa_backend.pyo
${PYSITELIB}/jose/constants.py
${PYSITELIB}/jose/constants.pyc
${PYSITELIB}/jose/constants.pyo
${PYSITELIB}/jose/exceptions.py
${PYSITELIB}/jose/exceptions.pyc
${PYSITELIB}/jose/exceptions.pyo
${PYSITELIB}/jose/jwk.py
${PYSITELIB}/jose/jwk.pyc
${PYSITELIB}/jose/jwk.pyo
${PYSITELIB}/jose/jws.py
${PYSITELIB}/jose/jws.pyc
${PYSITELIB}/jose/jws.pyo
${PYSITELIB}/jose/jwt.py
${PYSITELIB}/jose/jwt.pyc
${PYSITELIB}/jose/jwt.pyo
${PYSITELIB}/jose/utils.py
${PYSITELIB}/jose/utils.pyc
${PYSITELIB}/jose/utils.pyo
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt

6
py-jose/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (python-jose-3.2.0.tar.gz) = c41d62f9c76d702b60b7de3f08eb6c721e2ece7f
RMD160 (python-jose-3.2.0.tar.gz) = 33fc0d57aa953addfa529410d107840d0ff66c6f
SHA512 (python-jose-3.2.0.tar.gz) = 139d29ca800003c593562921dd9ab7b5449c0b0ac9aad8124355c28a94e9169c310a6b26f6d03cd88671713207ca3edeb8282b56239af003ea2b7f7d9df923f1
Size (python-jose-3.2.0.tar.gz) = 348667 bytes