diff --git a/programming/language/python/python-six/actions.py b/programming/language/python/python-six/actions.py new file mode 100755 index 00000000..2e91ef96 --- /dev/null +++ b/programming/language/python/python-six/actions.py @@ -0,0 +1,14 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import pythonmodules +from pisi.actionsapi import pisitools + +def build(): + pythonmodules.compile() + +def install(): + pythonmodules.install() diff --git a/programming/language/python/python-six/pspec.xml b/programming/language/python/python-six/pspec.xml new file mode 100755 index 00000000..d6b4b2a6 --- /dev/null +++ b/programming/language/python/python-six/pspec.xml @@ -0,0 +1,83 @@ + + + + + python-six + http://pypi.python.org/pypi/six/ + + Alihan Öztürk + alihan@pisilinux.org + + MIT + app:console + Python 2 and 3 compatibility utilities. + python-six provides simple utilities for wrapping over differences between Python 2 and Python 3. + https://pypi.io/packages/source/s/six/six-1.12.0.tar.gz + + python-devel + + + + python-six + + python + + + /usr/lib + /usr/share/doc + + + + + + + 2019-10-03 + 1.12.0 + Version bump + idris Kalp + idriskalp@gmail.com + + + 2018-07-27 + 1.11.0 + Rebuild with new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-29 + 1.11.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 1.10.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-10 + 1.9.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-06 + 1.9.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-05-08 + 1.9.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + diff --git a/programming/language/python/python-six/translations.xml b/programming/language/python/python-six/translations.xml new file mode 100755 index 00000000..990f909a --- /dev/null +++ b/programming/language/python/python-six/translations.xml @@ -0,0 +1,7 @@ + + + python-six + Python2 ve python3 uyumluluk programı. + python-six, python2 ile python3 arasındaki farklılıkların aşılmasına yardımcı olan basit araçlar sağlar. + +