From e19341a0b58393adaa40d3b538b02d773c812313 Mon Sep 17 00:00:00 2001 From: bluedevil Date: Thu, 24 Sep 2020 20:46:03 +0200 Subject: [PATCH] python3-wrapt: first rel --- .../language/python3/python3-wrapt/actions.py | 15 +++++++ .../language/python3/python3-wrapt/pspec.xml | 45 +++++++++++++++++++ .../python3/python3-wrapt/translations.xml | 8 ++++ 3 files changed, 68 insertions(+) create mode 100644 programming/language/python3/python3-wrapt/actions.py create mode 100644 programming/language/python3/python3-wrapt/pspec.xml create mode 100755 programming/language/python3/python3-wrapt/translations.xml diff --git a/programming/language/python3/python3-wrapt/actions.py b/programming/language/python3/python3-wrapt/actions.py new file mode 100644 index 0000000000..3a393ce7c1 --- /dev/null +++ b/programming/language/python3/python3-wrapt/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-wrapt/pspec.xml b/programming/language/python3/python3-wrapt/pspec.xml new file mode 100644 index 0000000000..d8eccfb052 --- /dev/null +++ b/programming/language/python3/python3-wrapt/pspec.xml @@ -0,0 +1,45 @@ + + + + + python3-wrapt + https://github.com/GrahamDumpleton/wrapt + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + BSDv2 + library + A Python module for decorators, wrappers and monkey patching. + python3-wrapt provides a transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions. + https://github.com/GrahamDumpleton/wrapt/archive/1.12.1.tar.gz + + python3-devel + python3-setuptools + + + + + python3-wrapt + A Python module for decorators, wrappers and monkey patching. + + python3 + python3-setuptools + + + /usr/share/doc/ + /usr/lib/python3* + + + + + + 2020-09-24 + 1.12.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-wrapt/translations.xml b/programming/language/python3/python3-wrapt/translations.xml new file mode 100755 index 0000000000..edae6a8b0e --- /dev/null +++ b/programming/language/python3/python3-wrapt/translations.xml @@ -0,0 +1,8 @@ + + + + python3-wrapt + Çalışma zamanında uygulama yamayabilen(monkey patching), sarmalayıcı yordamlar ve dekoratörler için python modülü. + python3-wrapt, çalışma zamanında uygulama yamayabilen(monkey patching), sarmalayıcı yordamlar ve dekoratörler için python modülü sağlar. + + \ No newline at end of file