diff --git a/programming/language/python3/python3-parso/actions.py b/programming/language/python3/python3-parso/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-parso/actions.py @@ -0,0 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pythonmodules + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-parso/pspec.xml b/programming/language/python3/python3-parso/pspec.xml new file mode 100644 index 0000000000..9c94aca075 --- /dev/null +++ b/programming/language/python3/python3-parso/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-parso + https://github.com/davidhalter/parso + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + A Python Parser. + 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. + https://github.com/davidhalter/parso/archive/v0.6.2.tar.gz + + python3-setuptools + python3-devel + + + + + python3-parso + A Python Parser. + + python3 + + + /usr/share/doc/python3-parso + /usr/lib/python3* + + + + + + 2020-03-06 + 0.6.2 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-parso/translations.xml b/programming/language/python3/python3-parso/translations.xml new file mode 100644 index 0000000000..157b445dc4 --- /dev/null +++ b/programming/language/python3/python3-parso/translations.xml @@ -0,0 +1,8 @@ + + + + python3-parso + Bir python çözümleyicisi. + python3-parso, python ile yazdığınız kodlardaki sözdizim hatalarını bulabilen hata düzeltmelerini destekleyen bir python kitaplığıdır. + + \ No newline at end of file