pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/py-paver Fix PLIST for Python 2.x build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8fef050103c
branches:  trunk
changeset: 317032:a8fef050103c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 27 15:14:00 2018 +0000

description:
Fix PLIST for Python 2.x build.

diffstat:

 lang/py-paver/PLIST |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 82e00cfb0219 -r a8fef050103c lang/py-paver/PLIST
--- a/lang/py-paver/PLIST       Thu Dec 27 15:13:00 2018 +0000
+++ b/lang/py-paver/PLIST       Thu Dec 27 15:14:00 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/08/07 09:44:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/12/27 15:14:00 joerg Exp $
 bin/paver-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -26,6 +26,8 @@
 ${PYSITELIB}/paver/deps/__init__.pyc
 ${PYSITELIB}/paver/deps/__init__.pyo
 ${PYSITELIB}/paver/deps/path2.py
+${PLIST.py2x}${PYSITELIB}/paver/deps/path2.pyc
+${PLIST.py2x}${PYSITELIB}/paver/deps/path2.pyo
 ${PYSITELIB}/paver/deps/path3.py
 ${PYSITELIB}/paver/deps/path3.pyc
 ${PYSITELIB}/paver/deps/path3.pyo



Home | Main Index | Thread Index | Old Index