pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-gevent Fix PLIST for python-2.x and python-3.x ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e861827b0dba
branches: trunk
changeset: 365392:e861827b0dba
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jul 15 17:41:10 2017 +0000
description:
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.
diffstat:
net/py-gevent/PLIST | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r 679e9c8be69d -r e861827b0dba net/py-gevent/PLIST
--- a/net/py-gevent/PLIST Sat Jul 15 17:23:03 2017 +0000
+++ b/net/py-gevent/PLIST Sat Jul 15 17:41:10 2017 +0000
@@ -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.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.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/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
Home |
Main Index |
Thread Index |
Old Index