diff --git a/programming/language/python3/python3-lazy-object-proxy/actions.py b/programming/language/python3/python3-lazy-object-proxy/actions.py new file mode 100644 index 0000000000..3a393ce7c1 --- /dev/null +++ b/programming/language/python3/python3-lazy-object-proxy/actions.py @@ -0,0 +1,15 @@ +#!/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") diff --git a/programming/language/python3/python3-lazy-object-proxy/pspec.xml b/programming/language/python3/python3-lazy-object-proxy/pspec.xml new file mode 100644 index 0000000000..dd381bab33 --- /dev/null +++ b/programming/language/python3/python3-lazy-object-proxy/pspec.xml @@ -0,0 +1,45 @@ + + + + + python3-lazy-object-proxy + https://github.com/ionelmc/python-lazy-object-proxy + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + BSDv2 + library + A fast and thorough lazy object proxy. + python3-lazy-object-proxy provides a fast and thorough lazy object proxy. + https://github.com/ionelmc/python-lazy-object-proxy/archive/v1.5.1.tar.gz + + python3-devel + python3-setuptools + + + + + python3-lazy-object-proxy + A fast and thorough lazy object proxy. + + python3 + python3-setuptools + + + /usr/share/doc/ + /usr/lib/python3* + + + + + + 2020-09-24 + 1.5.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-lazy-object-proxy/translations.xml b/programming/language/python3/python3-lazy-object-proxy/translations.xml new file mode 100755 index 0000000000..0a5d6d757d --- /dev/null +++ b/programming/language/python3/python3-lazy-object-proxy/translations.xml @@ -0,0 +1,8 @@ + + + + python3-lazy-object-proxy + Hızlı ve esaslı tembel proxy nesnesi. + python3-lazy-object-proxy, hızlı ve esaslı tembel proxy nesnesi sunar. + + \ No newline at end of file