pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security Import josepy-1.0.1 as security/py-josepy.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a86656e2e2e1
branches:  trunk
changeset: 374417:a86656e2e2e1
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Mon Jan 22 13:30:08 2018 +0000

description:
Import josepy-1.0.1 as security/py-josepy.

JOSE protocol implementation in Python using cryptography.

diffstat:

 security/Makefile               |   3 +-
 security/py-josepy/ALTERNATIVES |   1 +
 security/py-josepy/DESCR        |   1 +
 security/py-josepy/Makefile     |  23 +++++++++++
 security/py-josepy/PLIST        |  82 +++++++++++++++++++++++++++++++++++++++++
 security/py-josepy/distinfo     |   6 +++
 6 files changed, 115 insertions(+), 1 deletions(-)

diffs (150 lines):

diff -r 1407aee284ab -r a86656e2e2e1 security/Makefile
--- a/security/Makefile Mon Jan 22 13:27:41 2018 +0000
+++ b/security/Makefile Mon Jan 22 13:30:08 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.665 2018/01/18 04:57:22 jnemeth Exp $
+# $NetBSD: Makefile,v 1.666 2018/01/22 13:30:08 fhajny Exp $
 #
 
 COMMENT=       Security tools
@@ -409,6 +409,7 @@
 SUBDIR+=       py-gssapi
 SUBDIR+=       py-hsm
 SUBDIR+=       py-itsdangerous
+SUBDIR+=       py-josepy
 SUBDIR+=       py-kerberos
 SUBDIR+=       py-keyring
 SUBDIR+=       py-keyrings.alt
