From 38a6bfae2ca1125b4f06f733c38d26e737867037 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 20 Feb 2020 19:53:23 +0300 Subject: [PATCH] python3-sqlalchemy:moved from contrib --- .../python3/python3-sqlalchemy/actions.py | 20 ++++++++ .../python3/python3-sqlalchemy/pspec.xml | 51 +++++++++++++++++++ .../python3-sqlalchemy/translations.xml | 8 +++ 3 files changed, 79 insertions(+) create mode 100644 programming/language/python3/python3-sqlalchemy/actions.py create mode 100644 programming/language/python3/python3-sqlalchemy/pspec.xml create mode 100644 programming/language/python3/python3-sqlalchemy/translations.xml diff --git a/programming/language/python3/python3-sqlalchemy/actions.py b/programming/language/python3/python3-sqlalchemy/actions.py new file mode 100644 index 0000000000..e9235b5a81 --- /dev/null +++ b/programming/language/python3/python3-sqlalchemy/actions.py @@ -0,0 +1,20 @@ +#!/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 shelltools +from pisi.actionsapi import get + +def build(): + # fıx unused direct dependency analysis + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common") + pythonmodules.compile(pyVer="3") + +#def check(): +# pythonmodules.run("setup.py pytest", pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-sqlalchemy/pspec.xml b/programming/language/python3/python3-sqlalchemy/pspec.xml new file mode 100644 index 0000000000..ea00e51ad7 --- /dev/null +++ b/programming/language/python3/python3-sqlalchemy/pspec.xml @@ -0,0 +1,51 @@ + + + + + python3-sqlalchemy + https://www.sqlalchemy.org/ + + Blue DeviL + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + The Python SQL Toolkit and Object Relational Mapper + SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. + https://files.pythonhosted.org/packages/af/47/35edeb0f86c0b44934c05d961c893e223ef27e79e1f53b5e6f14820ff553/SQLAlchemy-1.3.13.tar.gz + + python3-setuptools + python3-devel + + + + + python3-sqlalchemy + The Python SQL Toolkit and Object Relational Mapper + + python3 + + + /usr/lib + /usr/share/doc + + + + + + 2020-01-23 + 1.3.13 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-08 + 1.3.11 + First pisi release + Blue DeviL + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-sqlalchemy/translations.xml b/programming/language/python3/python3-sqlalchemy/translations.xml new file mode 100644 index 0000000000..dcf3517d17 --- /dev/null +++ b/programming/language/python3/python3-sqlalchemy/translations.xml @@ -0,0 +1,8 @@ + + + + python3-sqlalchemy + Python SQL Araç Kiti ve İlişkisel Nesne Haritalandırıcısı + SQLAlchemy, geliştiricisine SQL'in tüm güç ve esnekliğini verebilen, python sql araç kiti ve ilişkisel nesne haritalandırıcısı sunan bir python modülüdür. + + \ No newline at end of file