From 89d6b4aac35daf834de928a01319100ed7696c1b Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 13 Feb 2020 00:31:00 +0300 Subject: [PATCH] python3-py:first release --- .../language/python3/python3-py/actions.py | 16 +++++++ .../language/python3/python3-py/pspec.xml | 45 +++++++++++++++++++ .../python3/python3-py/translations.xml | 8 ++++ 3 files changed, 69 insertions(+) create mode 100644 programming/language/python3/python3-py/actions.py create mode 100644 programming/language/python3/python3-py/pspec.xml create mode 100755 programming/language/python3/python3-py/translations.xml diff --git a/programming/language/python3/python3-py/actions.py b/programming/language/python3/python3-py/actions.py new file mode 100644 index 0000000000..e44d50e437 --- /dev/null +++ b/programming/language/python3/python3-py/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 + +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.8.1") + +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-py/pspec.xml b/programming/language/python3/python3-py/pspec.xml new file mode 100644 index 0000000000..27c223e57b --- /dev/null +++ b/programming/language/python3/python3-py/pspec.xml @@ -0,0 +1,45 @@ + + + + + python3-py + https://github.com/pytest-dev/py + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + Python development support library (note: maintenance only) + The python3-py lib is a Python development support library. + https://github.com/pytest-dev/py/archive/1.8.1.tar.gz + + python3-setuptools-scm + python3-setuptools + python3-devel + + + + + python3-py + Python development support library (note: maintenance only) + + python3 + + + /usr/share/doc/python3-py + /usr/lib/python3* + + + + + + 2020-02-12 + 1.8.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-py/translations.xml b/programming/language/python3/python3-py/translations.xml new file mode 100755 index 0000000000..53b38cfdb9 --- /dev/null +++ b/programming/language/python3/python3-py/translations.xml @@ -0,0 +1,8 @@ + + + + python3-py + Python geliştirme destek kitaplığı + python3-py kitaplığı python geliştirmek icin destek kitaplığı sunar. + + \ No newline at end of file