diff -r 1407aee284ab -r a86656e2e2e1 security/py-josepy/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-josepy/ALTERNATIVES   Mon Jan 22 13:30:08 2018 +0000
@@ -0,0 +1,1 @@
+bin/jws @PREFIX@/bin/jws@PYVERSSUFFIX@
diff -r 1407aee284ab -r a86656e2e2e1 security/py-josepy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-josepy/DESCR  Mon Jan 22 13:30:08 2018 +0000
@@ -0,0 +1,1 @@
+JOSE protocol implementation in Python using cryptography.
diff -r 1407aee284ab -r a86656e2e2e1 security/py-josepy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-josepy/Makefile       Mon Jan 22 13:30:08 2018 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2018/01/22 13:30:08 fhajny Exp $
+
+DISTNAME=      josepy-1.0.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    security
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=certbot/}
+GITHUB_PROJECT=        josepy
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/certbot/josepy/
+COMMENT=       JOSE protocol implementation in Python using cryptography
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-cryptography>=0.8:../../security/py-cryptography
+DEPENDS+=      ${PYPKGPREFIX}-OpenSSL>=0.13:../../security/py-OpenSSL
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
+
+post-install:
+       ${MV} ${DESTDIR}${PREFIX}/bin/jws \
+               ${DESTDIR}${PREFIX}/bin/jws${PYVERSSUFFIX}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1407aee284ab -r a86656e2e2e1 security/py-josepy/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-josepy/PLIST  Mon Jan 22 13:30:08 2018 +0000
@@ -0,0 +1,82 @@
+@comment $NetBSD: PLIST,v 1.1 2018/01/22 13:30:08 fhajny Exp $
+bin/jws${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/josepy/__init__.py
+${PYSITELIB}/josepy/__init__.pyo
+${PYSITELIB}/josepy/__init__.pyc
+${PYSITELIB}/josepy/b64.pyo
+${PYSITELIB}/josepy/b64.pyc
+${PYSITELIB}/josepy/b64_test.pyo
+${PYSITELIB}/josepy/b64_test.pyc
+${PYSITELIB}/josepy/errors.pyo
+${PYSITELIB}/josepy/errors.pyc
+${PYSITELIB}/josepy/errors_test.pyo
+${PYSITELIB}/josepy/errors_test.pyc
+${PYSITELIB}/josepy/interfaces.pyo
+${PYSITELIB}/josepy/interfaces.pyc
+${PYSITELIB}/josepy/interfaces_test.pyo
+${PYSITELIB}/josepy/interfaces_test.pyc
+${PYSITELIB}/josepy/json_util.pyo
+${PYSITELIB}/josepy/json_util.pyc
+${PYSITELIB}/josepy/json_util_test.pyo
+${PYSITELIB}/josepy/json_util_test.pyc
+${PYSITELIB}/josepy/jwa.pyo
+${PYSITELIB}/josepy/jwa.pyc
+${PYSITELIB}/josepy/jwa_test.pyo
+${PYSITELIB}/josepy/jwa_test.pyc
+${PYSITELIB}/josepy/jwk.pyo
+${PYSITELIB}/josepy/jwk.pyc
+${PYSITELIB}/josepy/jwk_test.pyo
+${PYSITELIB}/josepy/jwk_test.pyc
+${PYSITELIB}/josepy/jws.pyo
+${PYSITELIB}/josepy/jws.pyc
+${PYSITELIB}/josepy/jws_test.pyo
+${PYSITELIB}/josepy/jws_test.pyc
+${PYSITELIB}/josepy/test_util.pyo
+${PYSITELIB}/josepy/test_util.pyc
+${PYSITELIB}/josepy/util.pyo
+${PYSITELIB}/josepy/util.pyc
+${PYSITELIB}/josepy/util_test.pyo
+${PYSITELIB}/josepy/util_test.pyc
+${PYSITELIB}/josepy/b64.py
+${PYSITELIB}/josepy/b64_test.py
+${PYSITELIB}/josepy/errors.py
+${PYSITELIB}/josepy/errors_test.py
+${PYSITELIB}/josepy/interfaces.py
+${PYSITELIB}/josepy/interfaces_test.py
+${PYSITELIB}/josepy/json_util.py
+${PYSITELIB}/josepy/json_util_test.py
+${PYSITELIB}/josepy/jwa.py
+${PYSITELIB}/josepy/jwa_test.py
+${PYSITELIB}/josepy/jwk.py
+${PYSITELIB}/josepy/jwk_test.py
+${PYSITELIB}/josepy/jws.py
+${PYSITELIB}/josepy/jws_test.py
+${PYSITELIB}/josepy/test_util.py
+${PYSITELIB}/josepy/testdata/README
+${PYSITELIB}/josepy/testdata/cert-100sans.pem
+${PYSITELIB}/josepy/testdata/cert-idnsans.pem
+${PYSITELIB}/josepy/testdata/cert-san.pem
+${PYSITELIB}/josepy/testdata/cert.der
+${PYSITELIB}/josepy/testdata/cert.pem
+${PYSITELIB}/josepy/testdata/critical-san.pem
+${PYSITELIB}/josepy/testdata/csr-100sans.pem
+${PYSITELIB}/josepy/testdata/csr-6sans.pem
+${PYSITELIB}/josepy/testdata/csr-idnsans.pem
+${PYSITELIB}/josepy/testdata/csr-nosans.pem
+${PYSITELIB}/josepy/testdata/csr-san.pem
+${PYSITELIB}/josepy/testdata/csr.der
+${PYSITELIB}/josepy/testdata/csr.pem
+${PYSITELIB}/josepy/testdata/dsa512_key.pem
+${PYSITELIB}/josepy/testdata/rsa1024_key.pem
+${PYSITELIB}/josepy/testdata/rsa2048_cert.pem
+${PYSITELIB}/josepy/testdata/rsa2048_key.pem
+${PYSITELIB}/josepy/testdata/rsa256_key.pem
+${PYSITELIB}/josepy/testdata/rsa512_key.pem
+${PYSITELIB}/josepy/util.py
+${PYSITELIB}/josepy/util_test.py
diff -r 1407aee284ab -r a86656e2e2e1 security/py-josepy/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-josepy/distinfo       Mon Jan 22 13:30:08 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/01/22 13:30:08 fhajny Exp $
+
+SHA1 (josepy-1.0.1.tar.gz) = db1bf6136a0548bcf413e040dba53db74f89f0c2
+RMD160 (josepy-1.0.1.tar.gz) = a02cdd1b935f35aaf3579800b3800af669ad0f42
+SHA512 (josepy-1.0.1.tar.gz) = ca2fcc36f240c88dcb8fd6865d16ee3e1975964b846b73c87e2dce98d58ff0e5473ef505767ef79397078ed580a0badc5e43d9900f4289b70411819341a65cc9
+Size (josepy-1.0.1.tar.gz) = 49408 bytes



Home | Main Index | Thread Index | Old Index