diff --git a/programming/language/python3/python3-pbr/actions.py b/programming/language/python3/python3-pbr/actions.py new file mode 100644 index 0000000000..7eccf32766 --- /dev/null +++ b/programming/language/python3/python3-pbr/actions.py @@ -0,0 +1,13 @@ +#!/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 + +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-pbr/pspec.xml b/programming/language/python3/python3-pbr/pspec.xml new file mode 100644 index 0000000000..3409b4a40f --- /dev/null +++ b/programming/language/python3/python3-pbr/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-pbr + https://pypi.org/project/pbr/ + + Blue Devil + bluedevil@sctzine.com + + Apache + programming.language.python3 + 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 + + python3-devel + python3-setuptools + + + + + python3-pbr + Python Build Reasonableness + + python3 + + + /usr/bin + /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/python3/python3-pbr/translations.xml b/programming/language/python3/python3-pbr/translations.xml new file mode 100644 index 0000000000..300a0e6132 --- /dev/null +++ b/programming/language/python3/python3-pbr/translations.xml @@ -0,0 +1,8 @@ + + + + python3-pbr + Python İnşa Uygunluğu + python3-pbr, python setuptools ile olan kurulumunuza bazı işlevsel davranışlar ekleyen bir python3 kitaplığıdır. + + \ No newline at end of file