From 96614630b497355e1e3ad3e1e01ff7ae08570b1f Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 20 May 2020 23:45:26 +0300 Subject: [PATCH] python3-pkgconfig:new pisi rel --- .../python3/python3-pkgconfig/actions.py | 13 ++++++ .../python3/python3-pkgconfig/pspec.xml | 43 +++++++++++++++++++ .../python3-pkgconfig/translations.xml | 8 ++++ 3 files changed, 64 insertions(+) create mode 100644 programming/language/python3/python3-pkgconfig/actions.py create mode 100644 programming/language/python3/python3-pkgconfig/pspec.xml create mode 100644 programming/language/python3/python3-pkgconfig/translations.xml diff --git a/programming/language/python3/python3-pkgconfig/actions.py b/programming/language/python3/python3-pkgconfig/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-pkgconfig/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-pkgconfig/pspec.xml b/programming/language/python3/python3-pkgconfig/pspec.xml new file mode 100644 index 0000000000..edf34fa6dc --- /dev/null +++ b/programming/language/python3/python3-pkgconfig/pspec.xml @@ -0,0 +1,43 @@ + + + + + python3-pkgconfig + https://github.com/matze/pkgconfig + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + A Python interface to the pkg-config command line tool. + pkgconfig is a Python module to interface with the pkg-config command line tool and supports Python 2.6+ and 3.3+.. + https://pypi.io/packages/source/p/pkgconfig/pkgconfig-1.5.1.tar.gz + + python3-devel + + + + + python3-pkgconfig + A Python interface to the pkg-config command line tool. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-pkgconfig + + + + + + 2020-05-20 + 1.5.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-pkgconfig/translations.xml b/programming/language/python3/python3-pkgconfig/translations.xml new file mode 100644 index 0000000000..31a87b1446 --- /dev/null +++ b/programming/language/python3/python3-pkgconfig/translations.xml @@ -0,0 +1,8 @@ + + + + python3-pkgconfig + pkg-config komut satırı aracı için python arayüzü. + python3-pkgconfig, pkg-config komut satırı aracı için python arayüzü sunar. + + \ No newline at end of file