pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-cryptography



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 12 18:34:31 UTC 2016

Modified Files:
        pkgsrc/security/py-cryptography: Makefile PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/security/py-cryptography/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/py-cryptography/PLIST

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

Modified files:

Index: pkgsrc/security/py-cryptography/Makefile
diff -u pkgsrc/security/py-cryptography/Makefile:1.42 pkgsrc/security/py-cryptography/Makefile:1.43
--- pkgsrc/security/py-cryptography/Makefile:1.42       Wed Aug 31 06:47:09 2016
+++ pkgsrc/security/py-cryptography/Makefile    Mon Sep 12 18:34:31 2016
@@ -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 primi
 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

Index: pkgsrc/security/py-cryptography/PLIST
diff -u pkgsrc/security/py-cryptography/PLIST:1.14 pkgsrc/security/py-cryptography/PLIST:1.15
--- pkgsrc/security/py-cryptography/PLIST:1.14  Mon Jun  6 11:58:09 2016
+++ pkgsrc/security/py-cryptography/PLIST       Mon Sep 12 18:34:31 2016
@@ -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/backend
 ${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