pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-service_identity Import py34-service_ident...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dada1876e2a1
branches:  trunk
changeset: 650283:dada1876e2a1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 20 07:29:44 2015 +0000

description:
Import py34-service_identity-14.0.0 as security/py-service_identity.

service_identity aspires to give you all the tools you need for
verifying whether a certificate is valid for the intended purposes.

In the simplest case, this means host name verification.  However,
service_identity implements RFC 6125 fully and plans to add other
relevant RFCs too.

diffstat:

 security/py-service_identity/DESCR    |   6 ++++++
 security/py-service_identity/Makefile |  19 +++++++++++++++++++
 security/py-service_identity/PLIST    |  21 +++++++++++++++++++++
 security/py-service_identity/distinfo |   5 +++++
 4 files changed, 51 insertions(+), 0 deletions(-)

diffs (67 lines):

diff -r d7a583fdcd63 -r dada1876e2a1 security/py-service_identity/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-service_identity/DESCR        Mon Apr 20 07:29:44 2015 +0000
@@ -0,0 +1,6 @@
+service_identity aspires to give you all the tools you need for
+verifying whether a certificate is valid for the intended purposes.
+
+In the simplest case, this means host name verification.  However,
+service_identity implements RFC 6125 fully and plans to add other
+relevant RFCs too.
diff -r d7a583fdcd63 -r dada1876e2a1 security/py-service_identity/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-service_identity/Makefile     Mon Apr 20 07:29:44 2015 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2015/04/20 07:29:44 wiz Exp $
+
+DISTNAME=      service_identity-14.0.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    security python
+MASTER_SITES=  https://pypi.python.org/packages/source/s/service_identity/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.python.org/pypi/service_identity
+COMMENT=       Service identity verification for pyOpenSSL
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-OpenSSL>=0.12:../../security/py-OpenSSL
+DEPENDS+=      ${PYPKGPREFIX}-asn1-modules-[0-9]*:../../security/py-asn1-modules
+DEPENDS+=      ${PYPKGPREFIX}-characteristic>=14.0.0:../../devel/py-characteristic
+DEPENDS+=      ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d7a583fdcd63 -r dada1876e2a1 security/py-service_identity/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-service_identity/PLIST        Mon Apr 20 07:29:44 2015 +0000
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2015/04/20 07:29:44 wiz Exp $
+${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
+${PYSITELIB}/service_identity/__init__.py
+${PYSITELIB}/service_identity/__init__.pyc
+${PYSITELIB}/service_identity/__init__.pyo
+${PYSITELIB}/service_identity/_common.py
+${PYSITELIB}/service_identity/_common.pyc
+${PYSITELIB}/service_identity/_common.pyo
+${PYSITELIB}/service_identity/_compat.py
+${PYSITELIB}/service_identity/_compat.pyc
+${PYSITELIB}/service_identity/_compat.pyo
+${PYSITELIB}/service_identity/exceptions.py
+${PYSITELIB}/service_identity/exceptions.pyc
+${PYSITELIB}/service_identity/exceptions.pyo
+${PYSITELIB}/service_identity/pyopenssl.py
+${PYSITELIB}/service_identity/pyopenssl.pyc
+${PYSITELIB}/service_identity/pyopenssl.pyo
diff -r d7a583fdcd63 -r dada1876e2a1 security/py-service_identity/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-service_identity/distinfo     Mon Apr 20 07:29:44 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/04/20 07:29:44 wiz Exp $
+
+SHA1 (service_identity-14.0.0.tar.gz) = 10d7e29937f22d516659533f83af1e1427afdbd0
+RMD160 (service_identity-14.0.0.tar.gz) = 234a0b1ef7231d8e1215332f383b9d3073b4052b
+Size (service_identity-14.0.0.tar.gz) = 26033 bytes



Home | Main Index | Thread Index | Old Index