diff --git a/programming/language/python3/python3-future/actions.py b/programming/language/python3/python3-future/actions.py new file mode 100644 index 0000000000..759badb57c --- /dev/null +++ b/programming/language/python3/python3-future/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 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-future/pspec.xml b/programming/language/python3/python3-future/pspec.xml new file mode 100644 index 0000000000..3ed1168e85 --- /dev/null +++ b/programming/language/python3/python3-future/pspec.xml @@ -0,0 +1,61 @@ + + + + + python3-future + http://python-future.org/ + + Blue DeviL + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + Clean single-source support for Python 3 and 2 + python-future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. + https://pypi.io/packages/source/f/future/future-0.18.2.tar.gz + + python3-setuptools + python3-devel + + + + + python3-future + Clean single-source support for Python 3 and 2 + + python3-setuptools + python3 + + + /usr/bin/futurize + /usr/bin/pasteurize + /usr/lib/python3* + /usr/share/doc/python3-future + + + + + + 2019-12-13 + 0.18.2 + Rebuilt and split packages + Blue DeviL + bluedevil@sctzine.com + + + 2019-11-20 + 0.18.2 + Ver. bump + Blue DeviL + bluedevil@sctzine.com + + + 2016-04-22 + 0.15.2 + First Pisi Release Built with docker + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-future/translations.xml b/programming/language/python3/python3-future/translations.xml new file mode 100644 index 0000000000..5bef598123 --- /dev/null +++ b/programming/language/python3/python3-future/translations.xml @@ -0,0 +1,8 @@ + + + + python3-future + Python3 future modülü + python3-future python2 ile python3 arasındaki kayıp uyumluluk katmanıdır. Python2 ile Python3 arasında python3 uyumlu bir kod katmanı kullanabilmenizi sağlar. + + \ No newline at end of file