pkgsrc/devel/py-Checker-mixedcase/PLIST
shell 21b8344511 Updated py-Checker to 0.8.10 .
Changes for 0.8.9 to 0.8.10 :
  * Add --unpack option to warn when unpacking a non-sequence
  * Add --unpacklen option to warn when unpacking sequence of wrong size
  * Add --changetypes option to warn when setting a variable to different types
  * Add --stringiter option to warn when iterating over a string
  * Add --input option to warn when using input()
  * Fix crash with checking properties or deriving from objects (2.2 only)
  * Fix crash with nested scopes and lambdas
  * Fix spurious warnings for constant conditionals when using ('%s' % value)
  * Fix spurious warnings for unused identifiers caused by from XXX import *
  * Add more information when module cannot be imported
  * Fix spurious warnings for implicit returns when using while 1:
  * Fix spurious warnings for implicit returns when using try/finally:
  * Fix spurious warning with globals that start w/__
  * Fix spurious warnings for modifying default arguments
        when calling {}.get(), {}.has_key(), [].index(), [].count(), etc.
  * Fix spurious warnings in Python 1.5.2 when using from/import

(Please see CHANGELOG for more)
2002-06-10 02:25:03 +00:00

33 lines
1.1 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2002/06/10 02:25:03 shell Exp $
bin/pyChecker
${PYSITELIB}/pychecker/CodeChecks.py
${PYSITELIB}/pychecker/CodeChecks.pyc
${PYSITELIB}/pychecker/Config.py
${PYSITELIB}/pychecker/Config.pyc
${PYSITELIB}/pychecker/OP.py
${PYSITELIB}/pychecker/OP.pyc
${PYSITELIB}/pychecker/OptionTypes.py
${PYSITELIB}/pychecker/OptionTypes.pyc
${PYSITELIB}/pychecker/Stack.py
${PYSITELIB}/pychecker/Stack.pyc
${PYSITELIB}/pychecker/Warning.py
${PYSITELIB}/pychecker/Warning.pyc
${PYSITELIB}/pychecker/__init__.py
${PYSITELIB}/pychecker/__init__.pyc
${PYSITELIB}/pychecker/checker.py
${PYSITELIB}/pychecker/checker.pyc
${PYSITELIB}/pychecker/function.py
${PYSITELIB}/pychecker/function.pyc
${PYSITELIB}/pychecker/msgs.py
${PYSITELIB}/pychecker/msgs.pyc
${PYSITELIB}/pychecker/options.py
${PYSITELIB}/pychecker/options.pyc
${PYSITELIB}/pychecker/printer.py
${PYSITELIB}/pychecker/printer.pyc
${PYSITELIB}/pychecker/python.py
${PYSITELIB}/pychecker/python.pyc
${PYSITELIB}/pychecker/utils.py
${PYSITELIB}/pychecker/utils.pyc
${PYSITELIB}/pychecker/warn.py
${PYSITELIB}/pychecker/warn.pyc
@dirrm ${PYSITELIB}/pychecker