diff --git a/programming/language/python3/python3-sqlparse/actions.py b/programming/language/python3/python3-sqlparse/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-sqlparse/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-sqlparse/pspec.xml b/programming/language/python3/python3-sqlparse/pspec.xml new file mode 100644 index 0000000000..3acace6985 --- /dev/null +++ b/programming/language/python3/python3-sqlparse/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-sqlparse + https://github.com/andialbrecht/sqlparse + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + BSDv3 + library + A non-validating SQL parser module for Python. + sqlparse is a non-validating SQL parser for Python. It provides support for parsing, splitting and formatting SQL statements. + https://github.com/andialbrecht/sqlparse/archive/0.3.0.tar.gz + + python3-setuptools + python3-devel + + + + + python3-sqlparse + A non-validating SQL parser module for Python. + + python3-setuptools + python3 + + + /usr/share/doc/python3-sqlparse + /usr/bin/sqlformat + /usr/lib/python3* + + + + + + 2020-02-19 + 0.3.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-sqlparse/translations.xml b/programming/language/python3/python3-sqlparse/translations.xml new file mode 100644 index 0000000000..3f5dc3c38e --- /dev/null +++ b/programming/language/python3/python3-sqlparse/translations.xml @@ -0,0 +1,8 @@ + + + + python3-sqlparse + Python için doğrulamasız SQL çözümleyici. + python3-sqlparse, python ile doğrulamasız sql çözümleme yapmanıza yarayacak python modülleri sunar. + + \ No newline at end of file