pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/py-jose: import to 3.2.0



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Tue Oct 27 00:22:19 2020 +0100
Changeset:	259f8439f8d564689ef519e888691c1629fd8c1c

Added Files:
	py-jose/DESCR
	py-jose/Makefile
	py-jose/PLIST
	py-jose/distinfo

Log Message:
wip/py-jose: import to 3.2.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=259f8439f8d564689ef519e888691c1629fd8c1c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-jose/DESCR    |  7 +++++++
 py-jose/Makefile | 25 +++++++++++++++++++++++++
 py-jose/PLIST    | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 py-jose/distinfo |  6 ++++++
 4 files changed, 86 insertions(+)

diffs:
diff --git a/py-jose/DESCR b/py-jose/DESCR
new file mode 100644
index 0000000000..1e81deb219
--- /dev/null
+++ b/py-jose/DESCR
@@ -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.
diff --git a/py-jose/Makefile b/py-jose/Makefile
new file mode 100644
index 0000000000..fc51dcd4c8
--- /dev/null
+++ b/py-jose/Makefile
@@ -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@localhost
+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"
diff --git a/py-jose/PLIST b/py-jose/PLIST
new file mode 100644
index 0000000000..ba3c16d38e
--- /dev/null
+++ b/py-jose/PLIST
@@ -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
diff --git a/py-jose/distinfo b/py-jose/distinfo
new file mode 100644
index 0000000000..1e387e3241
--- /dev/null
+++ b/py-jose/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index