diff --git a/programming/language/python/python-configparser/actions.py b/programming/language/python/python-configparser/actions.py new file mode 100644 index 0000000000..08888ac0b6 --- /dev/null +++ b/programming/language/python/python-configparser/actions.py @@ -0,0 +1,16 @@ +#!/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 shelltools + +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","4.0.2") + +def build(): + pythonmodules.compile() + +def install(): + pythonmodules.install() \ No newline at end of file diff --git a/programming/language/python/python-configparser/pspec.xml b/programming/language/python/python-configparser/pspec.xml new file mode 100644 index 0000000000..9719d57b58 --- /dev/null +++ b/programming/language/python/python-configparser/pspec.xml @@ -0,0 +1,45 @@ + + + + + python-configparser + https://github.com/jaraco/configparser/ + + Blue Devil + bluedevil@sctzine.com + + programming.language.python + MIT + library + Backport of configparser from Python 3. + The ancient ConfigParser module available in the standard library 2.x has seen a major update in Python 3.2. This is a backport of those changes so that they can be used directly in Python 2.6 - 3.5. + https://github.com/jaraco/configparser/archive/v4.0.2.tar.gz + + python-setuptools-scm + python-setuptools + python-devel + + + + + python-configparser + Backport of configparser from Python 3 + + + + + /usr/share/doc/python-configparser + /usr/lib/python2* + + + + + + 2020-02-17 + 4.0.2 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python/python-configparser/translations.xml b/programming/language/python/python-configparser/translations.xml new file mode 100755 index 0000000000..fff4e5c819 --- /dev/null +++ b/programming/language/python/python-configparser/translations.xml @@ -0,0 +1,8 @@ + + + + python-configparser + Python3'ten geriye dönüklüğü sağlamak için configparser modülü. + python-configparser, python3'te gelen configparser modülünün geriye dönüklüğünü sağlar. + + \ No newline at end of file