pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-uncompyle6



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Mar 15 23:35:03 UTC 2020

Modified Files:
        pkgsrc/lang/py-uncompyle6: PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/py-uncompyle6/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py-uncompyle6/PLIST
diff -u pkgsrc/lang/py-uncompyle6/PLIST:1.12 pkgsrc/lang/py-uncompyle6/PLIST:1.13
--- pkgsrc/lang/py-uncompyle6/PLIST:1.12        Thu Feb 13 19:27:36 2020
+++ pkgsrc/lang/py-uncompyle6/PLIST     Sun Mar 15 23:35:03 2020
@@ -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/reducech
 ${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