From 293a39841a364665634a2f24ccab13807372d622 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 22 Feb 2020 09:26:57 +0300 Subject: [PATCH] python3-psycopg2:first pisi rel. --- .../python3/python3-psycopg2/actions.py | 16 +++++++ .../python3/python3-psycopg2/pspec.xml | 46 +++++++++++++++++++ .../python3/python3-psycopg2/translations.xml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 programming/language/python3/python3-psycopg2/actions.py create mode 100644 programming/language/python3/python3-psycopg2/pspec.xml create mode 100755 programming/language/python3/python3-psycopg2/translations.xml diff --git a/programming/language/python3/python3-psycopg2/actions.py b/programming/language/python3/python3-psycopg2/actions.py new file mode 100644 index 0000000000..57ff0f42eb --- /dev/null +++ b/programming/language/python3/python3-psycopg2/actions.py @@ -0,0 +1,16 @@ +#!/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 + +def build(): + # fix unused direct dependency analysis + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lbz2 -lpthread") + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-psycopg2/pspec.xml b/programming/language/python3/python3-psycopg2/pspec.xml new file mode 100644 index 0000000000..76cfc911af --- /dev/null +++ b/programming/language/python3/python3-psycopg2/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-psycopg2 + https://www.psycopg.org/ + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + LGPL3 + library + PostgreSQL database adapter for the Python programming language. + Psycopg is the most popular PostgreSQL database adapter for the Python programming language. Its main features are the complete implementation of the Python DB API 2.0 specification and the thread safety (several threads can share the same connection). + https://github.com/psycopg/psycopg2/archive/2_8_4.tar.gz + + python3-setuptools + postgresql-lib + python3-devel + + + + + python3-psycopg2 + PostgreSQL database adapter for the Python programming language. + + postgresql-lib + python3 + + + /usr/share/doc/python3-psycopg2 + /usr/lib/python3* + + + + + + 2020-02-20 + 2.8.4 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-psycopg2/translations.xml b/programming/language/python3/python3-psycopg2/translations.xml new file mode 100755 index 0000000000..b814a33924 --- /dev/null +++ b/programming/language/python3/python3-psycopg2/translations.xml @@ -0,0 +1,8 @@ + + + + python3-psycopg2 + Python programlama dili için PostgreSQL veritabanı adaptörü. + python3-psycopg2, python programlama dili için PostgreSQL veritabanı adaptörü sunar. + + \ No newline at end of file