pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-cryptography ld with python-3.x and py-cff...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/891c55cdbb4a
branches:  trunk
changeset: 352362:891c55cdbb4a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 12 18:34:31 2016 +0000

description:
ld with python-3.x and py-cffi-1.8.x and bump PKGREVISION.

diffstat:

 security/py-cryptography/Makefile |   5 +++--
 security/py-cryptography/PLIST    |  11 +++++++----
 2 files changed, 10 insertions(+), 6 deletions(-)

diffs (47 lines):

diff -r 65fae1013cc8 -r 891c55cdbb4a security/py-cryptography/Makefile
--- a/security/py-cryptography/Makefile Mon Sep 12 18:06:55 2016 +0000
+++ b/security/py-cryptography/Makefile Mon Sep 12 18:34:31 2016 +0000
@@ -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 @@
 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 -r 65fae1013cc8 -r 891c55cdbb4a security/py-cryptography/PLIST
--- a/security/py-cryptography/PLIST    Mon Sep 12 18:06:55 2016 +0000
+++ b/security/py-cryptography/PLIST    Mon Sep 12 18:34:31 2016 +0000
@@ -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/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



Home | Main Index | Thread Index | Old Index