pkgsrc-WIP-changes archive

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

py-cryptography-git: add package for testing



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Jan 28 10:05:14 2017 +0100
Changeset:	a31854c8fd9081294872280ae27a2da434ea1f49

Modified Files:
	Makefile
Added Files:
	py-cryptography-git/DESCR
	py-cryptography-git/Makefile
	py-cryptography-git/PLIST
	py-cryptography-git/PLIST.Darwin
	py-cryptography-git/distinfo

Log Message:
py-cryptography-git: add package for testing

to track down
https://github.com/pyca/cryptography/issues/3372

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

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

diffstat:
 Makefile                         |  17 ++-
 py-cryptography-git/DESCR        |   7 ++
 py-cryptography-git/Makefile     |  44 ++++++++
 py-cryptography-git/PLIST        | 227 +++++++++++++++++++++++++++++++++++++++
 py-cryptography-git/PLIST.Darwin |   2 +
 py-cryptography-git/distinfo     |   6 ++
 6 files changed, 302 insertions(+), 1 deletion(-)

diffs:
diff --git a/Makefile b/Makefile
index 31344c7..53c7d25 100644
--- a/Makefile
+++ b/Makefile
@@ -220,6 +220,8 @@ SUBDIR+=	bindgraph
 SUBDIR+=	biopython
 SUBDIR+=	bioruby
 SUBDIR+=	bip
+SUBDIR+=	bird
+SUBDIR+=	bird6
 SUBDIR+=	bitcoin
 SUBDIR+=	bitkeeper
 SUBDIR+=	bitlbee
@@ -835,6 +837,12 @@ SUBDIR+=	gauche-pib
 SUBDIR+=	gcalcli-git
 SUBDIR+=	gcc42
 SUBDIR+=	gcc43
+SUBDIR+=	gcc44
+SUBDIR+=	gcc45
+SUBDIR+=	gcc46
+SUBDIR+=	gcc46-libs
+SUBDIR+=	gcc47
+SUBDIR+=	gcc47-libs
 SUBDIR+=	gcc6snapshot
 SUBDIR+=	gcc7snapshot
 SUBDIR+=	gconf-cleaner
@@ -871,6 +879,7 @@ SUBDIR+=	ggz-gtk-games
 SUBDIR+=	ggz-server
 SUBDIR+=	ghc
 SUBDIR+=	ghc-core
+SUBDIR+=	ghc710
 SUBDIR+=	ghmm
 SUBDIR+=	ghostpcl-urwfonts-ttf
 SUBDIR+=	ghostscript-cidfonts-ryumin
@@ -1511,6 +1520,7 @@ SUBDIR+=	kyra2
 SUBDIR+=	l2tpd
 SUBDIR+=	labyrinth
 SUBDIR+=	lambertw
+SUBDIR+=	lander
 SUBDIR+=	lasi
 SUBDIR+=	last-exit
 SUBDIR+=	last.fm
@@ -1577,6 +1587,7 @@ SUBDIR+=	libdoozer
 SUBDIR+=	libdrm-dfbsd
 SUBDIR+=	libdssialsacompat
 SUBDIR+=	libecc
+SUBDIR+=	libechonest
 SUBDIR+=	libee
 SUBDIR+=	libeio
 SUBDIR+=	libeio-cvs
@@ -1627,6 +1638,7 @@ SUBDIR+=	libksysguard
 SUBDIR+=	liblingoteach
 SUBDIR+=	libltc
 SUBDIR+=	liblxqt
+SUBDIR+=	libmesode-git
 SUBDIR+=	libmirisdr-git
 SUBDIR+=	libmpg123
 SUBDIR+=	libmusclecard
@@ -1681,6 +1693,7 @@ SUBDIR+=	libucl
 SUBDIR+=	libuna
 SUBDIR+=	libunibilium
 SUBDIR+=	libunwind-git
+SUBDIR+=	libusbmuxd
 SUBDIR+=	libvalhalla
 SUBDIR+=	libvc
 SUBDIR+=	libvg
@@ -1992,6 +2005,7 @@ SUBDIR+=	net-quanta
 SUBDIR+=	net-tools
 SUBDIR+=	netatalk
 SUBDIR+=	netbsd-awk
+SUBDIR+=	netbsd-build-tools
 SUBDIR+=	netbsd-icon-theme
 SUBDIR+=	netbsd-light-desktop-artwork
 SUBDIR+=	netbsd-light-desktop-default-settings
@@ -2072,7 +2086,6 @@ SUBDIR+=	ocaml-variantslib
 SUBDIR+=	ocaml-yojson
 SUBDIR+=	ocaml-zed
 SUBDIR+=	ocamlweb
-SUBDIR+=	oce
 SUBDIR+=	ocserv
 SUBDIR+=	ogmrip
 SUBDIR+=	ogre
@@ -2804,6 +2817,7 @@ SUBDIR+=	py-cosmolopy
 SUBDIR+=	py-coveralls
 SUBDIR+=	py-cracklib
 SUBDIR+=	py-crontab
+SUBDIR+=	py-cryptography-git
 SUBDIR+=	py-cryptoidlib
 SUBDIR+=	py-cryptoim
 SUBDIR+=	py-csa
@@ -3673,6 +3687,7 @@ SUBDIR+=	qt5-qscintilla
 SUBDIR+=	qt5-qtbase-git
 SUBDIR+=	qt5-qtbase56
 SUBDIR+=	qt5-qtbase57
+SUBDIR+=	qt5-qtbase58
 SUBDIR+=	qtaccountsservice
 SUBDIR+=	qtcreator
 SUBDIR+=	qtcurve-gtk2
diff --git a/py-cryptography-git/DESCR b/py-cryptography-git/DESCR
new file mode 100644
index 0000000..e5cb8de
--- /dev/null
+++ b/py-cryptography-git/DESCR
@@ -0,0 +1,7 @@
+cryptography is a package designed to expose cryptographic recipes
+and primitives to Python developers.  Our goal is for it to be your
+"cryptographic standard library".
+
+cryptography includes both high level recipes, and low level
+interfaces to common cryptographic algorithms such as symmetric
+ciphers, message digests and key derivation functions.
diff --git a/py-cryptography-git/Makefile b/py-cryptography-git/Makefile
new file mode 100644
index 0000000..cd1df36
--- /dev/null
+++ b/py-cryptography-git/Makefile
@@ -0,0 +1,44 @@
+# $NetBSD: Makefile,v 1.50 2017/01/28 01:20:01 wiz Exp $
+
+DISTNAME=	cryptography-1.8.dev1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	security python
+MASTER_SITES=	${MASTER_SITE_PYPI:=c/cryptography/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://pypi.python.org/pypi/cryptography/
+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>=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
+# actually, TEST_DEPENDS
+BUILD_DEPENDS+=	${PYPKGPREFIX}-iso8601-[0-9]*:../../time/py-iso8601
+BUILD_DEPENDS+=	${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
+BUILD_DEPENDS+=	${PYPKGPREFIX}-requests>=0.8:../../devel/py-requests
+BUILD_DEPENDS+=	${PYPKGPREFIX}-test>=0.8:../../devel/py-test
+BUILD_DEPENDS+=	${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
+BUILD_DEPENDS+=	${PYPKGPREFIX}-cryptography_vectors-[0-9]*:../../security/py-cryptography_vectors
+BUILD_DEPENDS+=	${PYPKGPREFIX}-asn1-modules-[0-9]*:../../security/py-asn1-modules
+
+GIT_REPOSITORIES=		cryptography
+GIT_REPO.cryptography=		git://github.com/pyca/cryptography.git
+WRKSRC=				${WRKDIR}/cryptography
+
+.include "../../lang/python/pyversion.mk"
+
+.if ${PYPKGPREFIX} == "py27"
+DEPENDS+=	${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
+DEPENDS+=	${PYPKGPREFIX}-ipaddress-[0-9]*:../../net/py-ipaddress
+.endif
+
+do-test:
+	cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
+
+.include "../../lang/python/egg.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-cryptography-git/PLIST b/py-cryptography-git/PLIST
new file mode 100644
index 0000000..cb1831e
--- /dev/null
+++ b/py-cryptography-git/PLIST
@@ -0,0 +1,227 @@
+@comment $NetBSD: PLIST,v 1.17 2016/12/19 08:57:51 wiz Exp $
+${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}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/cryptography/__about__.py
+${PYSITELIB}/cryptography/__about__.pyc
+${PYSITELIB}/cryptography/__about__.pyo
+${PYSITELIB}/cryptography/__init__.py
+${PYSITELIB}/cryptography/__init__.pyc
+${PYSITELIB}/cryptography/__init__.pyo
+${PYSITELIB}/cryptography/exceptions.py
+${PYSITELIB}/cryptography/exceptions.pyc
+${PYSITELIB}/cryptography/exceptions.pyo
+${PYSITELIB}/cryptography/fernet.py
+${PYSITELIB}/cryptography/fernet.pyc
+${PYSITELIB}/cryptography/fernet.pyo
+${PYSITELIB}/cryptography/hazmat/__init__.py
+${PYSITELIB}/cryptography/hazmat/__init__.pyc
+${PYSITELIB}/cryptography/hazmat/__init__.pyo
+${PYSITELIB}/cryptography/hazmat/backends/__init__.py
+${PYSITELIB}/cryptography/hazmat/backends/__init__.pyc
+${PYSITELIB}/cryptography/hazmat/backends/__init__.pyo
+${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/__init__.py
+${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/__init__.pyc
+${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/__init__.pyo
+${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/backend.py
+${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/backend.pyc
+${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/backend.pyo
+${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/ciphers.py
+${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/ciphers.pyc
+${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/ciphers.pyo
+${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/hashes.py
+${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/hashes.pyc
+${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/hashes.pyo
+${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/hmac.py
+${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/hmac.pyc
+${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/hmac.pyo
+${PYSITELIB}/cryptography/hazmat/backends/interfaces.py
+${PYSITELIB}/cryptography/hazmat/backends/interfaces.pyc
+${PYSITELIB}/cryptography/hazmat/backends/interfaces.pyo
+${PYSITELIB}/cryptography/hazmat/backends/multibackend.py
+${PYSITELIB}/cryptography/hazmat/backends/multibackend.pyc
+${PYSITELIB}/cryptography/hazmat/backends/multibackend.pyo
+${PYSITELIB}/cryptography/hazmat/backends/openssl/__init__.py
+${PYSITELIB}/cryptography/hazmat/backends/openssl/__init__.pyc
+${PYSITELIB}/cryptography/hazmat/backends/openssl/__init__.pyo
+${PYSITELIB}/cryptography/hazmat/backends/openssl/backend.py
+${PYSITELIB}/cryptography/hazmat/backends/openssl/backend.pyc
+${PYSITELIB}/cryptography/hazmat/backends/openssl/backend.pyo
+${PYSITELIB}/cryptography/hazmat/backends/openssl/ciphers.py
+${PYSITELIB}/cryptography/hazmat/backends/openssl/ciphers.pyc
+${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/dh.py
+${PYSITELIB}/cryptography/hazmat/backends/openssl/dh.pyc
+${PYSITELIB}/cryptography/hazmat/backends/openssl/dh.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
+${PYSITELIB}/cryptography/hazmat/backends/openssl/hmac.py
+${PYSITELIB}/cryptography/hazmat/backends/openssl/hmac.pyc
+${PYSITELIB}/cryptography/hazmat/backends/openssl/hmac.pyo
+${PYSITELIB}/cryptography/hazmat/backends/openssl/rsa.py
+${PYSITELIB}/cryptography/hazmat/backends/openssl/rsa.pyc
+${PYSITELIB}/cryptography/hazmat/backends/openssl/rsa.pyo
+${PYSITELIB}/cryptography/hazmat/backends/openssl/utils.py
+${PYSITELIB}/cryptography/hazmat/backends/openssl/utils.pyc
+${PYSITELIB}/cryptography/hazmat/backends/openssl/utils.pyo
+${PYSITELIB}/cryptography/hazmat/backends/openssl/x509.py
+${PYSITELIB}/cryptography/hazmat/backends/openssl/x509.pyc
+${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
+${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
+${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/binding.py
+${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/binding.pyc
+${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/binding.pyo
+${PYSITELIB}/cryptography/hazmat/bindings/openssl/__init__.py
+${PYSITELIB}/cryptography/hazmat/bindings/openssl/__init__.pyc
+${PYSITELIB}/cryptography/hazmat/bindings/openssl/__init__.pyo
+${PYSITELIB}/cryptography/hazmat/bindings/openssl/_conditional.py
+${PYSITELIB}/cryptography/hazmat/bindings/openssl/_conditional.pyc
+${PYSITELIB}/cryptography/hazmat/bindings/openssl/_conditional.pyo
+${PYSITELIB}/cryptography/hazmat/bindings/openssl/binding.py
+${PYSITELIB}/cryptography/hazmat/bindings/openssl/binding.pyc
+${PYSITELIB}/cryptography/hazmat/bindings/openssl/binding.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/__init__.py
+${PYSITELIB}/cryptography/hazmat/primitives/__init__.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/__init__.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/__init__.py
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/__init__.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/__init__.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/dh.py
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/dh.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/dh.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/dsa.py
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/dsa.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/dsa.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/ec.py
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/ec.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/ec.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/padding.py
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/padding.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/padding.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/rsa.py
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/rsa.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/rsa.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/utils.py
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/utils.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/utils.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/ciphers/__init__.py
+${PYSITELIB}/cryptography/hazmat/primitives/ciphers/__init__.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/ciphers/__init__.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/ciphers/algorithms.py
+${PYSITELIB}/cryptography/hazmat/primitives/ciphers/algorithms.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/ciphers/algorithms.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/ciphers/base.py
+${PYSITELIB}/cryptography/hazmat/primitives/ciphers/base.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/ciphers/base.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/ciphers/modes.py
+${PYSITELIB}/cryptography/hazmat/primitives/ciphers/modes.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/ciphers/modes.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/cmac.py
+${PYSITELIB}/cryptography/hazmat/primitives/cmac.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/cmac.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/constant_time.py
+${PYSITELIB}/cryptography/hazmat/primitives/constant_time.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/constant_time.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/hashes.py
+${PYSITELIB}/cryptography/hazmat/primitives/hashes.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/hashes.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/hmac.py
+${PYSITELIB}/cryptography/hazmat/primitives/hmac.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/hmac.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/interfaces/__init__.py
+${PYSITELIB}/cryptography/hazmat/primitives/interfaces/__init__.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/interfaces/__init__.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/kdf/__init__.py
+${PYSITELIB}/cryptography/hazmat/primitives/kdf/__init__.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/kdf/__init__.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/kdf/concatkdf.py
+${PYSITELIB}/cryptography/hazmat/primitives/kdf/concatkdf.pyc
+${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/scrypt.py
+${PYSITELIB}/cryptography/hazmat/primitives/kdf/scrypt.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/kdf/scrypt.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
+${PYSITELIB}/cryptography/hazmat/primitives/serialization.py
+${PYSITELIB}/cryptography/hazmat/primitives/serialization.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/serialization.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/twofactor/__init__.py
+${PYSITELIB}/cryptography/hazmat/primitives/twofactor/__init__.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/twofactor/__init__.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/twofactor/hotp.py
+${PYSITELIB}/cryptography/hazmat/primitives/twofactor/hotp.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/twofactor/hotp.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/twofactor/totp.py
+${PYSITELIB}/cryptography/hazmat/primitives/twofactor/totp.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/twofactor/totp.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/twofactor/utils.py
+${PYSITELIB}/cryptography/hazmat/primitives/twofactor/utils.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/twofactor/utils.pyo
+${PYSITELIB}/cryptography/utils.py
+${PYSITELIB}/cryptography/utils.pyc
+${PYSITELIB}/cryptography/utils.pyo
+${PYSITELIB}/cryptography/x509/__init__.py
+${PYSITELIB}/cryptography/x509/__init__.pyc
+${PYSITELIB}/cryptography/x509/__init__.pyo
+${PYSITELIB}/cryptography/x509/base.py
+${PYSITELIB}/cryptography/x509/base.pyc
+${PYSITELIB}/cryptography/x509/base.pyo
+${PYSITELIB}/cryptography/x509/extensions.py
+${PYSITELIB}/cryptography/x509/extensions.pyc
+${PYSITELIB}/cryptography/x509/extensions.pyo
+${PYSITELIB}/cryptography/x509/general_name.py
+${PYSITELIB}/cryptography/x509/general_name.pyc
+${PYSITELIB}/cryptography/x509/general_name.pyo
+${PYSITELIB}/cryptography/x509/name.py
+${PYSITELIB}/cryptography/x509/name.pyc
+${PYSITELIB}/cryptography/x509/name.pyo
+${PYSITELIB}/cryptography/x509/oid.py
+${PYSITELIB}/cryptography/x509/oid.pyc
+${PYSITELIB}/cryptography/x509/oid.pyo
diff --git a/py-cryptography-git/PLIST.Darwin b/py-cryptography-git/PLIST.Darwin
new file mode 100644
index 0000000..583c642
--- /dev/null
+++ b/py-cryptography-git/PLIST.Darwin
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.Darwin,v 1.1 2015/09/05 12:00:10 jperkin Exp $
+${PYSITELIB}/cryptography/hazmat/bindings/_commoncrypto.so
diff --git a/py-cryptography-git/distinfo b/py-cryptography-git/distinfo
new file mode 100644
index 0000000..7a9cd48
--- /dev/null
+++ b/py-cryptography-git/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.38 2017/01/28 01:20:01 wiz Exp $
+
+SHA1 (cryptography-1.7.2.tar.gz) = 2b5bc62fda71992633f83164b1a74c16a784acdf
+RMD160 (cryptography-1.7.2.tar.gz) = ca1bf254944ec846cfd0af124001601a3052bedf
+SHA512 (cryptography-1.7.2.tar.gz) = 8ddd119385064e1f8288ff318ec16f500b5c125a3811ccb306aeb2664fac495fcdd3cb5a7cbacd10156505c9526b9cdbd66860b35bbcd2f9a6bb285dd6cba8c5
+Size (cryptography-1.7.2.tar.gz) = 420867 bytes


Home | Main Index | Thread Index | Old Index