diff options
author | wiz <wiz> | 2014-03-31 08:30:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-03-31 08:30:53 +0000 |
commit | 9981d7ea3d5bee74dfdbec30af3cb52043d1c125 (patch) | |
tree | b465a273f3b8900272eab477e79486868a231182 /devel/py-flakes | |
parent | 4fe04b809576da01e8e6ee371984c84fc0989130 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | devel/py-flakes/Makefile | 4 | ||||
-rw-r--r-- | devel/py-flakes/PLIST | 5 | ||||
-rw-r--r-- | devel/py-flakes/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/devel/py-flakes/Makefile b/devel/py-flakes/Makefile index 1cddea11a78..6589bc8bc15 100644 --- a/devel/py-flakes/Makefile +++ b/devel/py-flakes/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2013/09/30 09:33:49 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/03/31 08:30:53 wiz Exp $ -DISTNAME= pyflakes-0.7.3 +DISTNAME= pyflakes-0.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= devel python MASTER_SITES= http://pypi.python.org/packages/source/p/pyflakes/ 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 diff --git a/devel/py-flakes/distinfo b/devel/py-flakes/distinfo index abbd369f7f0..d5560f2c00c 100644 --- a/devel/py-flakes/distinfo +++ b/devel/py-flakes/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2013/09/30 09:33:49 wiz Exp $ +$NetBSD: distinfo,v 1.3 2014/03/31 08:30:53 wiz Exp $ -SHA1 (pyflakes-0.7.3.tar.gz) = 7243404a3d583d68373e207b73e4f071b3b85cbd -RMD160 (pyflakes-0.7.3.tar.gz) = 9d87627496875fdf1d05ea5a80181a89843969f7 -Size (pyflakes-0.7.3.tar.gz) = 30551 bytes +SHA1 (pyflakes-0.8.tar.gz) = 801c9ad6bddc95e436b103a8deefbfe0f4451f50 +RMD160 (pyflakes-0.8.tar.gz) = 39ea1df18c58c3b1131d811a344ebf79f6128ba8 +Size (pyflakes-0.8.tar.gz) = 32041 bytes |