diff --git a/programming/language/python3/python3-pyparsing/actions.py b/programming/language/python3/python3-pyparsing/actions.py new file mode 100644 index 0000000000..c2d4032e5e --- /dev/null +++ b/programming/language/python3/python3-pyparsing/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/copyleft/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-pyparsing/pspec.xml b/programming/language/python3/python3-pyparsing/pspec.xml new file mode 100644 index 0000000000..644acb62c9 --- /dev/null +++ b/programming/language/python3/python3-pyparsing/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-pyparsing + https://github.com/pyparsing/pyparsing/ + + Blue Devil + bluedevil@sctzine.com + + MIT + programming.language.python3 + library + Python3 parsing module + The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code. + https://github.com/pyparsing/pyparsing/archive/pyparsing_2.4.6.tar.gz + + python3-setuptools + python3-devel + + + + + python3-pyparsing + Python3 parsing module + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-pyparsing + + + + + + 2019-12-30 + 2.4.6 + First Release + Blue Devil + bluedevil@sctzine.com + + + diff --git a/programming/language/python3/python3-pyparsing/translations.xml b/programming/language/python3/python3-pyparsing/translations.xml new file mode 100644 index 0000000000..5ce9f34b62 --- /dev/null +++ b/programming/language/python3/python3-pyparsing/translations.xml @@ -0,0 +1,7 @@ + + + python3-pyparsing + Python3 cözümleme modülü. + python3-pyparsing modülü lex/yacc yaklaşımı veya regex dışında basit dilbilgisi yaratma ve çalıştırmak için alternatif bir yaklaşım sunar. + +