python3-sqlparse:first pisi rel.

This commit is contained in:
blue-devil
2020-02-22 02:34:05 +03:00
parent a6655f8bcf
commit 251570e643
3 changed files with 67 additions and 0 deletions
@@ -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")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-sqlparse</Name>
<Homepage>https://github.com/andialbrecht/sqlparse</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSDv3</License>
<IsA>library</IsA>
<Summary>A non-validating SQL parser module for Python.</Summary>
<Description>sqlparse is a non-validating SQL parser for Python. It provides support for parsing, splitting and formatting SQL statements.</Description>
<Archive sha1sum="871e09a8ecfa68ed3c87acc75645c08cd2091837" type="targz">https://github.com/andialbrecht/sqlparse/archive/0.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-sqlparse</Name>
<Summary>A non-validating SQL parser module for Python.</Summary>
<RuntimeDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-sqlparse</Path>
<Path fileType="executable">/usr/bin/sqlformat</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-19</Date>
<Version>0.3.0</Version>
<Comment>First release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-sqlparse</Name>
<Summary xml:lang="tr">Python için doğrulamasız SQL çözümleyici.</Summary>
<Description xml:lang="tr">python3-sqlparse, python ile doğrulamasız sql çözümleme yapmanıza yarayacak python modülleri sunar.</Description>
</Source>
</PISI>