diff --git a/programming/language/python3/python3-contextlib2/actions.py b/programming/language/python3/python3-contextlib2/actions.py new file mode 100644 index 0000000000..c864ec61ac --- /dev/null +++ b/programming/language/python3/python3-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(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") + pisitools.dodoc("LICENSE*") \ No newline at end of file diff --git a/programming/language/python3/python3-contextlib2/pspec.xml b/programming/language/python3/python3-contextlib2/pspec.xml new file mode 100644 index 0000000000..a3b28cdb66 --- /dev/null +++ b/programming/language/python3/python3-contextlib2/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-contextlib2 + https://github.com/jazzband/contextlib2 + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + 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 + + python3-setuptools + python3-devel + + + + + python3-contextlib2 + contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. + + python3 + + + /usr/share/doc/python3-contextlib2 + /usr/lib/python3* + + + + + + 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/python3/python3-contextlib2/translations.xml b/programming/language/python3/python3-contextlib2/translations.xml new file mode 100755 index 0000000000..5589636b5f --- /dev/null +++ b/programming/language/python3/python3-contextlib2/translations.xml @@ -0,0 +1,8 @@ + + + + python3-contextlib2 + contextlib2, standart python kitaplığının contexlib modülünün geriye dönüklüğünü sağlar. + python-contextlib2, standart python kitaplığının contexlib modülünün geriye dönüklüğünü sağlar. + + \ No newline at end of file