diff options
author | wiz <wiz@pkgsrc.org> | 2017-07-15 17:41:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-07-15 17:41:10 +0000 |
commit | aa1d8e2d423e1a4964ba56c61bcf0c4e2a69a641 (patch) | |
tree | 17a1866845f6eedf759eba58aff99641c9c4383b | |
parent | b287e1a552764338159d2d85c3417d8313f6a269 (diff) | |
download | pkgsrc-aa1d8e2d423e1a4964ba56c61bcf0c4e2a69a641.tar.gz |
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.
-rw-r--r-- | net/py-gevent/PLIST | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/py-gevent/PLIST b/net/py-gevent/PLIST index 9d043164d65..d2a6a71ef92 100644 --- a/net/py-gevent/PLIST +++ b/net/py-gevent/PLIST @@ -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 |