diff --git a/programming/language/python3/python3-more-itertools/actions.py b/programming/language/python3/python3-more-itertools/actions.py new file mode 100644 index 0000000000..1e7556f0ea --- /dev/null +++ b/programming/language/python3/python3-more-itertools/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 + +def build(): + pythonmodules.compile(pyVer="3") + +#def check(): +# shelltools.system("nosetests3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-more-itertools/pspec.xml b/programming/language/python3/python3-more-itertools/pspec.xml new file mode 100644 index 0000000000..ab00f4672e --- /dev/null +++ b/programming/language/python3/python3-more-itertools/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-more-itertools + https://github.com/erikrose/more-itertools + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + More routines for operating on iterables, beyond itertools. + Python's itertools library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. In more-itertools we collect additional building blocks, recipes, and routines for working with Python iterables. + https://github.com/erikrose/more-itertools/archive/v8.2.0.tar.gz + + python3-setuptools + python3-devel + + + + + python3-more-itertools + More routines for operating on iterables, beyond itertools. + + python3 + + + /usr/share/doc/python3-more-itertools + /usr/lib/python3* + + + + + + 2020-02-12 + 8.2.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-more-itertools/translations.xml b/programming/language/python3/python3-more-itertools/translations.xml new file mode 100755 index 0000000000..510bf9371f --- /dev/null +++ b/programming/language/python3/python3-more-itertools/translations.xml @@ -0,0 +1,8 @@ + + + + python3-more-itertools + itertools'un ötesinde, itertablolarıyla çalısmak için yeni rutinler + python3-more-itertools, itertools'un ötesinde, itertablolarıyla çalısmak için yeni rutinler sağlar. + + \ No newline at end of file