diff --git a/programming/language/python/python-tqdm/actions.py b/programming/language/python/python-tqdm/actions.py new file mode 100644 index 0000000000..fa3a859bc6 --- /dev/null +++ b/programming/language/python/python-tqdm/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() + +def install(): + pythonmodules.install() + pisitools.rename("/usr/bin/tqdm", "tqdm-py2") \ No newline at end of file diff --git a/programming/language/python/python-tqdm/pspec.xml b/programming/language/python/python-tqdm/pspec.xml new file mode 100644 index 0000000000..9e7ebd96e9 --- /dev/null +++ b/programming/language/python/python-tqdm/pspec.xml @@ -0,0 +1,66 @@ + + + + + python-tqdm + https://github.com/tqdm/tqdm + + Blue Devil + bluedevil@sctzine.com + + programming.language.python + MIT + library + A Fast, Extensible Progress Bar for Python and CLI. + python-tqdm provides a fast, extensible progress bar for python and commandline. Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable), and you're done! + https://github.com/tqdm/tqdm/archive/v4.42.1.tar.gz + + python-setuptools + python-devel + + + + + python-tqdm + A Fast, Extensible Progress Bar for Python and CLI. + + python-setuptools + + + /usr/bin/tqdm-py2 + /usr/lib/python2* + /usr/share/doc/python-tqdm + + + + + + 2020-02-05 + 4.42.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-27 + 4.42.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-23 + 4.41.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-25 + 4.41.0 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python/python-tqdm/translations.xml b/programming/language/python/python-tqdm/translations.xml new file mode 100644 index 0000000000..6d175baf71 --- /dev/null +++ b/programming/language/python/python-tqdm/translations.xml @@ -0,0 +1,8 @@ + + + + python-tqdm + Python ile komut satırı için hızlı ve genişletilebilir ilerleme çubugu kitaplığı + python-tqdm, python3 ile komut satırı için hızlı ve genişletilebilir ilerleme çubuğu kitaplığı sunar. Bu modül ile döngülerinize akıllı ilerleme çubuğu ekleyebilirsiniz. + + \ No newline at end of file