diff options
author | adam <adam@pkgsrc.org> | 2019-02-19 12:31:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-02-19 12:31:55 +0000 |
commit | f322afba4ff30ea44fc4af0c8b52e7557e1b262a (patch) | |
tree | cd302f203536de1d980c032c7a005955c38035b1 /lang | |
parent | 42e5aa3a19b8bf787f630559e023926be12ef6fe (diff) | |
download | pkgsrc-f322afba4ff30ea44fc4af0c8b52e7557e1b262a.tar.gz |
py-parso: updated to 0.3.4
0.3.4:
- Fix an f-string tokenizer error
0.3.3:
- Fix async errors in the diff parser
- A fix in iter_errors
- This is a very small bugfix release
0.3.2:
- 20+ bugfixes in the diff parser and 3 in the tokenizer
- A fuzzer for the diff parser, to give confidence that the diff parser is in a
good shape.
- Some bugfixes for f-string
Diffstat (limited to 'lang')
-rw-r--r-- | lang/py-parso/Makefile | 10 | ||||
-rw-r--r-- | lang/py-parso/PLIST | 4 | ||||
-rw-r--r-- | lang/py-parso/distinfo | 10 |
3 files changed, 16 insertions, 8 deletions
diff --git a/lang/py-parso/Makefile b/lang/py-parso/Makefile index 79581873151..eb368be8b41 100644 --- a/lang/py-parso/Makefile +++ b/lang/py-parso/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2018/12/28 14:18:32 adam Exp $ +# $NetBSD: Makefile,v 1.3 2019/02/19 12:31:55 adam Exp $ -DISTNAME= parso-0.3.1 +DISTNAME= parso-0.3.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= lang python MASTER_SITES= ${MASTER_SITE_PYPI:=p/parso/} @@ -10,7 +10,13 @@ HOMEPAGE= https://github.com/davidhalter/parso COMMENT= Python Parser LICENSE= mit +TEST_DEPENDS+= ${PYPKGPREFIX}-docopt-[0-9]*:../../devel/py-docopt +TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test + USE_LANGUAGES= # none +do-test: + cd ${WRKSRC} && pytest-${PYVERSSUFFIX} + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/py-parso/PLIST b/lang/py-parso/PLIST index 9d2a5ed7dec..812c695cd45 100644 --- a/lang/py-parso/PLIST +++ b/lang/py-parso/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2018/12/28 14:18:32 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2019/02/19 12:31:55 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/parso/__init__.py ${PYSITELIB}/parso/__init__.pyc @@ -46,6 +47,7 @@ ${PYSITELIB}/parso/python/grammar34.txt ${PYSITELIB}/parso/python/grammar35.txt ${PYSITELIB}/parso/python/grammar36.txt ${PYSITELIB}/parso/python/grammar37.txt +${PYSITELIB}/parso/python/grammar38.txt ${PYSITELIB}/parso/python/parser.py ${PYSITELIB}/parso/python/parser.pyc ${PYSITELIB}/parso/python/parser.pyo diff --git a/lang/py-parso/distinfo b/lang/py-parso/distinfo index 9c1e11f73fe..061b1a3e613 100644 --- a/lang/py-parso/distinfo +++ b/lang/py-parso/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/12/28 14:18:32 adam Exp $ +$NetBSD: distinfo,v 1.3 2019/02/19 12:31:55 adam Exp $ -SHA1 (parso-0.3.1.tar.gz) = 0132ff7a1747e041be285189cf462862424bc07f -RMD160 (parso-0.3.1.tar.gz) = 02d9b281a563077801ac6e9a89aa5edcb2f73881 -SHA512 (parso-0.3.1.tar.gz) = 28b0da236817f0919622ddcaa1dba89e036b2d11dbc684e8dbeb3d3abbf1858627275d9913f5c9db01334467d65eb6cbadd22ac9cd3c1c6d23ad9ddf400547c8 -Size (parso-0.3.1.tar.gz) = 379506 bytes +SHA1 (parso-0.3.4.tar.gz) = b2458e2eb4810044d64a6374998fe92974d86e0d +RMD160 (parso-0.3.4.tar.gz) = 6f6945e4001480d40957ff464e42a2c2888d59ea +SHA512 (parso-0.3.4.tar.gz) = 92981e3a25365a43d6bbb4ca5d0a83b9c9c688dcebf45ea3df8928d7aedf041b25b923824cec68adb9d54f6628a2f601c2af7e698ff83500635e2fc84314d8fd +Size (parso-0.3.4.tar.gz) = 387845 bytes |