diff --git a/programming/language/python/python-pbr/actions.py b/programming/language/python/python-pbr/actions.py new file mode 100644 index 0000000000..fb4b7a397b --- /dev/null +++ b/programming/language/python/python-pbr/actions.py @@ -0,0 +1,15 @@ +#!/usr/bin/env 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 pisitools + +def build(): + pythonmodules.compile() + +def install(): + pythonmodules.install() + pisitools.rename("/usr/bin/pbr","pbr-py2") \ No newline at end of file diff --git a/programming/language/python/python-pbr/pspec.xml b/programming/language/python/python-pbr/pspec.xml new file mode 100644 index 0000000000..42bd0e0efe --- /dev/null +++ b/programming/language/python/python-pbr/pspec.xml @@ -0,0 +1,43 @@ + + + + + python-pbr + https://pypi.org/project/pbr/ + + Blue Devil + bluedevil@sctzine.com + + Apache + programming.language.python + library + Python Build Reasonableness + PBR is a library that injects some useful and sensible default behaviors into your setuptools run. + https://files.pythonhosted.org/packages/98/8a/defa5215d2dcf98cc80f4783e951a8356e38f352f7a169ae11670dcb1f25/pbr-5.4.4.tar.gz + + python-devel + python-setuptools + + + + + python-pbr + Python Build Reasonableness + + /usr/bin/pbr-py2 + /usr/lib + /usr/share + /usr/share/doc + + + + + + 2020-01-14 + 5.4.4 + First release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python/python-pbr/translations.xml b/programming/language/python/python-pbr/translations.xml new file mode 100644 index 0000000000..81f06dc0e5 --- /dev/null +++ b/programming/language/python/python-pbr/translations.xml @@ -0,0 +1,8 @@ + + + + python-pbr + Python İnşa Uygunluğu + python-pbr, python setuptools ile olan kurulumunuza bazı işlevsel davranışlar ekleyen bir python3 kitaplığıdır. + + \ No newline at end of file