Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.30 2015/09/06 20:32:28 wiz Exp $
# $NetBSD: Makefile,v 1.43 2016/09/12 18:34:31 wiz Exp $
DISTNAME= cryptography-1.0.1
DISTNAME= cryptography-1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cryptography/}
@@ -11,7 +12,7 @@ COMMENT= Cryptographic recipes and primitives for Python
LICENSE= apache-2.0 OR modified-bsd
DEPENDS+= ${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1
DEPENDS+= ${PYPKGPREFIX}-cffi>=0.8:../../devel/py-cffi
DEPENDS+= ${PYPKGPREFIX}-cffi>=1.8.2:../../devel/py-cffi
DEPENDS+= ${PYPKGPREFIX}-cparser>=2.10:../../devel/py-cparser
DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.11 2015/08/17 15:55:28 wiz Exp $
@comment $NetBSD: PLIST,v 1.15 2016/09/12 18:34:31 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -57,12 +57,18 @@ ${PYSITELIB}/cryptography/hazmat/backends/openssl/ciphers.pyo
${PYSITELIB}/cryptography/hazmat/backends/openssl/cmac.py
${PYSITELIB}/cryptography/hazmat/backends/openssl/cmac.pyc
${PYSITELIB}/cryptography/hazmat/backends/openssl/cmac.pyo
${PYSITELIB}/cryptography/hazmat/backends/openssl/decode_asn1.py
${PYSITELIB}/cryptography/hazmat/backends/openssl/decode_asn1.pyc
${PYSITELIB}/cryptography/hazmat/backends/openssl/decode_asn1.pyo
${PYSITELIB}/cryptography/hazmat/backends/openssl/dsa.py
${PYSITELIB}/cryptography/hazmat/backends/openssl/dsa.pyc
${PYSITELIB}/cryptography/hazmat/backends/openssl/dsa.pyo
${PYSITELIB}/cryptography/hazmat/backends/openssl/ec.py
${PYSITELIB}/cryptography/hazmat/backends/openssl/ec.pyc
${PYSITELIB}/cryptography/hazmat/backends/openssl/ec.pyo
${PYSITELIB}/cryptography/hazmat/backends/openssl/encode_asn1.py
${PYSITELIB}/cryptography/hazmat/backends/openssl/encode_asn1.pyc
${PYSITELIB}/cryptography/hazmat/backends/openssl/encode_asn1.pyo
${PYSITELIB}/cryptography/hazmat/backends/openssl/hashes.py
${PYSITELIB}/cryptography/hazmat/backends/openssl/hashes.pyc
${PYSITELIB}/cryptography/hazmat/backends/openssl/hashes.pyo
@@ -81,9 +87,12 @@ ${PYSITELIB}/cryptography/hazmat/backends/openssl/x509.pyo
${PYSITELIB}/cryptography/hazmat/bindings/__init__.py
${PYSITELIB}/cryptography/hazmat/bindings/__init__.pyc
${PYSITELIB}/cryptography/hazmat/bindings/__init__.pyo
${PYSITELIB}/cryptography/hazmat/bindings/_constant_time.so
${PYSITELIB}/cryptography/hazmat/bindings/_openssl.so
${PYSITELIB}/cryptography/hazmat/bindings/_padding.so
${PLIST.py2x}${PYSITELIB}/cryptography/hazmat/bindings/_constant_time.so
${PLIST.py2x}${PYSITELIB}/cryptography/hazmat/bindings/_openssl.so
${PLIST.py2x}${PYSITELIB}/cryptography/hazmat/bindings/_padding.so
${PLIST.py3x}${PYSITELIB}/cryptography/hazmat/bindings/_constant_time.abi3.so
${PLIST.py3x}${PYSITELIB}/cryptography/hazmat/bindings/_openssl.abi3.so
${PLIST.py3x}${PYSITELIB}/cryptography/hazmat/bindings/_padding.abi3.so
${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/__init__.py
${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/__init__.pyc
${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/__init__.pyo
@@ -159,9 +168,18 @@ ${PYSITELIB}/cryptography/hazmat/primitives/kdf/concatkdf.pyo
${PYSITELIB}/cryptography/hazmat/primitives/kdf/hkdf.py
${PYSITELIB}/cryptography/hazmat/primitives/kdf/hkdf.pyc
${PYSITELIB}/cryptography/hazmat/primitives/kdf/hkdf.pyo
${PYSITELIB}/cryptography/hazmat/primitives/kdf/kbkdf.py
${PYSITELIB}/cryptography/hazmat/primitives/kdf/kbkdf.pyc
${PYSITELIB}/cryptography/hazmat/primitives/kdf/kbkdf.pyo
${PYSITELIB}/cryptography/hazmat/primitives/kdf/pbkdf2.py
${PYSITELIB}/cryptography/hazmat/primitives/kdf/pbkdf2.pyc
${PYSITELIB}/cryptography/hazmat/primitives/kdf/pbkdf2.pyo
${PYSITELIB}/cryptography/hazmat/primitives/kdf/x963kdf.py
${PYSITELIB}/cryptography/hazmat/primitives/kdf/x963kdf.pyc
${PYSITELIB}/cryptography/hazmat/primitives/kdf/x963kdf.pyo
${PYSITELIB}/cryptography/hazmat/primitives/keywrap.py
${PYSITELIB}/cryptography/hazmat/primitives/keywrap.pyc
${PYSITELIB}/cryptography/hazmat/primitives/keywrap.pyo
${PYSITELIB}/cryptography/hazmat/primitives/padding.py
${PYSITELIB}/cryptography/hazmat/primitives/padding.pyc
${PYSITELIB}/cryptography/hazmat/primitives/padding.pyo

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.21 2015/09/06 20:32:28 wiz Exp $
$NetBSD: distinfo,v 1.32 2016/08/31 06:47:09 wiz Exp $
SHA1 (cryptography-1.0.1.tar.gz) = 5abec429514447bcf11ceddec0fcf5f5776320b4
RMD160 (cryptography-1.0.1.tar.gz) = 940b32f9603541d24da15dec024169720b77fa15
Size (cryptography-1.0.1.tar.gz) = 332242 bytes
SHA1 (cryptography-1.5.tar.gz) = be8293f1617b640e947ce9495531a1c18729a40e
RMD160 (cryptography-1.5.tar.gz) = 67e2cf176ca6fb3a2257468172c0deb3a5398228
SHA512 (cryptography-1.5.tar.gz) = 762b313296baf8ec6eb86557a844065022b83a623c7babc374bd63f575085dc845611c385df870050a2633d6b8c6c8399d8470647328b8f2ff44b17937a04756
Size (cryptography-1.5.tar.gz) = 400318 bytes