pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-gevent



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.

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



Home | Main Index | Thread Index | Old Index