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.
This commit is contained in:
parent
17a7d920ea
commit
bd3b11b1a5
4 changed files with 51 additions and 0 deletions
6
security/py-service_identity/DESCR
Normal file
6
security/py-service_identity/DESCR
Normal file
|
@ -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.
|
19
security/py-service_identity/Makefile
Normal file
19
security/py-service_identity/Makefile
Normal file
|
@ -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
|
||||
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"
|
21
security/py-service_identity/PLIST
Normal file
21
security/py-service_identity/PLIST
Normal file
|
@ -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
|
5
security/py-service_identity/distinfo
Normal file
5
security/py-service_identity/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue