diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-12 18:34:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-12 18:34:31 +0000 |
commit | b26770410d57084a7c9b38eeb1527baeb99cf126 (patch) | |
tree | 4e41a722ed21a167ef07df48424b046a057dd3a1 /security | |
parent | 2009fa3df28004b2bfc0dc327f4953ad0f988640 (diff) | |
download | pkgsrc-b26770410d57084a7c9b38eeb1527baeb99cf126.tar.gz |
ld with python-3.x and py-cffi-1.8.x and bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-cryptography/Makefile | 5 | ||||
-rw-r--r-- | security/py-cryptography/PLIST | 11 |
2 files changed, 10 insertions, 6 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index f3e189300e6..1df7735bbc2 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2016/08/31 06:47:09 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2016/09/12 18:34:31 wiz Exp $ 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 diff --git a/security/py-cryptography/PLIST b/security/py-cryptography/PLIST index 10cdfbe05b5..15ce53a5764 100644 --- a/security/py-cryptography/PLIST +++ b/security/py-cryptography/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2016/06/06 11:58:09 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 @@ -87,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 |