python3-flask:first pisi release

This commit is contained in:
blue-devil
2020-02-15 16:45:09 +03:00
parent aeccfa6cbb
commit e8bcf33b35
3 changed files with 72 additions and 0 deletions
@@ -0,0 +1,15 @@
#!/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
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE*")
@@ -0,0 +1,49 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-flask</Name>
<Homepage>https://palletsprojects.com/p/flask/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSDv3</License>
<IsA>library</IsA>
<Summary>The Python micro framework for building web applications.</Summary>
<Description>Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks.</Description>
<Archive sha1sum="6e6c63ef492dc40849f7e3154a8f9d0619cb8617" type="targz">https://github.com/pallets/flask/archive/1.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-flask</Name>
<Summary>The Python micro framework for building web applications.</Summary>
<RuntimeDependencies>
<Dependency>python3-itsdangerous</Dependency>
<Dependency>python3-werkzeug</Dependency>
<Dependency>python3-Jinja2</Dependency>
<Dependency>python3-click</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/flask</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-flask</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-14</Date>
<Version>1.1.1</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-flask</Name>
<Summary xml:lang="tr">Ağ uygulamaları geliştirmek için python mikroçatısı.</Summary>
<Description xml:lang="tr">python3-flask, hafif bir WSGI ağ uygulamaları çatısıdır. Flask çabuk ve kolayca, aynı zamanda basitten zora doğru ağ uygulamaları geliştirmek için tasarlanmıştır.</Description>
</Source>
</PISI>