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