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 for Python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac719a4ba0a1
branches:  trunk
changeset: 458880:ac719a4ba0a1
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 22 07:09:12 2021 +0000

description:
py-gevent: fix PLIST for Python 2.7

diffstat:

 net/py-gevent/PLIST |  14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r acdfde3674e2 -r ac719a4ba0a1 net/py-gevent/PLIST
--- a/net/py-gevent/PLIST       Wed Sep 22 06:56:10 2021 +0000
+++ b/net/py-gevent/PLIST       Wed Sep 22 07:09:12 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2021/08/24 10:42:50 nia Exp $
+@comment $NetBSD: PLIST,v 1.12 2021/09/22 07:09:12 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -79,9 +79,9 @@
 ${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.py
+${PLIST.py3x}${PYSITELIB}/gevent/_socket3.pyc
+${PLIST.py3x}${PYSITELIB}/gevent/_socket3.pyo
 ${PYSITELIB}/gevent/_socketcommon.py
 ${PYSITELIB}/gevent/_socketcommon.pyc
 ${PYSITELIB}/gevent/_socketcommon.pyo
@@ -151,7 +151,8 @@
 ${PYSITELIB}/gevent/libev/__init__.py
 ${PYSITELIB}/gevent/libev/__init__.pyc
 ${PYSITELIB}/gevent/libev/__init__.pyo
-${PYSITELIB}/gevent/libev/_corecffi.abi3.so
+${PLIST.py2x}${PYSITELIB}/gevent/libev/_corecffi.so
+${PLIST.py3x}${PYSITELIB}/gevent/libev/_corecffi.abi3.so
 ${PYSITELIB}/gevent/libev/_corecffi_build.py
 ${PYSITELIB}/gevent/libev/_corecffi_build.pyc
 ${PYSITELIB}/gevent/libev/_corecffi_build.pyo
@@ -165,7 +166,8 @@
 ${PYSITELIB}/gevent/libuv/__init__.py
 ${PYSITELIB}/gevent/libuv/__init__.pyc
 ${PYSITELIB}/gevent/libuv/__init__.pyo
-${PYSITELIB}/gevent/libuv/_corecffi.abi3.so
+${PLIST.py2x}${PYSITELIB}/gevent/libuv/_corecffi.so
+${PLIST.py3x}${PYSITELIB}/gevent/libuv/_corecffi.abi3.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