diff --git a/programming/language/python3/python3-alembic/actions.py b/programming/language/python3/python3-alembic/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-alembic/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-alembic/pspec.xml b/programming/language/python3/python3-alembic/pspec.xml new file mode 100644 index 0000000000..cb490dae65 --- /dev/null +++ b/programming/language/python3/python3-alembic/pspec.xml @@ -0,0 +1,50 @@ + + + + + python3-alembic + https://bitbucket.org/zzzeek/alembic + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + A database migration tool for SQLAlchemy. + Alembic is a database migrations tool written by the author of SQLAlchemy. + https://files.pythonhosted.org/packages/be/4e/9a6044bb78e8cb6d5846c07f8d3e976b7d5db845e5bd8c82c57f3ca91b0e/alembic-1.4.0.tar.gz + + python3-setuptools + python3-devel + + + + + python3-alembic + A database migration tool for SQLAlchemy. + + python3-setuptools + python3-sqlalchemy + python3-dateutil + python3-editor + python3-mako + python3 + + + /usr/bin/alembic + /usr/lib/python3* + /usr/share/doc/python3-alembic + + + + + + 2020-02-18 + 1.4.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-alembic/translations.xml b/programming/language/python3/python3-alembic/translations.xml new file mode 100644 index 0000000000..ed7b3389cf --- /dev/null +++ b/programming/language/python3/python3-alembic/translations.xml @@ -0,0 +1,8 @@ + + + + python3-alembic + SQLAlchemy için bir veritabanı göç aracı. + python3-alembic, SQLAlchemy için bir veritabanı göç aracı olan python kitaplığı sağlar. + + \ No newline at end of file