pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/py-uncompyle6 py-uncompyle6: fix PLIST for Python...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b7cc5876ecb
branches:  trunk
changeset: 413165:9b7cc5876ecb
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Mar 15 23:35:03 2020 +0000

description:
py-uncompyle6: fix PLIST for Python 2.7; note: and_not_check.py is not used at all

diffstat:

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

diffs (20 lines):

diff -r 70e3ec59e9ca -r 9b7cc5876ecb lang/py-uncompyle6/PLIST
--- a/lang/py-uncompyle6/PLIST  Sun Mar 15 23:14:58 2020 +0000
+++ b/lang/py-uncompyle6/PLIST  Sun Mar 15 23:35:03 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2020/02/13 19:27:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2020/03/15 23:35:03 adam Exp $
 bin/pydisassemble-${PYVERSSUFFIX}
 bin/uncompyle6-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -120,8 +120,8 @@
 ${PYSITELIB}/uncompyle6/parsers/reducecheck/and_check.pyc
 ${PYSITELIB}/uncompyle6/parsers/reducecheck/and_check.pyo
 ${PYSITELIB}/uncompyle6/parsers/reducecheck/and_not_check.py
-${PYSITELIB}/uncompyle6/parsers/reducecheck/and_not_check.pyc
-${PYSITELIB}/uncompyle6/parsers/reducecheck/and_not_check.pyo
+${PLIST.py3x}${PYSITELIB}/uncompyle6/parsers/reducecheck/and_not_check.pyc
+${PLIST.py3x}${PYSITELIB}/uncompyle6/parsers/reducecheck/and_not_check.pyo
 ${PYSITELIB}/uncompyle6/parsers/reducecheck/except_handler_else.py
 ${PYSITELIB}/uncompyle6/parsers/reducecheck/except_handler_else.pyc
 ${PYSITELIB}/uncompyle6/parsers/reducecheck/except_handler_else.pyo



Home | Main Index | Thread Index | Old Index