diff --git a/programming/language/python/python-contextlib2/actions.py b/programming/language/python/python-contextlib2/actions.py new file mode 100644 index 0000000000..cd8ba0b513 --- /dev/null +++ b/programming/language/python/python-contextlib2/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 +from pisi.actionsapi import pisitools + +def build(): + pythonmodules.compile() + +def install(): + pythonmodules.install() + pisitools.dodoc("LICENSE*") \ No newline at end of file diff --git a/programming/language/python/python-contextlib2/pspec.xml b/programming/language/python/python-contextlib2/pspec.xml new file mode 100644 index 0000000000..7ed4f047ff --- /dev/null +++ b/programming/language/python/python-contextlib2/pspec.xml @@ -0,0 +1,41 @@ + + + + + python-contextlib2 + https://github.com/jazzband/contextlib2 + + Blue Devil + bluedevil@sctzine.com + + programming.language.python + PSF + library + contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. + contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. It also serves as a real world proving ground for possible future enhancements to the standard library version. + https://github.com/jazzband/contextlib2/archive/v0.6.0.post1.tar.gz + + python-setuptools + python-devel + + + + + python-contextlib2 + contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. + + /usr/share/doc/python-contextlib2 + /usr/lib/python2* + + + + + + 2020-02-17 + 0.6.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python/python-contextlib2/translations.xml b/programming/language/python/python-contextlib2/translations.xml new file mode 100755 index 0000000000..4216b9d780 --- /dev/null +++ b/programming/language/python/python-contextlib2/translations.xml @@ -0,0 +1,8 @@ + + + + python-contextlib2 + contextlib2, standart python kitaplığının contexlib modülünün geriye dönüklüğünü sağlar. + python-contextlib2, contextlib2, standart python kitaplığının contexlib modülünün geriye dönüklüğünü sağlar. + + \ No newline at end of file