Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B465B7A26E for ; Mon, 12 Sep 2016 18:34:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 63FD085EB2; Mon, 12 Sep 2016 18:34:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E73D185EB0 for ; Mon, 12 Sep 2016 18:34:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id I4GTNHL6fCIq for ; Mon, 12 Sep 2016 18:34:31 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6FF7385DFF for ; Mon, 12 Sep 2016 18:34:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6B044FBD1; Mon, 12 Sep 2016 18:34:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1473705271133280" MIME-Version: 1.0 Date: Mon, 12 Sep 2016 18:34:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/py-cryptography To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160912183431.6B044FBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1473705271133280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1473705271133280 Content-Disposition: inline Content-Length: 2643 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1473705271133280--