Mon Oct 16 17:01:50 2017 UTC ()
Parso is a Python parser that supports error recovery and round-trip parsing
for different Python versions (in multiple Python versions). Parso is also
able to list multiple syntax errors in your python file.

Parso has been battle-tested by jedi. It was pulled out of jedi to be useful
for other projects as well.

Parso consists of a small API to parse Python and analyse the syntax tree.


(adam)
diff -r1.466 -r1.467 pkgsrc/lang/Makefile

cvs diff -r1.466 -r1.467 pkgsrc/lang/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/Makefile 2017/10/05 04:06:02 1.466
+++ pkgsrc/lang/Makefile 2017/10/16 17:01:50 1.467
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.466 2017/10/05 04:06:02 jnemeth Exp $ 1# $NetBSD: Makefile,v 1.467 2017/10/16 17:01:50 adam Exp $
2# 2#
3 3
4COMMENT= Programming languages 4COMMENT= Programming languages
5 5
6SUBDIR+= Cg-compiler 6SUBDIR+= Cg-compiler
7SUBDIR+= LuaJIT 7SUBDIR+= LuaJIT
8SUBDIR+= LuaJIT2 8SUBDIR+= LuaJIT2
9SUBDIR+= STk 9SUBDIR+= STk
10SUBDIR+= a60 10SUBDIR+= a60
11SUBDIR+= abcl 11SUBDIR+= abcl
12SUBDIR+= algol68g 12SUBDIR+= algol68g
13SUBDIR+= asn1c 13SUBDIR+= asn1c
14SUBDIR+= awka 14SUBDIR+= awka
@@ -170,26 +170,27 @@ SUBDIR+= pforth @@ -170,26 +170,27 @@ SUBDIR+= pforth
170SUBDIR+= php56 170SUBDIR+= php56
171SUBDIR+= php70 171SUBDIR+= php70
172SUBDIR+= php71 172SUBDIR+= php71
173SUBDIR+= picoc 173SUBDIR+= picoc
174SUBDIR+= pict 174SUBDIR+= pict
175SUBDIR+= polyml 175SUBDIR+= polyml
176SUBDIR+= py-basicproperty 176SUBDIR+= py-basicproperty
177SUBDIR+= py-byterun 177SUBDIR+= py-byterun
178SUBDIR+= py-cxfreeze 178SUBDIR+= py-cxfreeze
179SUBDIR+= py-execjs 179SUBDIR+= py-execjs
180SUBDIR+= py-hy 180SUBDIR+= py-hy
181SUBDIR+= py-js2py 181SUBDIR+= py-js2py
182SUBDIR+= py-jsparser 182SUBDIR+= py-jsparser
 183SUBDIR+= py-parso
183SUBDIR+= py-pyrex 184SUBDIR+= py-pyrex
184SUBDIR+= py-pythonz 185SUBDIR+= py-pythonz
185SUBDIR+= py-six 186SUBDIR+= py-six
186SUBDIR+= py27-html-docs 187SUBDIR+= py27-html-docs
187SUBDIR+= py34-html-docs 188SUBDIR+= py34-html-docs
188SUBDIR+= py35-html-docs 189SUBDIR+= py35-html-docs
189SUBDIR+= py36-html-docs 190SUBDIR+= py36-html-docs
190#SUBDIR+= python # only contains Makefile fragments 191#SUBDIR+= python # only contains Makefile fragments
191SUBDIR+= python27 192SUBDIR+= python27
192SUBDIR+= python34 193SUBDIR+= python34
193SUBDIR+= python35 194SUBDIR+= python35
194SUBDIR+= python36 195SUBDIR+= python36
195SUBDIR+= qore 196SUBDIR+= qore