summaryrefslogtreecommitdiff
path: root/devel/py-flakes/PLIST
diff options
context:
space:
mode:
authorwiz <wiz>2014-03-31 08:30:53 +0000
committerwiz <wiz>2014-03-31 08:30:53 +0000
commit9981d7ea3d5bee74dfdbec30af3cb52043d1c125 (patch)
treeb465a273f3b8900272eab477e79486868a231182 /devel/py-flakes/PLIST
parent4fe04b809576da01e8e6ee371984c84fc0989130 (diff)
downloadpkgsrc-9981d7ea3d5bee74dfdbec30af3cb52043d1c125.tar.gz
Update to 0.8:
0.8.0 (2014-03-22): - Adapt for the AST in Python 3.4. - Fix caret position on SyntaxError. - Fix crash on Python 2.x with some doctest SyntaxError. - Add tox.ini. - The `PYFLAKES_NODOCTEST` environment variable has been replaced with the `PYFLAKES_DOCTEST` environment variable (with the opposite meaning). Doctest checking is now disabled by default; set the environment variable to enable it. - Correctly parse incremental `__all__ += [...]`. - Catch return with arguments inside a generator (Python <= 3.2). - Do not complain about `_` in doctests. - Drop deprecated methods `pushFunctionScope` and `pushClassScope`.
Diffstat (limited to 'devel/py-flakes/PLIST')
-rw-r--r--devel/py-flakes/PLIST5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-flakes/PLIST b/devel/py-flakes/PLIST
index 1a55d95f10a..dcd21d8b8e7 100644
--- a/devel/py-flakes/PLIST
+++ b/devel/py-flakes/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2013/09/30 09:33:49 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2014/03/31 08:30:53 wiz Exp $
bin/pyflakes${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -47,6 +47,9 @@ ${PYSITELIB}/pyflakes/test/test_imports.pyo
${PYSITELIB}/pyflakes/test/test_other.py
${PYSITELIB}/pyflakes/test/test_other.pyc
${PYSITELIB}/pyflakes/test/test_other.pyo
+${PYSITELIB}/pyflakes/test/test_return_with_arguments_inside_generator.py
+${PYSITELIB}/pyflakes/test/test_return_with_arguments_inside_generator.pyc
+${PYSITELIB}/pyflakes/test/test_return_with_arguments_inside_generator.pyo
${PYSITELIB}/pyflakes/test/test_undefined_names.py
${PYSITELIB}/pyflakes/test/test_undefined_names.pyc
${PYSITELIB}/pyflakes/test/test_undefined_names.pyo