pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 16 17:01:50 UTC 2017

Modified Files:
        pkgsrc/lang: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.466 -r1.467 pkgsrc/lang/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/Makefile
diff -u pkgsrc/lang/Makefile:1.466 pkgsrc/lang/Makefile:1.467
--- pkgsrc/lang/Makefile:1.466  Thu Oct  5 04:06:02 2017
+++ pkgsrc/lang/Makefile        Mon Oct 16 17:01:50 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.466 2017/10/05 04:06:02 jnemeth Exp $
+# $NetBSD: Makefile,v 1.467 2017/10/16 17:01:50 adam Exp $
 #
 
 COMMENT=       Programming languages
@@ -180,6 +180,7 @@ SUBDIR+=    py-execjs
 SUBDIR+=       py-hy
 SUBDIR+=       py-js2py
 SUBDIR+=       py-jsparser
+SUBDIR+=       py-parso
 SUBDIR+=       py-pyrex
 SUBDIR+=       py-pythonz
 SUBDIR+=       py-six



Home | Main Index | Thread Index | Old Index