diff --git a/programming/language/python3/python3-tqdm/actions.py b/programming/language/python3/python3-tqdm/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-tqdm/actions.py @@ -0,0 +1,13 @@ +#!/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 install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-tqdm/pspec.xml b/programming/language/python3/python3-tqdm/pspec.xml new file mode 100644 index 0000000000..4736d780c5 --- /dev/null +++ b/programming/language/python3/python3-tqdm/pspec.xml @@ -0,0 +1,67 @@ + + + + + python3-tqdm + https://github.com/tqdm/tqdm + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + A Fast, Extensible Progress Bar for Python and CLI. + python3-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 + + python3-setuptools + python3-devel + + + + + python3-tqdm + A Fast, Extensible Progress Bar for Python and CLI. + + python3-setuptools + python3 + + + /usr/bin/tqdm + /usr/lib/python3* + /usr/share/doc/python3-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/python3/python3-tqdm/translations.xml b/programming/language/python3/python3-tqdm/translations.xml new file mode 100644 index 0000000000..67c1d68821 --- /dev/null +++ b/programming/language/python3/python3-tqdm/translations.xml @@ -0,0 +1,8 @@ + + + + python3-tqdm + Python3 ile komut satırı için hızlı ve genişletilebilir ilerleme çubugu kitaplığı + python3-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