diff --git a/programming/language/python3/python3-flask-migrate/actions.py b/programming/language/python3/python3-flask-migrate/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-flask-migrate/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-flask-migrate/pspec.xml b/programming/language/python3/python3-flask-migrate/pspec.xml new file mode 100644 index 0000000000..ab9fbac117 --- /dev/null +++ b/programming/language/python3/python3-flask-migrate/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-flask-migrate + https://github.com/miguelgrinberg/Flask-Migrate/ + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + SQLAlchemy database migrations for Flask applications using Alembic. + Flask-Migrate is an extension that handles SQLAlchemy database migrations for Flask applications using Alembic. The database operations are provided as command-line arguments under the flask db command. + https://github.com/miguelgrinberg/Flask-Migrate/archive/v2.5.2.tar.gz + + python3-setuptools + python3-devel + + + + + python3-flask-migrate + SQLAlchemy database migrations for Flask applications using Alembic. + + python3-alembic + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-migrate + + + + + + 2020-02-19 + 2.5.2 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-flask-migrate/translations.xml b/programming/language/python3/python3-flask-migrate/translations.xml new file mode 100644 index 0000000000..720c55289a --- /dev/null +++ b/programming/language/python3/python3-flask-migrate/translations.xml @@ -0,0 +1,8 @@ + + + + python3-flask-migrate + Alembic kullanarak Flask uygulamalarınız için SQLAlchemy veritabanı göç aracı. + python3-flask-migrate, flask uygulamalarınız için alembic kullanarak sqlalchemy veritabanınızı göç ettirmenizi sağlayan betikleri sunar. + + \ No newline at end of file