diff --git a/programming/language/python3/python3-flask/actions.py b/programming/language/python3/python3-flask/actions.py new file mode 100644 index 0000000000..c864ec61ac --- /dev/null +++ b/programming/language/python3/python3-flask/actions.py @@ -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*") \ No newline at end of file diff --git a/programming/language/python3/python3-flask/pspec.xml b/programming/language/python3/python3-flask/pspec.xml new file mode 100644 index 0000000000..897980805d --- /dev/null +++ b/programming/language/python3/python3-flask/pspec.xml @@ -0,0 +1,49 @@ + + + + + python3-flask + https://palletsprojects.com/p/flask/ + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + BSDv3 + library + The Python micro framework for building web applications. + 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. + https://github.com/pallets/flask/archive/1.1.1.tar.gz + + python3-setuptools + python3-devel + + + + + python3-flask + The Python micro framework for building web applications. + + python3-itsdangerous + python3-werkzeug + python3-Jinja2 + python3-click + python3 + + + /usr/bin/flask + /usr/lib/python3* + /usr/share/doc/python3-flask + + + + + + 2020-02-14 + 1.1.1 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-flask/translations.xml b/programming/language/python3/python3-flask/translations.xml new file mode 100644 index 0000000000..91d70ce6da --- /dev/null +++ b/programming/language/python3/python3-flask/translations.xml @@ -0,0 +1,8 @@ + + + + python3-flask + Ağ uygulamaları geliştirmek için python mikroçatısı. + 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. + + \ No newline at end of file