pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-gevent py-gevent: fix PLIST



details:   https://anonhg.NetBSD.org/pkgsrc/rev/126176ccfcbb
branches:  trunk
changeset: 313352:126176ccfcbb
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Sep 27 20:52:55 2018 +0000

description:
py-gevent: fix PLIST

diffstat:

 net/py-gevent/PLIST |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r c5c281688549 -r 126176ccfcbb net/py-gevent/PLIST
--- a/net/py-gevent/PLIST       Thu Sep 27 20:39:45 2018 +0000
+++ b/net/py-gevent/PLIST       Thu Sep 27 20:52:55 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2018/08/19 09:44:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2018/09/27 20:52:55 tnn Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -192,7 +192,8 @@
 ${PYSITELIB}/gevent/libuv/__init__.py
 ${PYSITELIB}/gevent/libuv/__init__.pyc
 ${PYSITELIB}/gevent/libuv/__init__.pyo
-${PYSITELIB}/gevent/libuv/_corecffi.abi3.so
+${PLIST.py3x}${PYSITELIB}/gevent/libuv/_corecffi.abi3.so
+${PLIST.py2x}${PYSITELIB}/gevent/libuv/_corecffi.so
 ${PYSITELIB}/gevent/libuv/_corecffi_build.py
 ${PYSITELIB}/gevent/libuv/_corecffi_build.pyc
 ${PYSITELIB}/gevent/libuv/_corecffi_build.pyo



Home | Main Index | Thread Index | Old Index