diff --git a/programming/language/python3/python3-flask-sqlalchemy/actions.py b/programming/language/python3/python3-flask-sqlalchemy/actions.py new file mode 100644 index 0000000000..c864ec61ac --- /dev/null +++ b/programming/language/python3/python3-flask-sqlalchemy/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-sqlalchemy/pspec.xml b/programming/language/python3/python3-flask-sqlalchemy/pspec.xml new file mode 100644 index 0000000000..d5a8fe0770 --- /dev/null +++ b/programming/language/python3/python3-flask-sqlalchemy/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-flask-sqlalchemy + https://github.com/pallets/flask-sqlalchemy + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + BSDv3 + library + Adds SQLAlchemy support to Flask. + Flask-SQLAlchemy is an extension for Flask that adds support for SQLAlchemy to your application. It aims to simplify using SQLAlchemy with Flask by providing useful defaults and extra helpers that make it easier to accomplish common tasks. + https://github.com/pallets/flask-sqlalchemy/archive/2.4.1.tar.gz + + python3-setuptools + python3-devel + + + + + python3-flask-sqlalchemy + Adds SQLAlchemy support to Flask. + + python3-sqlalchemy + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-sqlalchemy + + + + + + 2020-02-18 + 2.4.1 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-flask-sqlalchemy/translations.xml b/programming/language/python3/python3-flask-sqlalchemy/translations.xml new file mode 100644 index 0000000000..d2bea1c384 --- /dev/null +++ b/programming/language/python3/python3-flask-sqlalchemy/translations.xml @@ -0,0 +1,8 @@ + + + + python3-flask-sqlalchemy + Flask uygulamanıza SQLAlchemy desteği ekler. + python3-flask-sqlalchemy, flask uygulamalarınıza SQLAlchemy desteği ekler. + + \ No newline at end of file