diff --git a/programming/language/python/python-singledispatch/actions.py b/programming/language/python/python-singledispatch/actions.py new file mode 100644 index 0000000000..0fcf977541 --- /dev/null +++ b/programming/language/python/python-singledispatch/actions.py @@ -0,0 +1,13 @@ +#!/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() + +def install(): + pythonmodules.install() \ No newline at end of file diff --git a/programming/language/python/python-singledispatch/pspec.xml b/programming/language/python/python-singledispatch/pspec.xml new file mode 100644 index 0000000000..d31ae3a606 --- /dev/null +++ b/programming/language/python/python-singledispatch/pspec.xml @@ -0,0 +1,43 @@ + + + + + python-singledispatch + https://bitbucket.org/ambv/singledispatchs + + Blue Devil + bluedevil@sctzine.com + + programming.language.python + MIT + library + This library is a backport of functools.singledispatch to Python 2.6 - 3.3. + This library is a backport of this functionality to Python 2.6 - 3.3. PEP 443 proposed to expose a mechanism in the functools standard library module in Python 3.4 that provides a simple form of generic programming known as single-dispatch generic functions. + https://bitbucket.org/ambv/singledispatch/get/3.4.0.3.tar.gz + + python-setuptools + python-devel + + + + + python-singledispatch + This library is a backport of functools.singledispatch to Python 2.6 - 3.3. + + + + /usr/share/doc/python-singledispatch + /usr/lib/python2* + + + + + + 2020-03-18 + 3.4.0.3 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python/python-singledispatch/translations.xml b/programming/language/python/python-singledispatch/translations.xml new file mode 100755 index 0000000000..bcba6071d3 --- /dev/null +++ b/programming/language/python/python-singledispatch/translations.xml @@ -0,0 +1,8 @@ + + + + python-singledispatch + functools.singledispatch yordamının python 3.4'ten geriye dönüklüğünü sağlayan kitaplık. + python-singledispatch, functools.singledispatch yordamının python 3.4'ten geriye dönüklüğünü sağlayan kitaplığı sağlar. + + \ No newline at end of file