Received: by mail.netbsd.org (Postfix, from userid 605) id 4712884DDE; Sat, 15 Jul 2017 17:41:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CEE9F84C6C for ; Sat, 15 Jul 2017 17:41:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id NH9tDtLjiMoT for ; Sat, 15 Jul 2017 17:41:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5C9B784D21 for ; Sat, 15 Jul 2017 17:41:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 533FBFACC; Sat, 15 Jul 2017 17:41:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150014047016580" MIME-Version: 1.0 Date: Sat, 15 Jul 2017 17:41:10 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/py-gevent To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170715174110.533FBFACC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_150014047016580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jul 15 17:41:10 UTC 2017 Modified Files: pkgsrc/net/py-gevent: PLIST Log Message: Fix PLIST for python-2.x and python-3.x on NetBSD. Neither installs ${PYSITELIB}/gevent/libev/_corecffi.abi3.so, so remove it from PLIST, might need more magic for that. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/py-gevent/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150014047016580 Content-Disposition: inline Content-Length: 1616 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-gevent/PLIST diff -u pkgsrc/net/py-gevent/PLIST:1.3 pkgsrc/net/py-gevent/PLIST:1.4 --- pkgsrc/net/py-gevent/PLIST:1.3 Fri Jul 14 10:19:36 2017 +++ pkgsrc/net/py-gevent/PLIST Sat Jul 15 17:41:10 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2017/07/14 10:19:36 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2017/07/15 17:41:10 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -26,8 +26,8 @@ ${PYSITELIB}/gevent/_socket2.py ${PYSITELIB}/gevent/_socket2.pyc ${PYSITELIB}/gevent/_socket2.pyo ${PYSITELIB}/gevent/_socket3.py -${PYSITELIB}/gevent/_socket3.pyc -${PYSITELIB}/gevent/_socket3.pyo +${PLIST.py3x}${PYSITELIB}/gevent/_socket3.pyc +${PLIST.py3x}${PYSITELIB}/gevent/_socket3.pyo ${PYSITELIB}/gevent/_socketcommon.py ${PYSITELIB}/gevent/_socketcommon.pyc ${PYSITELIB}/gevent/_socketcommon.pyo @@ -50,6 +50,8 @@ ${PYSITELIB}/gevent/_util.py ${PYSITELIB}/gevent/_util.pyc ${PYSITELIB}/gevent/_util.pyo ${PYSITELIB}/gevent/_util_py2.py +${PLIST.py2x}${PYSITELIB}/gevent/_util_py2.pyc +${PLIST.py2x}${PYSITELIB}/gevent/_util_py2.pyo ${PYSITELIB}/gevent/ares.pyx ${PYSITELIB}/gevent/ares.so ${PYSITELIB}/gevent/backdoor.py @@ -86,7 +88,6 @@ ${PYSITELIB}/gevent/hub.pyo ${PYSITELIB}/gevent/libev/__init__.py ${PYSITELIB}/gevent/libev/__init__.pyc ${PYSITELIB}/gevent/libev/__init__.pyo -${PYSITELIB}/gevent/libev/_corecffi.abi3.so ${PYSITELIB}/gevent/libev/_corecffi_build.py ${PYSITELIB}/gevent/libev/_corecffi_build.pyc ${PYSITELIB}/gevent/libev/_corecffi_build.pyo --_----------=_150014047016580--