From bc53a5583bac2d1c91aa2234de3c5fdc6c3206e4 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 9 Jan 2020 22:12:37 +0000 Subject: [PATCH] python3-pyparsing:first release --- .../python3/python3-pyparsing/actions.py | 13 ++++++ .../python3/python3-pyparsing/pspec.xml | 44 +++++++++++++++++++ .../python3-pyparsing/translations.xml | 7 +++ 3 files changed, 64 insertions(+) create mode 100644 programming/language/python3/python3-pyparsing/actions.py create mode 100644 programming/language/python3/python3-pyparsing/pspec.xml create mode 100644 programming/language/python3/python3-pyparsing/translations.xml 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. + +