[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2024-05-02 Thread Michał Górny
commit: 6af7d42570915987ac66dec4d910808496a3316f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May  3 03:31:20 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May  3 03:42:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af7d425

dev-python/tqdm: Bump to 4.66.4

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.66.4.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 0ac73517caa8..7ea7ae8f9a2b 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1 +1,2 @@
 DIST tqdm-4.66.2.tar.gz 169462 BLAKE2B 
57a1e5895ed2e1f99246fd6bdfc08fb75a24451e358bbf38324cdcfe35559b6748dbe63dcdaf65024b12165daa404c98d5b6db81673e7d0f930142cab1b623d7
 SHA512 
49abd9006ca7c8672835b202e4e722602035a0e21723337b4227e114d6d50b678edb6c5f2b0cf4e6741eae5e86551ba59233f87989f6b69bb4d4414d5a3c80e5
+DIST tqdm-4.66.4.tar.gz 169392 BLAKE2B 
6d8e3e9775d93d9c064289b8a830b4f541a753a48044ec65fcee9c8d158d423e362d06c3404efce67de28fab2c3f1fb3d8aaa0fdec33b4d040ad1f2aec97fde2
 SHA512 
fdafa64784564f7f400f29ffa75ba564a3c9bc6d935a1ccd82260d4a1f4431792a9dae2d5c6ed69cc265f078f674081589a040d47b8745a500870d27670feadc

diff --git a/dev-python/tqdm/tqdm-4.66.4.ebuild 
b/dev-python/tqdm/tqdm-4.66.4.ebuild
new file mode 100644
index ..1f7508033f3b
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.66.4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit bash-completion-r1 distutils-r1 pypi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="
+   https://github.com/tqdm/tqdm/
+   https://pypi.org/project/tqdm/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # Skip unpredictable performance tests
+   tests/tests_perf.py
+)
+
+python_install_all() {
+   doman tqdm/tqdm.1
+   newbashcomp tqdm/completion.sh tqdm
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2024-03-02 Thread Michał Górny
commit: f29088e06bdd1713dc06f596e297110a0a4fec8f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  2 09:39:30 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  2 09:41:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29088e0

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 -
 dev-python/tqdm/tqdm-4.66.1.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index a96ad71fd49b..0ac73517caa8 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,2 +1 @@
-DIST tqdm-4.66.1.tar.gz 169147 BLAKE2B 
4b274badaa13feb55ff079e143ec5a539a2ad1e1ed60fb319b8f955cfb5baa26676773c0d4fee95c6ad0f068434eadd80bee97559d0c0fdc8c74ea890781f589
 SHA512 
989bc93f791e1636525486688b1d9b457314cde7b5804018382cc490638ac0b88aac50d7870beb9dd80bc5f05e083b8f9f205ac17324106f6d936bfe8d2f316e
 DIST tqdm-4.66.2.tar.gz 169462 BLAKE2B 
57a1e5895ed2e1f99246fd6bdfc08fb75a24451e358bbf38324cdcfe35559b6748dbe63dcdaf65024b12165daa404c98d5b6db81673e7d0f930142cab1b623d7
 SHA512 
49abd9006ca7c8672835b202e4e722602035a0e21723337b4227e114d6d50b678edb6c5f2b0cf4e6741eae5e86551ba59233f87989f6b69bb4d4414d5a3c80e5

diff --git a/dev-python/tqdm/tqdm-4.66.1.ebuild 
b/dev-python/tqdm/tqdm-4.66.1.ebuild
deleted file mode 100644
index 7cfb68470838..
--- a/dev-python/tqdm/tqdm-4.66.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit bash-completion-r1 distutils-r1 pypi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="
-   https://github.com/tqdm/tqdm/
-   https://pypi.org/project/tqdm/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~arm64-macos ~x64-macos"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-   # Skip unpredictable performance tests
-   tests/tests_perf.py
-)
-
-python_install_all() {
-   doman tqdm/tqdm.1
-   newbashcomp tqdm/completion.sh tqdm
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2024-03-02 Thread Michał Górny
commit: a6f0d18f6603621fe44f6ea35889e38f14a791bf
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  2 09:39:03 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  2 09:39:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f0d18f

dev-python/tqdm: Stabilize 4.66.2 ALLARCHES, #925964

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/tqdm-4.66.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.66.2.ebuild 
b/dev-python/tqdm/tqdm-4.66.2.ebuild
index 1f7508033f3b..17fcf05d9ae5 100644
--- a/dev-python/tqdm/tqdm-4.66.2.ebuild
+++ b/dev-python/tqdm/tqdm-4.66.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~arm64-macos ~x64-macos"
 IUSE="examples"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2024-02-10 Thread Michał Górny
commit: 308e62ca1a04eaadbc59b3faff471320aafcc0b1
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 11 03:23:56 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 11 03:23:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308e62ca

dev-python/tqdm: Bump to 4.66.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.66.2.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index d887aa8f1554..a96ad71fd49b 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1 +1,2 @@
 DIST tqdm-4.66.1.tar.gz 169147 BLAKE2B 
4b274badaa13feb55ff079e143ec5a539a2ad1e1ed60fb319b8f955cfb5baa26676773c0d4fee95c6ad0f068434eadd80bee97559d0c0fdc8c74ea890781f589
 SHA512 
989bc93f791e1636525486688b1d9b457314cde7b5804018382cc490638ac0b88aac50d7870beb9dd80bc5f05e083b8f9f205ac17324106f6d936bfe8d2f316e
+DIST tqdm-4.66.2.tar.gz 169462 BLAKE2B 
57a1e5895ed2e1f99246fd6bdfc08fb75a24451e358bbf38324cdcfe35559b6748dbe63dcdaf65024b12165daa404c98d5b6db81673e7d0f930142cab1b623d7
 SHA512 
49abd9006ca7c8672835b202e4e722602035a0e21723337b4227e114d6d50b678edb6c5f2b0cf4e6741eae5e86551ba59233f87989f6b69bb4d4414d5a3c80e5

diff --git a/dev-python/tqdm/tqdm-4.66.2.ebuild 
b/dev-python/tqdm/tqdm-4.66.2.ebuild
new file mode 100644
index ..1f7508033f3b
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.66.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit bash-completion-r1 distutils-r1 pypi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="
+   https://github.com/tqdm/tqdm/
+   https://pypi.org/project/tqdm/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # Skip unpredictable performance tests
+   tests/tests_perf.py
+)
+
+python_install_all() {
+   doman tqdm/tqdm.1
+   newbashcomp tqdm/completion.sh tqdm
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2023-09-11 Thread Michał Górny
commit: e35ed6d7973315c9cc74b4d6e96dae5984bb85d8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 11 14:16:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 11 14:16:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35ed6d7

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  3 ---
 dev-python/tqdm/tqdm-4.65.0.ebuild | 45 --
 dev-python/tqdm/tqdm-4.65.2.ebuild | 45 --
 dev-python/tqdm/tqdm-4.66.0.ebuild | 45 --
 4 files changed, 138 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 0a5a7d823739..d887aa8f1554 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,4 +1 @@
-DIST tqdm-4.65.0.tar.gz 167542 BLAKE2B 
b1f7b500dd5c476ffc9852cdc8905b8819b6b3f812e00495fa38780dda0c59e48956881d46919ce57b13da9dde519fa7e22d91ed58fe43172da8e9043653
 SHA512 
86315b57d8ceec69ee8970b25372b26b03d2d37f6d06e037e712bf16c7f56eac1c4049291e451c7df62273b91ba7149b400efd0186ceee90268d854e7b476c47
-DIST tqdm-4.65.2.tar.gz 167099 BLAKE2B 
5b3d1444aacd3ffa46149889ed5eee3bc851da2c000fcfbd06ceda811ad6df3fd7f9b5da90e7124930ebfd8249a52d194d807d7f8e8b1170966d2b1e6128fc7b
 SHA512 
012810c5844f4034388469a4ce71382067a42960a534e2720d412483b3668040367e94c1865dcd44855cf1f2c7e28312b6084d579348492d7ca3ba5241395f40
-DIST tqdm-4.66.0.tar.gz 169029 BLAKE2B 
1b8277174a62ac01ef61b21822aa87bc933db2b7ac8ed134ba41920daac7e75fdc6bbd8596fde7b54de377c4900f5f2dde8126548dde055feac327da38bfc152
 SHA512 
23c871f61d45caa5ceee4cf191e063f91123d69c64857023432cdceaa1ddfb957fea1b6390801cd9cd9fa9a42b4adc29854340f28cc9a2400295b3f18065
 DIST tqdm-4.66.1.tar.gz 169147 BLAKE2B 
4b274badaa13feb55ff079e143ec5a539a2ad1e1ed60fb319b8f955cfb5baa26676773c0d4fee95c6ad0f068434eadd80bee97559d0c0fdc8c74ea890781f589
 SHA512 
989bc93f791e1636525486688b1d9b457314cde7b5804018382cc490638ac0b88aac50d7870beb9dd80bc5f05e083b8f9f205ac17324106f6d936bfe8d2f316e

diff --git a/dev-python/tqdm/tqdm-4.65.0.ebuild 
b/dev-python/tqdm/tqdm-4.65.0.ebuild
deleted file mode 100644
index 7cfb68470838..
--- a/dev-python/tqdm/tqdm-4.65.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit bash-completion-r1 distutils-r1 pypi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="
-   https://github.com/tqdm/tqdm/
-   https://pypi.org/project/tqdm/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~arm64-macos ~x64-macos"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-   # Skip unpredictable performance tests
-   tests/tests_perf.py
-)
-
-python_install_all() {
-   doman tqdm/tqdm.1
-   newbashcomp tqdm/completion.sh tqdm
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/tqdm/tqdm-4.65.2.ebuild 
b/dev-python/tqdm/tqdm-4.65.2.ebuild
deleted file mode 100644
index 0472066fc4d2..
--- a/dev-python/tqdm/tqdm-4.65.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit bash-completion-r1 distutils-r1 pypi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="
-   https://github.com/tqdm/tqdm/
-   https://pypi.org/project/tqdm/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-   # Skip unpredictable performance tests
-   tests/tests_perf.py
-)
-
-python_install_all() {
-   doman tqdm/tqdm.1
-   newbashcomp tqdm/completion.sh tqdm
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/tqdm/tqdm-4.66.0.ebuild 
b/dev-python/tqdm/tqdm-4.66.0.ebuild
deleted file mode 100644
index 

[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2023-09-11 Thread Arthur Zamarin
commit: 1a1c612560f9398665f56015d4ef6938f455095a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 11 12:45:01 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 11 12:45:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1c6125

dev-python/tqdm: Stabilize 4.66.1 ALLARCHES, #914002

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/tqdm/tqdm-4.66.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.66.1.ebuild 
b/dev-python/tqdm/tqdm-4.66.1.ebuild
index 0472066fc4d2..7cfb68470838 100644
--- a/dev-python/tqdm/tqdm-4.66.1.ebuild
+++ b/dev-python/tqdm/tqdm-4.66.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~arm64-macos ~x64-macos"
 IUSE="examples"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2023-08-10 Thread Michał Górny
commit: 22a751ecc9daa58cb8c1fc28eda7cf66cc966ce4
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 10 12:21:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 10 12:52:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a751ec

dev-python/tqdm: Bump to 4.66.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.66.1.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index e5a10fb70762..0a5a7d823739 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,3 +1,4 @@
 DIST tqdm-4.65.0.tar.gz 167542 BLAKE2B 
b1f7b500dd5c476ffc9852cdc8905b8819b6b3f812e00495fa38780dda0c59e48956881d46919ce57b13da9dde519fa7e22d91ed58fe43172da8e9043653
 SHA512 
86315b57d8ceec69ee8970b25372b26b03d2d37f6d06e037e712bf16c7f56eac1c4049291e451c7df62273b91ba7149b400efd0186ceee90268d854e7b476c47
 DIST tqdm-4.65.2.tar.gz 167099 BLAKE2B 
5b3d1444aacd3ffa46149889ed5eee3bc851da2c000fcfbd06ceda811ad6df3fd7f9b5da90e7124930ebfd8249a52d194d807d7f8e8b1170966d2b1e6128fc7b
 SHA512 
012810c5844f4034388469a4ce71382067a42960a534e2720d412483b3668040367e94c1865dcd44855cf1f2c7e28312b6084d579348492d7ca3ba5241395f40
 DIST tqdm-4.66.0.tar.gz 169029 BLAKE2B 
1b8277174a62ac01ef61b21822aa87bc933db2b7ac8ed134ba41920daac7e75fdc6bbd8596fde7b54de377c4900f5f2dde8126548dde055feac327da38bfc152
 SHA512 
23c871f61d45caa5ceee4cf191e063f91123d69c64857023432cdceaa1ddfb957fea1b6390801cd9cd9fa9a42b4adc29854340f28cc9a2400295b3f18065
+DIST tqdm-4.66.1.tar.gz 169147 BLAKE2B 
4b274badaa13feb55ff079e143ec5a539a2ad1e1ed60fb319b8f955cfb5baa26676773c0d4fee95c6ad0f068434eadd80bee97559d0c0fdc8c74ea890781f589
 SHA512 
989bc93f791e1636525486688b1d9b457314cde7b5804018382cc490638ac0b88aac50d7870beb9dd80bc5f05e083b8f9f205ac17324106f6d936bfe8d2f316e

diff --git a/dev-python/tqdm/tqdm-4.66.1.ebuild 
b/dev-python/tqdm/tqdm-4.66.1.ebuild
new file mode 100644
index ..0472066fc4d2
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.66.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit bash-completion-r1 distutils-r1 pypi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="
+   https://github.com/tqdm/tqdm/
+   https://pypi.org/project/tqdm/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # Skip unpredictable performance tests
+   tests/tests_perf.py
+)
+
+python_install_all() {
+   doman tqdm/tqdm.1
+   newbashcomp tqdm/completion.sh tqdm
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2023-08-09 Thread Michał Górny
commit: 5b479655af7b9cd144f2f13559a894919b62503b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 10 02:36:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 10 02:53:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b479655

dev-python/tqdm: Bump to 4.66.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.66.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 385bf4c5073a..e5a10fb70762 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,2 +1,3 @@
 DIST tqdm-4.65.0.tar.gz 167542 BLAKE2B 
b1f7b500dd5c476ffc9852cdc8905b8819b6b3f812e00495fa38780dda0c59e48956881d46919ce57b13da9dde519fa7e22d91ed58fe43172da8e9043653
 SHA512 
86315b57d8ceec69ee8970b25372b26b03d2d37f6d06e037e712bf16c7f56eac1c4049291e451c7df62273b91ba7149b400efd0186ceee90268d854e7b476c47
 DIST tqdm-4.65.2.tar.gz 167099 BLAKE2B 
5b3d1444aacd3ffa46149889ed5eee3bc851da2c000fcfbd06ceda811ad6df3fd7f9b5da90e7124930ebfd8249a52d194d807d7f8e8b1170966d2b1e6128fc7b
 SHA512 
012810c5844f4034388469a4ce71382067a42960a534e2720d412483b3668040367e94c1865dcd44855cf1f2c7e28312b6084d579348492d7ca3ba5241395f40
+DIST tqdm-4.66.0.tar.gz 169029 BLAKE2B 
1b8277174a62ac01ef61b21822aa87bc933db2b7ac8ed134ba41920daac7e75fdc6bbd8596fde7b54de377c4900f5f2dde8126548dde055feac327da38bfc152
 SHA512 
23c871f61d45caa5ceee4cf191e063f91123d69c64857023432cdceaa1ddfb957fea1b6390801cd9cd9fa9a42b4adc29854340f28cc9a2400295b3f18065

diff --git a/dev-python/tqdm/tqdm-4.66.0.ebuild 
b/dev-python/tqdm/tqdm-4.66.0.ebuild
new file mode 100644
index ..0472066fc4d2
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.66.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit bash-completion-r1 distutils-r1 pypi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="
+   https://github.com/tqdm/tqdm/
+   https://pypi.org/project/tqdm/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # Skip unpredictable performance tests
+   tests/tests_perf.py
+)
+
+python_install_all() {
+   doman tqdm/tqdm.1
+   newbashcomp tqdm/completion.sh tqdm
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2023-08-08 Thread Michał Górny
commit: 29ff23d581b61e8e538ea7b489e9efce9f7a5e81
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  9 03:02:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug  9 03:09:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ff23d5

dev-python/tqdm: Bump to 4.65.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.65.2.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index e579e88c470f..385bf4c5073a 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1 +1,2 @@
 DIST tqdm-4.65.0.tar.gz 167542 BLAKE2B 
b1f7b500dd5c476ffc9852cdc8905b8819b6b3f812e00495fa38780dda0c59e48956881d46919ce57b13da9dde519fa7e22d91ed58fe43172da8e9043653
 SHA512 
86315b57d8ceec69ee8970b25372b26b03d2d37f6d06e037e712bf16c7f56eac1c4049291e451c7df62273b91ba7149b400efd0186ceee90268d854e7b476c47
+DIST tqdm-4.65.2.tar.gz 167099 BLAKE2B 
5b3d1444aacd3ffa46149889ed5eee3bc851da2c000fcfbd06ceda811ad6df3fd7f9b5da90e7124930ebfd8249a52d194d807d7f8e8b1170966d2b1e6128fc7b
 SHA512 
012810c5844f4034388469a4ce71382067a42960a534e2720d412483b3668040367e94c1865dcd44855cf1f2c7e28312b6084d579348492d7ca3ba5241395f40

diff --git a/dev-python/tqdm/tqdm-4.65.2.ebuild 
b/dev-python/tqdm/tqdm-4.65.2.ebuild
new file mode 100644
index ..0472066fc4d2
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.65.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit bash-completion-r1 distutils-r1 pypi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="
+   https://github.com/tqdm/tqdm/
+   https://pypi.org/project/tqdm/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # Skip unpredictable performance tests
+   tests/tests_perf.py
+)
+
+python_install_all() {
+   doman tqdm/tqdm.1
+   newbashcomp tqdm/completion.sh tqdm
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2023-08-05 Thread Benda XU
commit: 5a4ca629a3d19e27f25715145166120493b9e8d5
Author: Benda Xu  gentoo  org>
AuthorDate: Sun Aug  6 00:11:15 2023 +
Commit: Benda XU  gentoo  org>
CommitDate: Sun Aug  6 00:11:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4ca629

dev-python/tqdm: keyword 4.65.0 for ~arm64-macos

Signed-off-by: Benda Xu  gentoo.org>

 dev-python/tqdm/tqdm-4.65.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.65.0.ebuild 
b/dev-python/tqdm/tqdm-4.65.0.ebuild
index c91aeff3dee7..7cfb68470838 100644
--- a/dev-python/tqdm/tqdm-4.65.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.65.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~arm64-macos ~x64-macos"
 IUSE="examples"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2023-06-01 Thread Michał Górny
commit: 2b515b15959f126d4c46b8942871a2d369a6f0a3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  1 14:34:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  1 14:37:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b515b15

dev-python/tqdm: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/tqdm-4.65.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.65.0.ebuild 
b/dev-python/tqdm/tqdm-4.65.0.ebuild
index 14b4118598fd..c91aeff3dee7 100644
--- a/dev-python/tqdm/tqdm-4.65.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.65.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit bash-completion-r1 distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2023-04-05 Thread Michał Górny
commit: 6645c11193bf64f61087a7718231d29ed0e38977
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr  5 08:16:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr  5 08:16:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6645c111

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 -
 dev-python/tqdm/tqdm-4.64.1.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 8fe7adcf405c..e579e88c470f 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,2 +1 @@
-DIST tqdm-4.64.1.tar.gz 169599 BLAKE2B 
4c48f647beb46f22e3c065e2e9c1dc29755c74a2fd29cb8ad8b0dfeab529499d0fbca9296d06453012b3bbf9f9870f95da5e2f37f4c8ba29a71cbee3bd15116b
 SHA512 
bc7ab3414579737d25d87895c8760b82271c345e1174c83f5896cc893f92a27901d83575472ad124329acdad69bd21e7d68e79aeeefb0e66c83b11989d18
 DIST tqdm-4.65.0.tar.gz 167542 BLAKE2B 
b1f7b500dd5c476ffc9852cdc8905b8819b6b3f812e00495fa38780dda0c59e48956881d46919ce57b13da9dde519fa7e22d91ed58fe43172da8e9043653
 SHA512 
86315b57d8ceec69ee8970b25372b26b03d2d37f6d06e037e712bf16c7f56eac1c4049291e451c7df62273b91ba7149b400efd0186ceee90268d854e7b476c47

diff --git a/dev-python/tqdm/tqdm-4.64.1.ebuild 
b/dev-python/tqdm/tqdm-4.64.1.ebuild
deleted file mode 100644
index d1a98a77916b..
--- a/dev-python/tqdm/tqdm-4.64.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="
-   https://github.com/tqdm/tqdm/
-   https://pypi.org/project/tqdm/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-   # Skip unpredictable performance tests
-   tests/tests_perf.py
-)
-
-python_install_all() {
-   doman tqdm/tqdm.1
-   newbashcomp tqdm/completion.sh tqdm
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2023-04-05 Thread Arthur Zamarin
commit: f38f6d1654353113870db75f644ad77285d71082
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr  5 07:20:42 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr  5 07:20:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f38f6d16

dev-python/tqdm: Stabilize 4.65.0 ALLARCHES, #903849

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/tqdm/tqdm-4.65.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.65.0.ebuild 
b/dev-python/tqdm/tqdm-4.65.0.ebuild
index 168001703194..14b4118598fd 100644
--- a/dev-python/tqdm/tqdm-4.65.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.65.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 IUSE="examples"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2023-03-03 Thread Michał Górny
commit: 7088ab0a8e027f48a85f579e63fd3dd3cb1939ef
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  4 04:28:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  4 04:50:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7088ab0a

dev-python/tqdm: Bump to 4.65.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.65.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 9be99bd87782..8fe7adcf405c 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1 +1,2 @@
 DIST tqdm-4.64.1.tar.gz 169599 BLAKE2B 
4c48f647beb46f22e3c065e2e9c1dc29755c74a2fd29cb8ad8b0dfeab529499d0fbca9296d06453012b3bbf9f9870f95da5e2f37f4c8ba29a71cbee3bd15116b
 SHA512 
bc7ab3414579737d25d87895c8760b82271c345e1174c83f5896cc893f92a27901d83575472ad124329acdad69bd21e7d68e79aeeefb0e66c83b11989d18
+DIST tqdm-4.65.0.tar.gz 167542 BLAKE2B 
b1f7b500dd5c476ffc9852cdc8905b8819b6b3f812e00495fa38780dda0c59e48956881d46919ce57b13da9dde519fa7e22d91ed58fe43172da8e9043653
 SHA512 
86315b57d8ceec69ee8970b25372b26b03d2d37f6d06e037e712bf16c7f56eac1c4049291e451c7df62273b91ba7149b400efd0186ceee90268d854e7b476c47

diff --git a/dev-python/tqdm/tqdm-4.65.0.ebuild 
b/dev-python/tqdm/tqdm-4.65.0.ebuild
new file mode 100644
index ..168001703194
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.65.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit bash-completion-r1 distutils-r1 pypi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="
+   https://github.com/tqdm/tqdm/
+   https://pypi.org/project/tqdm/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # Skip unpredictable performance tests
+   tests/tests_perf.py
+)
+
+python_install_all() {
+   doman tqdm/tqdm.1
+   newbashcomp tqdm/completion.sh tqdm
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2022-10-05 Thread Michał Górny
commit: 3b9c2974623097d27dc6fdc7edc6126bd3866a10
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct  5 09:45:33 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct  5 10:44:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b9c2974

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 -
 dev-python/tqdm/tqdm-4.64.0.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 755a43b58b8d..9be99bd87782 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,2 +1 @@
-DIST tqdm-4.64.0.tar.gz 169499 BLAKE2B 
a6b9587a366c026716c63af4358ddba693b52be3490a161071bc750fffcd50429bc639255635d96c950a130d9fe994dc2abc98f3fbaf0a0c344140c8ae972596
 SHA512 
84d243b86ea3665e915e6a79e7887a4d0487b166971d211e34229b7a46429f4e4f5808c03f24420b20fb85d274e1e6b36ed852af99c5c9d177c8ce71f0ce0c17
 DIST tqdm-4.64.1.tar.gz 169599 BLAKE2B 
4c48f647beb46f22e3c065e2e9c1dc29755c74a2fd29cb8ad8b0dfeab529499d0fbca9296d06453012b3bbf9f9870f95da5e2f37f4c8ba29a71cbee3bd15116b
 SHA512 
bc7ab3414579737d25d87895c8760b82271c345e1174c83f5896cc893f92a27901d83575472ad124329acdad69bd21e7d68e79aeeefb0e66c83b11989d18

diff --git a/dev-python/tqdm/tqdm-4.64.0.ebuild 
b/dev-python/tqdm/tqdm-4.64.0.ebuild
deleted file mode 100644
index 41de10518a23..
--- a/dev-python/tqdm/tqdm-4.64.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="
-   https://github.com/tqdm/tqdm/
-   https://pypi.org/project/tqdm/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-   # Skip unpredictable performance tests
-   tests/tests_perf.py
-)
-
-python_install_all() {
-   doman tqdm/tqdm.1
-   newbashcomp tqdm/completion.sh tqdm
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2022-10-05 Thread Jakov Smolić
commit: e160210d6c6b400a713f83a5b120b3362f815538
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Oct  5 07:52:32 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Oct  5 07:53:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e160210d

dev-python/tqdm: Stabilize 4.64.1 ALLARCHES, #875287

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/tqdm/tqdm-4.64.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.64.1.ebuild 
b/dev-python/tqdm/tqdm-4.64.1.ebuild
index 79761eab6850..41de10518a23 100644
--- a/dev-python/tqdm/tqdm-4.64.1.ebuild
+++ b/dev-python/tqdm/tqdm-4.64.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 IUSE="examples"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2022-09-04 Thread Michał Górny
commit: ac2ab96aef096314918ec90fd65598674b9cce88
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep  4 15:55:08 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep  4 16:22:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac2ab96a

dev-python/tqdm: Bump to 4.64.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.64.1.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index dba4b9568441..755a43b58b8d 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1 +1,2 @@
 DIST tqdm-4.64.0.tar.gz 169499 BLAKE2B 
a6b9587a366c026716c63af4358ddba693b52be3490a161071bc750fffcd50429bc639255635d96c950a130d9fe994dc2abc98f3fbaf0a0c344140c8ae972596
 SHA512 
84d243b86ea3665e915e6a79e7887a4d0487b166971d211e34229b7a46429f4e4f5808c03f24420b20fb85d274e1e6b36ed852af99c5c9d177c8ce71f0ce0c17
+DIST tqdm-4.64.1.tar.gz 169599 BLAKE2B 
4c48f647beb46f22e3c065e2e9c1dc29755c74a2fd29cb8ad8b0dfeab529499d0fbca9296d06453012b3bbf9f9870f95da5e2f37f4c8ba29a71cbee3bd15116b
 SHA512 
bc7ab3414579737d25d87895c8760b82271c345e1174c83f5896cc893f92a27901d83575472ad124329acdad69bd21e7d68e79aeeefb0e66c83b11989d18

diff --git a/dev-python/tqdm/tqdm-4.64.1.ebuild 
b/dev-python/tqdm/tqdm-4.64.1.ebuild
new file mode 100644
index ..79761eab6850
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.64.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="
+   https://github.com/tqdm/tqdm/
+   https://pypi.org/project/tqdm/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # Skip unpredictable performance tests
+   tests/tests_perf.py
+)
+
+python_install_all() {
+   doman tqdm/tqdm.1
+   newbashcomp tqdm/completion.sh tqdm
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2022-05-19 Thread Michał Górny
commit: 7617943b7af6ece8b3f81989f5865c866180b24f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 19 12:26:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 19 12:26:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7617943b

dev-python/tqdm: Enable py3.11

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/tqdm-4.64.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.64.0.ebuild 
b/dev-python/tqdm/tqdm-4.64.0.ebuild
index 32cdaf0a2e13..41de10518a23 100644
--- a/dev-python/tqdm/tqdm-4.64.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.64.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
 inherit bash-completion-r1 distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2022-05-06 Thread Michał Górny
commit: 79abf82b93a79ea7c13c52c073c607dafc2855d8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May  6 13:25:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May  6 13:25:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79abf82b

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 -
 dev-python/tqdm/tqdm-4.63.1.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index b33d54d6ef3a..dba4b9568441 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,2 +1 @@
-DIST tqdm-4.63.1.tar.gz 168619 BLAKE2B 
c5d282f07bd1042097ba24cfc7c5311ce53fa5b66e4f9d4b8504c5d102a4c380dfbc8bb59deee469c90d9726b7d36a34cf9c88ed07b412378f51819f789e8e9c
 SHA512 
3d7dfb81ca6b8b72f26d6b3ef4309af19e1679d3ee805e3c1326e804df4204acc20de8d935394eac736a1598d9c5485165f3cbd2b83b746c2bbf202d3b1e4c5c
 DIST tqdm-4.64.0.tar.gz 169499 BLAKE2B 
a6b9587a366c026716c63af4358ddba693b52be3490a161071bc750fffcd50429bc639255635d96c950a130d9fe994dc2abc98f3fbaf0a0c344140c8ae972596
 SHA512 
84d243b86ea3665e915e6a79e7887a4d0487b166971d211e34229b7a46429f4e4f5808c03f24420b20fb85d274e1e6b36ed852af99c5c9d177c8ce71f0ce0c17

diff --git a/dev-python/tqdm/tqdm-4.63.1.ebuild 
b/dev-python/tqdm/tqdm-4.63.1.ebuild
deleted file mode 100644
index 32cdaf0a2e13..
--- a/dev-python/tqdm/tqdm-4.63.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="
-   https://github.com/tqdm/tqdm/
-   https://pypi.org/project/tqdm/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-   # Skip unpredictable performance tests
-   tests/tests_perf.py
-)
-
-python_install_all() {
-   doman tqdm/tqdm.1
-   newbashcomp tqdm/completion.sh tqdm
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2022-05-06 Thread Arthur Zamarin
commit: 04156dc3956dc2e3a134a5bd08f8dd21a7a9d735
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May  6 11:58:29 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May  6 11:58:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04156dc3

dev-python/tqdm: Stabilize 4.64.0 ALLARCHES, #842966

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/tqdm/tqdm-4.64.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.64.0.ebuild 
b/dev-python/tqdm/tqdm-4.64.0.ebuild
index e8dbfbed9a0d..32cdaf0a2e13 100644
--- a/dev-python/tqdm/tqdm-4.64.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.64.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 IUSE="examples"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2022-04-04 Thread Michał Górny
commit: f9e026979a84f8f9f164f351202e11604f99a90a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr  4 07:31:32 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr  4 07:43:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e02697

dev-python/tqdm: Bump to 4.64.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.64.0.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index ea99205e61fd..b33d54d6ef3a 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1 +1,2 @@
 DIST tqdm-4.63.1.tar.gz 168619 BLAKE2B 
c5d282f07bd1042097ba24cfc7c5311ce53fa5b66e4f9d4b8504c5d102a4c380dfbc8bb59deee469c90d9726b7d36a34cf9c88ed07b412378f51819f789e8e9c
 SHA512 
3d7dfb81ca6b8b72f26d6b3ef4309af19e1679d3ee805e3c1326e804df4204acc20de8d935394eac736a1598d9c5485165f3cbd2b83b746c2bbf202d3b1e4c5c
+DIST tqdm-4.64.0.tar.gz 169499 BLAKE2B 
a6b9587a366c026716c63af4358ddba693b52be3490a161071bc750fffcd50429bc639255635d96c950a130d9fe994dc2abc98f3fbaf0a0c344140c8ae972596
 SHA512 
84d243b86ea3665e915e6a79e7887a4d0487b166971d211e34229b7a46429f4e4f5808c03f24420b20fb85d274e1e6b36ed852af99c5c9d177c8ce71f0ce0c17

diff --git a/dev-python/tqdm/tqdm-4.64.0.ebuild 
b/dev-python/tqdm/tqdm-4.64.0.ebuild
new file mode 100644
index ..e8dbfbed9a0d
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.64.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="
+   https://github.com/tqdm/tqdm/
+   https://pypi.org/project/tqdm/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # Skip unpredictable performance tests
+   tests/tests_perf.py
+)
+
+python_install_all() {
+   doman tqdm/tqdm.1
+   newbashcomp tqdm/completion.sh tqdm
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2022-03-31 Thread Michał Górny
commit: a08fe3acd51986be5e048b881d5dbfd785a8df7a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 31 14:07:26 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 31 14:07:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08fe3ac

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  2 --
 dev-python/tqdm/tqdm-4.62.3.ebuild | 50 --
 dev-python/tqdm/tqdm-4.63.0.ebuild | 46 ---
 3 files changed, 98 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index ab52b3363922..ea99205e61fd 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,3 +1 @@
-DIST tqdm-4.62.3.tar.gz 167952 BLAKE2B 
d5732fc97256e1fc4f55bd1a0f69f98a87e7132cc1d8484baa12b7615da5a95ce20268515539c595c2b2aaf20f9a9434c17d581b3b90ea3cad3515150e469471
 SHA512 
1083ca2080163c98bbb55e124ce9d47c790e47c83cd8dad60e4c93773d1d97a50aacb5a25ddb8a2ae3691738e4f4942c88d55dab406c3e810cac18b8929d20ee
-DIST tqdm-4.63.0.tar.gz 168556 BLAKE2B 
f4fa47290f580f0923fa4325e88b103c4175344c928844149bf4b4445816bb7e87bd176d666b93a94a5981b246541017f0a34d710becf082110caca68b9ee45d
 SHA512 
939ac7e310204094cb0c6a935ba6a91af45cd63fa8fa83865b75d1bcea440d5ff21a4d3405f5bcce864b43159921d3ef7b92d9c390fe30902f24e4e724c7eaf9
 DIST tqdm-4.63.1.tar.gz 168619 BLAKE2B 
c5d282f07bd1042097ba24cfc7c5311ce53fa5b66e4f9d4b8504c5d102a4c380dfbc8bb59deee469c90d9726b7d36a34cf9c88ed07b412378f51819f789e8e9c
 SHA512 
3d7dfb81ca6b8b72f26d6b3ef4309af19e1679d3ee805e3c1326e804df4204acc20de8d935394eac736a1598d9c5485165f3cbd2b83b746c2bbf202d3b1e4c5c

diff --git a/dev-python/tqdm/tqdm-4.62.3.ebuild 
b/dev-python/tqdm/tqdm-4.62.3.ebuild
deleted file mode 100644
index 3ebaec9089ff..
--- a/dev-python/tqdm/tqdm-4.62.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   # Skip unpredictable performance tests
-   epytest --ignore 'tests/tests_perf.py'
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/tqdm/tqdm-4.63.0.ebuild 
b/dev-python/tqdm/tqdm-4.63.0.ebuild
deleted file mode 100644
index e8dbfbed9a0d..
--- a/dev-python/tqdm/tqdm-4.63.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="
-   https://github.com/tqdm/tqdm/
-   https://pypi.org/project/tqdm/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-   # Skip unpredictable performance tests
-   tests/tests_perf.py
-)
-
-python_install_all() {
-   doman tqdm/tqdm.1
-   newbashcomp tqdm/completion.sh tqdm
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2022-03-31 Thread Jakov Smolić
commit: aa1ca9a4ff910f1be57c61b4c8ed8f2004a7aef8
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Mar 31 14:01:44 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Mar 31 14:01:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1ca9a4

dev-python/tqdm: Stabilize 4.63.1 ALLARCHES, #836538

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/tqdm/tqdm-4.63.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.63.1.ebuild 
b/dev-python/tqdm/tqdm-4.63.1.ebuild
index e8dbfbed9a0d..32cdaf0a2e13 100644
--- a/dev-python/tqdm/tqdm-4.63.1.ebuild
+++ b/dev-python/tqdm/tqdm-4.63.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 IUSE="examples"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2022-03-24 Thread Michał Górny
commit: b260bb54792b1c9206bff53822e5347a7c65e04f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 24 09:22:18 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 24 09:22:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b260bb54

dev-python/tqdm: Bump to 4.63.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.63.1.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index c206b3dfffe5..ab52b3363922 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,2 +1,3 @@
 DIST tqdm-4.62.3.tar.gz 167952 BLAKE2B 
d5732fc97256e1fc4f55bd1a0f69f98a87e7132cc1d8484baa12b7615da5a95ce20268515539c595c2b2aaf20f9a9434c17d581b3b90ea3cad3515150e469471
 SHA512 
1083ca2080163c98bbb55e124ce9d47c790e47c83cd8dad60e4c93773d1d97a50aacb5a25ddb8a2ae3691738e4f4942c88d55dab406c3e810cac18b8929d20ee
 DIST tqdm-4.63.0.tar.gz 168556 BLAKE2B 
f4fa47290f580f0923fa4325e88b103c4175344c928844149bf4b4445816bb7e87bd176d666b93a94a5981b246541017f0a34d710becf082110caca68b9ee45d
 SHA512 
939ac7e310204094cb0c6a935ba6a91af45cd63fa8fa83865b75d1bcea440d5ff21a4d3405f5bcce864b43159921d3ef7b92d9c390fe30902f24e4e724c7eaf9
+DIST tqdm-4.63.1.tar.gz 168619 BLAKE2B 
c5d282f07bd1042097ba24cfc7c5311ce53fa5b66e4f9d4b8504c5d102a4c380dfbc8bb59deee469c90d9726b7d36a34cf9c88ed07b412378f51819f789e8e9c
 SHA512 
3d7dfb81ca6b8b72f26d6b3ef4309af19e1679d3ee805e3c1326e804df4204acc20de8d935394eac736a1598d9c5485165f3cbd2b83b746c2bbf202d3b1e4c5c

diff --git a/dev-python/tqdm/tqdm-4.63.1.ebuild 
b/dev-python/tqdm/tqdm-4.63.1.ebuild
new file mode 100644
index ..e8dbfbed9a0d
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.63.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="
+   https://github.com/tqdm/tqdm/
+   https://pypi.org/project/tqdm/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # Skip unpredictable performance tests
+   tests/tests_perf.py
+)
+
+python_install_all() {
+   doman tqdm/tqdm.1
+   newbashcomp tqdm/completion.sh tqdm
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2022-02-28 Thread Michał Górny
commit: a43b1d9af6787ada7f5bb3455f1b8ca603ecf930
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 28 07:21:34 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 28 08:28:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43b1d9a

dev-python/tqdm: Bump to 4.63.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.63.0.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index c2f40f608e07..c206b3dfffe5 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1 +1,2 @@
 DIST tqdm-4.62.3.tar.gz 167952 BLAKE2B 
d5732fc97256e1fc4f55bd1a0f69f98a87e7132cc1d8484baa12b7615da5a95ce20268515539c595c2b2aaf20f9a9434c17d581b3b90ea3cad3515150e469471
 SHA512 
1083ca2080163c98bbb55e124ce9d47c790e47c83cd8dad60e4c93773d1d97a50aacb5a25ddb8a2ae3691738e4f4942c88d55dab406c3e810cac18b8929d20ee
+DIST tqdm-4.63.0.tar.gz 168556 BLAKE2B 
f4fa47290f580f0923fa4325e88b103c4175344c928844149bf4b4445816bb7e87bd176d666b93a94a5981b246541017f0a34d710becf082110caca68b9ee45d
 SHA512 
939ac7e310204094cb0c6a935ba6a91af45cd63fa8fa83865b75d1bcea440d5ff21a4d3405f5bcce864b43159921d3ef7b92d9c390fe30902f24e4e724c7eaf9

diff --git a/dev-python/tqdm/tqdm-4.63.0.ebuild 
b/dev-python/tqdm/tqdm-4.63.0.ebuild
new file mode 100644
index ..e8dbfbed9a0d
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.63.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="
+   https://github.com/tqdm/tqdm/
+   https://pypi.org/project/tqdm/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # Skip unpredictable performance tests
+   tests/tests_perf.py
+)
+
+python_install_all() {
+   doman tqdm/tqdm.1
+   newbashcomp tqdm/completion.sh tqdm
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2022-02-04 Thread Michał Górny
commit: 885ad0a7a7d4ab53ea0ad0e61add02c90f2131a4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  4 11:32:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  4 12:03:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885ad0a7

dev-python/tqdm: Remove obsolete toml dep (from setuptools_scm)

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/tqdm-4.62.3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/tqdm/tqdm-4.62.3.ebuild 
b/dev-python/tqdm/tqdm-4.62.3.ebuild
index 65e1f7b2ca26..3ebaec9089ff 100644
--- a/dev-python/tqdm/tqdm-4.62.3.ebuild
+++ b/dev-python/tqdm/tqdm-4.62.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -23,7 +23,6 @@ IUSE="examples"
 
 BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-11-19 Thread Sam James
commit: 70847a5c49a2fbc0728922d99bafa922366001d8
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 19 09:06:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 19 09:06:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70847a5c

dev-python/tqdm: Keyword 4.62.3 s390, #820203

Signed-off-by: Sam James  gentoo.org>

 dev-python/tqdm/tqdm-4.62.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.62.3.ebuild 
b/dev-python/tqdm/tqdm-4.62.3.ebuild
index dd8d2f22d61c..65e1f7b2ca26 100644
--- a/dev-python/tqdm/tqdm-4.62.3.ebuild
+++ b/dev-python/tqdm/tqdm-4.62.3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-10-23 Thread Arthur Zamarin
commit: 0cd83a85ba256bb9e0d4fecaae8f80c490b35216
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Oct 24 04:59:13 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Oct 24 05:12:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd83a85

dev-python/tqdm: drop 4.62.2

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/tqdm/Manifest   |  1 -
 dev-python/tqdm/tqdm-4.62.2.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 8ded17b5bb8..c2f40f608e0 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,2 +1 @@
-DIST tqdm-4.62.2.tar.gz 169564 BLAKE2B 
fd3484db22eda5db7431fc337e23cfcf44882efc56c8b10208d799c156fefb5aa70c69c7063315d86d3ff881b97b62ac0b5c8be73ad3546ad0728f3f544cadfa
 SHA512 
a59a041fa239e215e541f07c66292c27bfe067f3f2eac2916662b4ef1faa630346dec9558a7f66a3456b3d2ddcd164f9381cb89e5ac8350d0295367bfc248a8c
 DIST tqdm-4.62.3.tar.gz 167952 BLAKE2B 
d5732fc97256e1fc4f55bd1a0f69f98a87e7132cc1d8484baa12b7615da5a95ce20268515539c595c2b2aaf20f9a9434c17d581b3b90ea3cad3515150e469471
 SHA512 
1083ca2080163c98bbb55e124ce9d47c790e47c83cd8dad60e4c93773d1d97a50aacb5a25ddb8a2ae3691738e4f4942c88d55dab406c3e810cac18b8929d20ee

diff --git a/dev-python/tqdm/tqdm-4.62.2.ebuild 
b/dev-python/tqdm/tqdm-4.62.2.ebuild
deleted file mode 100644
index dd8d2f22d61..000
--- a/dev-python/tqdm/tqdm-4.62.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   # Skip unpredictable performance tests
-   epytest --ignore 'tests/tests_perf.py'
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-09-25 Thread Michał Górny
commit: 0c1ceb8944cc8be1f8cf3d47c03980e0e0586e85
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 25 21:55:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 25 22:00:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c1ceb89

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 -
 dev-python/tqdm/tqdm-4.62.0.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 81515e7c895..8ded17b5bb8 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,3 +1,2 @@
-DIST tqdm-4.62.0.tar.gz 169668 BLAKE2B 
64a3df2f00a4fcba6bb67ae15e04f392a73b54cf7284f3c013ad31d00317e9d84ac2e1feed302137aeb7ea9e3c9d1d730623cbd96e8c76c46df6382435146efa
 SHA512 
dd60d5522b68086410ec5f02574477dcc33a887ef509cc1d1735921dd906f951180d6115680517b3abbd2cf6c4ee1c60b9c950654ea9b7642d52d28052326088
 DIST tqdm-4.62.2.tar.gz 169564 BLAKE2B 
fd3484db22eda5db7431fc337e23cfcf44882efc56c8b10208d799c156fefb5aa70c69c7063315d86d3ff881b97b62ac0b5c8be73ad3546ad0728f3f544cadfa
 SHA512 
a59a041fa239e215e541f07c66292c27bfe067f3f2eac2916662b4ef1faa630346dec9558a7f66a3456b3d2ddcd164f9381cb89e5ac8350d0295367bfc248a8c
 DIST tqdm-4.62.3.tar.gz 167952 BLAKE2B 
d5732fc97256e1fc4f55bd1a0f69f98a87e7132cc1d8484baa12b7615da5a95ce20268515539c595c2b2aaf20f9a9434c17d581b3b90ea3cad3515150e469471
 SHA512 
1083ca2080163c98bbb55e124ce9d47c790e47c83cd8dad60e4c93773d1d97a50aacb5a25ddb8a2ae3691738e4f4942c88d55dab406c3e810cac18b8929d20ee

diff --git a/dev-python/tqdm/tqdm-4.62.0.ebuild 
b/dev-python/tqdm/tqdm-4.62.0.ebuild
deleted file mode 100644
index dd8d2f22d61..000
--- a/dev-python/tqdm/tqdm-4.62.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   # Skip unpredictable performance tests
-   epytest --ignore 'tests/tests_perf.py'
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-09-25 Thread Sam James
commit: 27cf4d195658e6b137cb3871be621a6baa5fd47c
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 25 19:52:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 25 19:52:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27cf4d19

dev-python/tqdm: Stabilize 4.62.2 ALLARCHES, #814761

Signed-off-by: Sam James  gentoo.org>

 dev-python/tqdm/tqdm-4.62.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.62.2.ebuild 
b/dev-python/tqdm/tqdm-4.62.2.ebuild
index be993f73487..dd8d2f22d61 100644
--- a/dev-python/tqdm/tqdm-4.62.2.ebuild
+++ b/dev-python/tqdm/tqdm-4.62.2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-09-20 Thread Michał Górny
commit: ebba800def92f8ed075f59d0446aeca7ec09b670
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 20 21:15:57 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 20 21:15:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebba800d

dev-python/tqdm: Bump to 4.62.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.62.3.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index b10a2a36e08..81515e7c895 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,2 +1,3 @@
 DIST tqdm-4.62.0.tar.gz 169668 BLAKE2B 
64a3df2f00a4fcba6bb67ae15e04f392a73b54cf7284f3c013ad31d00317e9d84ac2e1feed302137aeb7ea9e3c9d1d730623cbd96e8c76c46df6382435146efa
 SHA512 
dd60d5522b68086410ec5f02574477dcc33a887ef509cc1d1735921dd906f951180d6115680517b3abbd2cf6c4ee1c60b9c950654ea9b7642d52d28052326088
 DIST tqdm-4.62.2.tar.gz 169564 BLAKE2B 
fd3484db22eda5db7431fc337e23cfcf44882efc56c8b10208d799c156fefb5aa70c69c7063315d86d3ff881b97b62ac0b5c8be73ad3546ad0728f3f544cadfa
 SHA512 
a59a041fa239e215e541f07c66292c27bfe067f3f2eac2916662b4ef1faa630346dec9558a7f66a3456b3d2ddcd164f9381cb89e5ac8350d0295367bfc248a8c
+DIST tqdm-4.62.3.tar.gz 167952 BLAKE2B 
d5732fc97256e1fc4f55bd1a0f69f98a87e7132cc1d8484baa12b7615da5a95ce20268515539c595c2b2aaf20f9a9434c17d581b3b90ea3cad3515150e469471
 SHA512 
1083ca2080163c98bbb55e124ce9d47c790e47c83cd8dad60e4c93773d1d97a50aacb5a25ddb8a2ae3691738e4f4942c88d55dab406c3e810cac18b8929d20ee

diff --git a/dev-python/tqdm/tqdm-4.62.3.ebuild 
b/dev-python/tqdm/tqdm-4.62.3.ebuild
new file mode 100644
index 000..be993f73487
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.62.3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-macos"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   epytest --ignore 'tests/tests_perf.py'
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-09-05 Thread Michał Górny
commit: 39d295b1b055b4a3df6b447d7a6be93c9f758800
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep  5 06:33:08 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep  5 06:33:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d295b1

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  2 --
 dev-python/tqdm/tqdm-4.61.2.ebuild | 51 --
 dev-python/tqdm/tqdm-4.62.1.ebuild | 51 --
 3 files changed, 104 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 24aed6278a8..b10a2a36e08 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,4 +1,2 @@
-DIST tqdm-4.61.2.tar.gz 169665 BLAKE2B 
f5dff67eb549cab0dd667815c25f6e885a2e0cefc2ad68e97fdc09599eb41b13589f7a88d5a445813973454a5e5f835b3139651ec2e09b717db0fd6dc705890e
 SHA512 
bc33e8fe00244f90f61ab51d0c7c0b98d5580efebd9758284d9dbe2a699eabeb0d92871eedc2f95f377e29dd0f7ea4b5247b96cb4cc1687dcfea3a9ed1152ab7
 DIST tqdm-4.62.0.tar.gz 169668 BLAKE2B 
64a3df2f00a4fcba6bb67ae15e04f392a73b54cf7284f3c013ad31d00317e9d84ac2e1feed302137aeb7ea9e3c9d1d730623cbd96e8c76c46df6382435146efa
 SHA512 
dd60d5522b68086410ec5f02574477dcc33a887ef509cc1d1735921dd906f951180d6115680517b3abbd2cf6c4ee1c60b9c950654ea9b7642d52d28052326088
-DIST tqdm-4.62.1.tar.gz 169567 BLAKE2B 
99e14631abe19d20d0fd67e1f885c307544103928f22e8913952b35adc2e596d4efa54fa4fedf4efdb1f8b83efdcee5de25052d6aba1974a668ba44f80de37dc
 SHA512 
485d5a88588d026b3311419839abd57f8092295a2e68341708aa2c4ff35a97e30e9eb0db0db4ef9b0fc19c4d7b575ec6f30b213b97cb7498a9267d7c6e0a57ce
 DIST tqdm-4.62.2.tar.gz 169564 BLAKE2B 
fd3484db22eda5db7431fc337e23cfcf44882efc56c8b10208d799c156fefb5aa70c69c7063315d86d3ff881b97b62ac0b5c8be73ad3546ad0728f3f544cadfa
 SHA512 
a59a041fa239e215e541f07c66292c27bfe067f3f2eac2916662b4ef1faa630346dec9558a7f66a3456b3d2ddcd164f9381cb89e5ac8350d0295367bfc248a8c

diff --git a/dev-python/tqdm/tqdm-4.61.2.ebuild 
b/dev-python/tqdm/tqdm-4.61.2.ebuild
deleted file mode 100644
index dd8d2f22d61..000
--- a/dev-python/tqdm/tqdm-4.61.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   # Skip unpredictable performance tests
-   epytest --ignore 'tests/tests_perf.py'
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/tqdm/tqdm-4.62.1.ebuild 
b/dev-python/tqdm/tqdm-4.62.1.ebuild
deleted file mode 100644
index be993f73487..000
--- a/dev-python/tqdm/tqdm-4.62.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-macos"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   # Skip unpredictable performance tests
-   epytest --ignore 'tests/tests_perf.py'
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install
-}
-
-python_install_all() 

[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-09-05 Thread Sam James
commit: 9a2d20af1a32c58ff835ea1026811025dfdf9854
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep  5 06:01:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep  5 06:01:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2d20af

dev-python/tqdm: Stabilize 4.62.0 ALLARCHES, #811666

Signed-off-by: Sam James  gentoo.org>

 dev-python/tqdm/tqdm-4.62.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.62.0.ebuild 
b/dev-python/tqdm/tqdm-4.62.0.ebuild
index be993f73487..dd8d2f22d61 100644
--- a/dev-python/tqdm/tqdm-4.62.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.62.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-08-24 Thread Michał Górny
commit: 0f3381f31a847ff588debeffed34426d85bae2c8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 24 06:32:52 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 24 06:59:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3381f3

dev-python/tqdm: Bump to 4.62.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.62.2.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 53cda200a57..24aed6278a8 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,3 +1,4 @@
 DIST tqdm-4.61.2.tar.gz 169665 BLAKE2B 
f5dff67eb549cab0dd667815c25f6e885a2e0cefc2ad68e97fdc09599eb41b13589f7a88d5a445813973454a5e5f835b3139651ec2e09b717db0fd6dc705890e
 SHA512 
bc33e8fe00244f90f61ab51d0c7c0b98d5580efebd9758284d9dbe2a699eabeb0d92871eedc2f95f377e29dd0f7ea4b5247b96cb4cc1687dcfea3a9ed1152ab7
 DIST tqdm-4.62.0.tar.gz 169668 BLAKE2B 
64a3df2f00a4fcba6bb67ae15e04f392a73b54cf7284f3c013ad31d00317e9d84ac2e1feed302137aeb7ea9e3c9d1d730623cbd96e8c76c46df6382435146efa
 SHA512 
dd60d5522b68086410ec5f02574477dcc33a887ef509cc1d1735921dd906f951180d6115680517b3abbd2cf6c4ee1c60b9c950654ea9b7642d52d28052326088
 DIST tqdm-4.62.1.tar.gz 169567 BLAKE2B 
99e14631abe19d20d0fd67e1f885c307544103928f22e8913952b35adc2e596d4efa54fa4fedf4efdb1f8b83efdcee5de25052d6aba1974a668ba44f80de37dc
 SHA512 
485d5a88588d026b3311419839abd57f8092295a2e68341708aa2c4ff35a97e30e9eb0db0db4ef9b0fc19c4d7b575ec6f30b213b97cb7498a9267d7c6e0a57ce
+DIST tqdm-4.62.2.tar.gz 169564 BLAKE2B 
fd3484db22eda5db7431fc337e23cfcf44882efc56c8b10208d799c156fefb5aa70c69c7063315d86d3ff881b97b62ac0b5c8be73ad3546ad0728f3f544cadfa
 SHA512 
a59a041fa239e215e541f07c66292c27bfe067f3f2eac2916662b4ef1faa630346dec9558a7f66a3456b3d2ddcd164f9381cb89e5ac8350d0295367bfc248a8c

diff --git a/dev-python/tqdm/tqdm-4.62.2.ebuild 
b/dev-python/tqdm/tqdm-4.62.2.ebuild
new file mode 100644
index 000..be993f73487
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.62.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-macos"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   epytest --ignore 'tests/tests_perf.py'
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-08-14 Thread Michał Górny
commit: f9d9d3cbee62bef3e0fc96629be54a97eb1944e1
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 15 05:38:42 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 15 05:38:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d9d3cb

dev-python/tqdm: Bump to 4.62.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.62.1.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index d70efdee269..53cda200a57 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,2 +1,3 @@
 DIST tqdm-4.61.2.tar.gz 169665 BLAKE2B 
f5dff67eb549cab0dd667815c25f6e885a2e0cefc2ad68e97fdc09599eb41b13589f7a88d5a445813973454a5e5f835b3139651ec2e09b717db0fd6dc705890e
 SHA512 
bc33e8fe00244f90f61ab51d0c7c0b98d5580efebd9758284d9dbe2a699eabeb0d92871eedc2f95f377e29dd0f7ea4b5247b96cb4cc1687dcfea3a9ed1152ab7
 DIST tqdm-4.62.0.tar.gz 169668 BLAKE2B 
64a3df2f00a4fcba6bb67ae15e04f392a73b54cf7284f3c013ad31d00317e9d84ac2e1feed302137aeb7ea9e3c9d1d730623cbd96e8c76c46df6382435146efa
 SHA512 
dd60d5522b68086410ec5f02574477dcc33a887ef509cc1d1735921dd906f951180d6115680517b3abbd2cf6c4ee1c60b9c950654ea9b7642d52d28052326088
+DIST tqdm-4.62.1.tar.gz 169567 BLAKE2B 
99e14631abe19d20d0fd67e1f885c307544103928f22e8913952b35adc2e596d4efa54fa4fedf4efdb1f8b83efdcee5de25052d6aba1974a668ba44f80de37dc
 SHA512 
485d5a88588d026b3311419839abd57f8092295a2e68341708aa2c4ff35a97e30e9eb0db0db4ef9b0fc19c4d7b575ec6f30b213b97cb7498a9267d7c6e0a57ce

diff --git a/dev-python/tqdm/tqdm-4.62.1.ebuild 
b/dev-python/tqdm/tqdm-4.62.1.ebuild
new file mode 100644
index 000..be993f73487
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.62.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-macos"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   epytest --ignore 'tests/tests_perf.py'
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/files/, dev-python/tqdm/

2021-08-07 Thread Michał Górny
commit: 77e885e9086bd4b56191173918508573a14a6470
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  7 14:49:40 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  7 14:52:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e885e9

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest  |  1 -
 dev-python/tqdm/files/tqdm-4.61.1-py310.patch | 35 -
 dev-python/tqdm/tqdm-4.61.1.ebuild| 55 ---
 3 files changed, 91 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index f051406858c..d70efdee269 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,3 +1,2 @@
-DIST tqdm-4.61.1.tar.gz 169637 BLAKE2B 
8b89f320e13119b24a9e121747bce0b5c6625c31feb8c427a97e71da52797d9de764ce5e5c41c07d5954a1e5e4e21913335a4691837bc243db473821b2dad1ac
 SHA512 
6092a30389380a511abc8bee7e6144556d6dc1a993ba4a2685707afa2838a12f472aa216ac5e55d144da74f9be1d398d4c6f5352986a200557e4aba67831a505
 DIST tqdm-4.61.2.tar.gz 169665 BLAKE2B 
f5dff67eb549cab0dd667815c25f6e885a2e0cefc2ad68e97fdc09599eb41b13589f7a88d5a445813973454a5e5f835b3139651ec2e09b717db0fd6dc705890e
 SHA512 
bc33e8fe00244f90f61ab51d0c7c0b98d5580efebd9758284d9dbe2a699eabeb0d92871eedc2f95f377e29dd0f7ea4b5247b96cb4cc1687dcfea3a9ed1152ab7
 DIST tqdm-4.62.0.tar.gz 169668 BLAKE2B 
64a3df2f00a4fcba6bb67ae15e04f392a73b54cf7284f3c013ad31d00317e9d84ac2e1feed302137aeb7ea9e3c9d1d730623cbd96e8c76c46df6382435146efa
 SHA512 
dd60d5522b68086410ec5f02574477dcc33a887ef509cc1d1735921dd906f951180d6115680517b3abbd2cf6c4ee1c60b9c950654ea9b7642d52d28052326088

diff --git a/dev-python/tqdm/files/tqdm-4.61.1-py310.patch 
b/dev-python/tqdm/files/tqdm-4.61.1-py310.patch
deleted file mode 100644
index 10cb898d480..000
--- a/dev-python/tqdm/files/tqdm-4.61.1-py310.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From d2a6ec2ab84aec847b1598bb2a777103cea7fc9f Mon Sep 17 00:00:00 2001
-From: Casper da Costa-Luis 
-Date: Sat, 12 Jun 2021 17:39:37 +0100
-Subject: [PATCH] fix py3.10 `asyncio` tests
-
-- fixes #1176

- tqdm/asyncio.py | 7 ++-
- 1 file changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/tqdm/asyncio.py b/tqdm/asyncio.py
-index 0d3ba747d..8f9b4ed6e 100644
 a/tqdm/asyncio.py
-+++ b/tqdm/asyncio.py
-@@ -8,6 +8,7 @@
- ... ...
- """
- import asyncio
-+from sys import version_info
- 
- from .std import tqdm as std_tqdm
- 
-@@ -60,7 +61,11 @@ def as_completed(cls, fs, *, loop=None, timeout=None, 
total=None, **tqdm_kwargs)
- """
- if total is None:
- total = len(fs)
--yield from cls(asyncio.as_completed(fs, loop=loop, timeout=timeout),
-+
-+kwargs = {}
-+if version_info[:2] < (3, 10):
-+kwargs['loop'] = loop
-+yield from cls(asyncio.as_completed(fs, timeout=timeout, **kwargs),
-total=total, **tqdm_kwargs)
- 
- @classmethod

diff --git a/dev-python/tqdm/tqdm-4.61.1.ebuild 
b/dev-python/tqdm/tqdm-4.61.1.ebuild
deleted file mode 100644
index f9721f3b05f..000
--- a/dev-python/tqdm/tqdm-4.61.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 
~x64-macos"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/${P}-py310.patch
-)
-
-python_test() {
-   # Skip unpredictable performance tests
-   epytest --ignore 'tests/tests_perf.py'
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-08-07 Thread Sam James
commit: c74cc75448e4648fea23258e4a6fe0a938a3e8a0
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 14:42:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 14:42:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74cc754

dev-python/tqdm: Stabilize 4.61.2 ALLARCHES, #806935

Signed-off-by: Sam James  gentoo.org>

 dev-python/tqdm/tqdm-4.61.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.61.2.ebuild 
b/dev-python/tqdm/tqdm-4.61.2.ebuild
index be993f73487..dd8d2f22d61 100644
--- a/dev-python/tqdm/tqdm-4.61.2.ebuild
+++ b/dev-python/tqdm/tqdm-4.61.2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-07-28 Thread Marek Szuba
commit: ef247649a33209134af9ba86742a1969fe127d9b
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 28 22:03:18 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 28 23:37:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef247649

dev-python/tqdm: keyword 4.61.2 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/tqdm/tqdm-4.61.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.61.2.ebuild 
b/dev-python/tqdm/tqdm-4.61.2.ebuild
index 376ba7ad038..be993f73487 100644
--- a/dev-python/tqdm/tqdm-4.61.2.ebuild
+++ b/dev-python/tqdm/tqdm-4.61.2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-macos"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-07-07 Thread Michał Górny
commit: acc8020cd2bef65da5da5f2544cb7bfb4945fbc0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  7 06:07:09 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  7 06:33:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc8020c

dev-python/tqdm: Bump to 4.61.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.61.2.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index f9785ed38ea..91e8178c2e3 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1 +1,2 @@
 DIST tqdm-4.61.1.tar.gz 169637 BLAKE2B 
8b89f320e13119b24a9e121747bce0b5c6625c31feb8c427a97e71da52797d9de764ce5e5c41c07d5954a1e5e4e21913335a4691837bc243db473821b2dad1ac
 SHA512 
6092a30389380a511abc8bee7e6144556d6dc1a993ba4a2685707afa2838a12f472aa216ac5e55d144da74f9be1d398d4c6f5352986a200557e4aba67831a505
+DIST tqdm-4.61.2.tar.gz 169665 BLAKE2B 
f5dff67eb549cab0dd667815c25f6e885a2e0cefc2ad68e97fdc09599eb41b13589f7a88d5a445813973454a5e5f835b3139651ec2e09b717db0fd6dc705890e
 SHA512 
bc33e8fe00244f90f61ab51d0c7c0b98d5580efebd9758284d9dbe2a699eabeb0d92871eedc2f95f377e29dd0f7ea4b5247b96cb4cc1687dcfea3a9ed1152ab7

diff --git a/dev-python/tqdm/tqdm-4.61.2.ebuild 
b/dev-python/tqdm/tqdm-4.61.2.ebuild
new file mode 100644
index 000..376ba7ad038
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.61.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   epytest --ignore 'tests/tests_perf.py'
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-07-03 Thread Michał Górny
commit: 6b19c55d09fddcc0ee4c9d3860b110ed1bda30ec
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  3 06:19:56 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  3 06:21:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b19c55d

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  2 --
 dev-python/tqdm/tqdm-4.60.0.ebuild | 53 --
 dev-python/tqdm/tqdm-4.61.0.ebuild | 51 
 3 files changed, 106 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 49ea7abe16c..f9785ed38ea 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,3 +1 @@
-DIST tqdm-4.60.0.tar.gz 174201 BLAKE2B 
78f4e2c2189621b5d276b8a9c75bae1566b05888cce81d8281de358ad2817e9751395bcf529c07620cd1ec4431c78ed7c1400dc96e9c3a99ac92daf2551b2da5
 SHA512 
e76dda97323353725c8e30b254bacfa328b4708d37ba2d21dadd30fd26e76605d8f077f02f2047030c6ab9761710a0e86640153fee0e3a3f972db12266fcfde2
-DIST tqdm-4.61.0.tar.gz 169471 BLAKE2B 
6710b057bc5cab7afc72681c469618b442d47a0aec4300f52a360af41fff082a96d3f67cb650978c924df210a1c56e2856f181d55cdcc5692713d53581932144
 SHA512 
7c13c98572ac2800b695cf38d6de84b348c20967187dfcd3a358fc3abfda509d3b4fbb77272840e1568ed975fc038cfb4034288c72560e09a58fbdc636f1
 DIST tqdm-4.61.1.tar.gz 169637 BLAKE2B 
8b89f320e13119b24a9e121747bce0b5c6625c31feb8c427a97e71da52797d9de764ce5e5c41c07d5954a1e5e4e21913335a4691837bc243db473821b2dad1ac
 SHA512 
6092a30389380a511abc8bee7e6144556d6dc1a993ba4a2685707afa2838a12f472aa216ac5e55d144da74f9be1d398d4c6f5352986a200557e4aba67831a505

diff --git a/dev-python/tqdm/tqdm-4.60.0.ebuild 
b/dev-python/tqdm/tqdm-4.60.0.ebuild
deleted file mode 100644
index 107d99ae72d..000
--- a/dev-python/tqdm/tqdm-4.60.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 
~x64-macos"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   # Skip unpredictable performance tests
-   epytest --ignore 'tests/tests_perf.py'
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/tqdm/tqdm-4.61.0.ebuild 
b/dev-python/tqdm/tqdm-4.61.0.ebuild
deleted file mode 100644
index 4cec8fab24b..000
--- a/dev-python/tqdm/tqdm-4.61.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   # Skip unpredictable performance tests
-   epytest --ignore 'tests/tests_perf.py'
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-07-02 Thread Sam James
commit: 48f6cab2e3d3039192e92c8440df77412f3c9e00
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:28:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:28:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f6cab2

dev-python/tqdm: Stabilize 4.61.1 ALLARCHES, #800049

Signed-off-by: Sam James  gentoo.org>

 dev-python/tqdm/tqdm-4.61.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.61.1.ebuild 
b/dev-python/tqdm/tqdm-4.61.1.ebuild
index 52874533157..f9721f3b05f 100644
--- a/dev-python/tqdm/tqdm-4.61.1.ebuild
+++ b/dev-python/tqdm/tqdm-4.61.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 
~x64-macos"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/files/, dev-python/tqdm/

2021-06-13 Thread Michał Górny
commit: 336b08c335da578ffcc00b9bec66cb64ec0c8f56
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 13 11:09:19 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 13 11:27:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336b08c3

dev-python/tqdm: Enable py3.10

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/files/tqdm-4.61.1-py310.patch | 35 +++
 dev-python/tqdm/tqdm-4.61.1.ebuild|  6 -
 2 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/dev-python/tqdm/files/tqdm-4.61.1-py310.patch 
b/dev-python/tqdm/files/tqdm-4.61.1-py310.patch
new file mode 100644
index 000..10cb898d480
--- /dev/null
+++ b/dev-python/tqdm/files/tqdm-4.61.1-py310.patch
@@ -0,0 +1,35 @@
+From d2a6ec2ab84aec847b1598bb2a777103cea7fc9f Mon Sep 17 00:00:00 2001
+From: Casper da Costa-Luis 
+Date: Sat, 12 Jun 2021 17:39:37 +0100
+Subject: [PATCH] fix py3.10 `asyncio` tests
+
+- fixes #1176
+---
+ tqdm/asyncio.py | 7 ++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/tqdm/asyncio.py b/tqdm/asyncio.py
+index 0d3ba747d..8f9b4ed6e 100644
+--- a/tqdm/asyncio.py
 b/tqdm/asyncio.py
+@@ -8,6 +8,7 @@
+ ... ...
+ """
+ import asyncio
++from sys import version_info
+ 
+ from .std import tqdm as std_tqdm
+ 
+@@ -60,7 +61,11 @@ def as_completed(cls, fs, *, loop=None, timeout=None, 
total=None, **tqdm_kwargs)
+ """
+ if total is None:
+ total = len(fs)
+-yield from cls(asyncio.as_completed(fs, loop=loop, timeout=timeout),
++
++kwargs = {}
++if version_info[:2] < (3, 10):
++kwargs['loop'] = loop
++yield from cls(asyncio.as_completed(fs, timeout=timeout, **kwargs),
+total=total, **tqdm_kwargs)
+ 
+ @classmethod

diff --git a/dev-python/tqdm/tqdm-4.61.1.ebuild 
b/dev-python/tqdm/tqdm-4.61.1.ebuild
index efd3b71ffe2..52874533157 100644
--- a/dev-python/tqdm/tqdm-4.61.1.ebuild
+++ b/dev-python/tqdm/tqdm-4.61.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{8..9} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 inherit distutils-r1
 
 if [[ ${PV} ==  ]]; then
@@ -31,6 +31,10 @@ BDEPEND="
 
 distutils_enable_tests pytest
 
+PATCHES=(
+   "${FILESDIR}"/${P}-py310.patch
+)
+
 python_test() {
# Skip unpredictable performance tests
epytest --ignore 'tests/tests_perf.py'



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-06-12 Thread Michał Górny
commit: aaf3e47f5167279484e0d1e7501c399665dd4b24
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 12 20:12:10 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 12 21:01:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf3e47f

dev-python/tqdm: Bump to 4.61.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.61.1.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index d710ebbec9f..49ea7abe16c 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,2 +1,3 @@
 DIST tqdm-4.60.0.tar.gz 174201 BLAKE2B 
78f4e2c2189621b5d276b8a9c75bae1566b05888cce81d8281de358ad2817e9751395bcf529c07620cd1ec4431c78ed7c1400dc96e9c3a99ac92daf2551b2da5
 SHA512 
e76dda97323353725c8e30b254bacfa328b4708d37ba2d21dadd30fd26e76605d8f077f02f2047030c6ab9761710a0e86640153fee0e3a3f972db12266fcfde2
 DIST tqdm-4.61.0.tar.gz 169471 BLAKE2B 
6710b057bc5cab7afc72681c469618b442d47a0aec4300f52a360af41fff082a96d3f67cb650978c924df210a1c56e2856f181d55cdcc5692713d53581932144
 SHA512 
7c13c98572ac2800b695cf38d6de84b348c20967187dfcd3a358fc3abfda509d3b4fbb77272840e1568ed975fc038cfb4034288c72560e09a58fbdc636f1
+DIST tqdm-4.61.1.tar.gz 169637 BLAKE2B 
8b89f320e13119b24a9e121747bce0b5c6625c31feb8c427a97e71da52797d9de764ce5e5c41c07d5954a1e5e4e21913335a4691837bc243db473821b2dad1ac
 SHA512 
6092a30389380a511abc8bee7e6144556d6dc1a993ba4a2685707afa2838a12f472aa216ac5e55d144da74f9be1d398d4c6f5352986a200557e4aba67831a505

diff --git a/dev-python/tqdm/tqdm-4.61.1.ebuild 
b/dev-python/tqdm/tqdm-4.61.1.ebuild
new file mode 100644
index 000..efd3b71ffe2
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.61.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{8..9} )
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   epytest --ignore 'tests/tests_perf.py'
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-05-24 Thread Michał Górny
commit: 4c6dc19b6bf0acf31076e7905e5e006ea58bb088
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 25 04:40:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 25 04:57:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6dc19b

dev-python/tqdm: Bump to 4.61.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.61.0.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 1a6e028754a..d710ebbec9f 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1 +1,2 @@
 DIST tqdm-4.60.0.tar.gz 174201 BLAKE2B 
78f4e2c2189621b5d276b8a9c75bae1566b05888cce81d8281de358ad2817e9751395bcf529c07620cd1ec4431c78ed7c1400dc96e9c3a99ac92daf2551b2da5
 SHA512 
e76dda97323353725c8e30b254bacfa328b4708d37ba2d21dadd30fd26e76605d8f077f02f2047030c6ab9761710a0e86640153fee0e3a3f972db12266fcfde2
+DIST tqdm-4.61.0.tar.gz 169471 BLAKE2B 
6710b057bc5cab7afc72681c469618b442d47a0aec4300f52a360af41fff082a96d3f67cb650978c924df210a1c56e2856f181d55cdcc5692713d53581932144
 SHA512 
7c13c98572ac2800b695cf38d6de84b348c20967187dfcd3a358fc3abfda509d3b4fbb77272840e1568ed975fc038cfb4034288c72560e09a58fbdc636f1

diff --git a/dev-python/tqdm/tqdm-4.61.0.ebuild 
b/dev-python/tqdm/tqdm-4.61.0.ebuild
new file mode 100644
index 000..4cec8fab24b
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.61.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   epytest --ignore 'tests/tests_perf.py'
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-05-06 Thread Michał Górny
commit: e5d1a738a604996cea934321ed0440161e24c91d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  6 11:02:00 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  6 11:02:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d1a738

dev-python/tqdm: Remove old (py3.7)

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 -
 dev-python/tqdm/tqdm-4.59.0.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index b1d1eacd537..1a6e028754a 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,2 +1 @@
-DIST tqdm-4.59.0.tar.gz 168620 BLAKE2B 
0e3467c777d36bcfaa9f004a587bff70f171cfd7ecdca46d3a6f894afa3694873b7c50c860da31b0147f3233bb419e0c74762797d64e79b938bea813f8a38b92
 SHA512 
be7ffe2f5e28dd2c653fdafd26cdfab6c89f1fd257420f9ab47460230318183b4934370261d7d5939d05f55b907e2d3982cbef078d372d9a4167e1df42c895a8
 DIST tqdm-4.60.0.tar.gz 174201 BLAKE2B 
78f4e2c2189621b5d276b8a9c75bae1566b05888cce81d8281de358ad2817e9751395bcf529c07620cd1ec4431c78ed7c1400dc96e9c3a99ac92daf2551b2da5
 SHA512 
e76dda97323353725c8e30b254bacfa328b4708d37ba2d21dadd30fd26e76605d8f077f02f2047030c6ab9761710a0e86640153fee0e3a3f972db12266fcfde2

diff --git a/dev-python/tqdm/tqdm-4.59.0.ebuild 
b/dev-python/tqdm/tqdm-4.59.0.ebuild
deleted file mode 100644
index 9f4656c2957..000
--- a/dev-python/tqdm/tqdm-4.59.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 
~x64-macos"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   # Skip unpredictable performance tests
-   pytest -vv --ignore 'tests/tests_perf.py' ||
-   die "Tests failed with ${EPYTHON}"
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-05-06 Thread Sam James
commit: 2d42523e6145c59eae835d6e491085eb3773cfa5
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 09:56:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 09:56:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d42523e

dev-python/tqdm: Stabilize 4.60.0 ALLARCHES, #788562

Signed-off-by: Sam James  gentoo.org>

 dev-python/tqdm/tqdm-4.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.60.0.ebuild 
b/dev-python/tqdm/tqdm-4.60.0.ebuild
index 0dadeb0d6b7..107d99ae72d 100644
--- a/dev-python/tqdm/tqdm-4.60.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.60.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 
~x64-macos"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-04-06 Thread Michał Górny
commit: f6c4baaa2e79bab0638db0719bc09940d18f0741
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  6 06:35:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  6 07:22:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c4baaa

dev-python/tqdm: Bump to 4.60.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.60.0.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index fb6585fc6c5..b1d1eacd537 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1 +1,2 @@
 DIST tqdm-4.59.0.tar.gz 168620 BLAKE2B 
0e3467c777d36bcfaa9f004a587bff70f171cfd7ecdca46d3a6f894afa3694873b7c50c860da31b0147f3233bb419e0c74762797d64e79b938bea813f8a38b92
 SHA512 
be7ffe2f5e28dd2c653fdafd26cdfab6c89f1fd257420f9ab47460230318183b4934370261d7d5939d05f55b907e2d3982cbef078d372d9a4167e1df42c895a8
+DIST tqdm-4.60.0.tar.gz 174201 BLAKE2B 
78f4e2c2189621b5d276b8a9c75bae1566b05888cce81d8281de358ad2817e9751395bcf529c07620cd1ec4431c78ed7c1400dc96e9c3a99ac92daf2551b2da5
 SHA512 
e76dda97323353725c8e30b254bacfa328b4708d37ba2d21dadd30fd26e76605d8f077f02f2047030c6ab9761710a0e86640153fee0e3a3f972db12266fcfde2

diff --git a/dev-python/tqdm/tqdm-4.60.0.ebuild 
b/dev-python/tqdm/tqdm-4.60.0.ebuild
new file mode 100644
index 000..0dadeb0d6b7
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.60.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   epytest --ignore 'tests/tests_perf.py'
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-04-05 Thread Michał Górny
commit: a4fffb8ec4b02fb2886cd39df3ed7f05e8f09bfb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr  5 17:59:09 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr  5 17:59:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4fffb8e

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 -
 dev-python/tqdm/tqdm-4.58.0.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 5292b795f00..fb6585fc6c5 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,2 +1 @@
-DIST tqdm-4.58.0.tar.gz 167844 BLAKE2B 
9a28aa91b330714f6f4d178ca793f9bc1ce5988417b38dc5a9af06c36b8949d0f23de846bc1fb87f7dac2a3b09028c4d216659f84a8ce2125de0a7870d8bc4b4
 SHA512 
a97a7fc1d5a181d326e91bd017cf9737fd2322f375b8efe5e53c8e49c7986edcdea39086f5057a6d2584a16e2a45b5a679055ba08c83d813fff0a61050b71b45
 DIST tqdm-4.59.0.tar.gz 168620 BLAKE2B 
0e3467c777d36bcfaa9f004a587bff70f171cfd7ecdca46d3a6f894afa3694873b7c50c860da31b0147f3233bb419e0c74762797d64e79b938bea813f8a38b92
 SHA512 
be7ffe2f5e28dd2c653fdafd26cdfab6c89f1fd257420f9ab47460230318183b4934370261d7d5939d05f55b907e2d3982cbef078d372d9a4167e1df42c895a8

diff --git a/dev-python/tqdm/tqdm-4.58.0.ebuild 
b/dev-python/tqdm/tqdm-4.58.0.ebuild
deleted file mode 100644
index 9f4656c2957..000
--- a/dev-python/tqdm/tqdm-4.58.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 
~x64-macos"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   # Skip unpredictable performance tests
-   pytest -vv --ignore 'tests/tests_perf.py' ||
-   die "Tests failed with ${EPYTHON}"
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-03-30 Thread Michał Górny
commit: 245394a2b419387c7bf3eb7a28d2f634fc8c4100
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 30 11:09:52 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 30 11:09:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245394a2

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 -
 dev-python/tqdm/tqdm-4.57.0.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index bc4ff621566..5292b795f00 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,3 +1,2 @@
-DIST tqdm-4.57.0.tar.gz 167590 BLAKE2B 
30852febdcb69d1f0c6a7416ec7611a79896d643e18c658bb19e52196b4998d8ff9ef708c92d09d9804d8c0210b378dc8a3d58ef2b788a65835cd95ddf3406e4
 SHA512 
5393ffe6cbb5b41a3c51efdd14169936fcae9dd635b7a35d64f44157f2c855914dbd5c8aa933c4830a16867c83a73c0734e0ebee548392d2c73cae4e6aba531f
 DIST tqdm-4.58.0.tar.gz 167844 BLAKE2B 
9a28aa91b330714f6f4d178ca793f9bc1ce5988417b38dc5a9af06c36b8949d0f23de846bc1fb87f7dac2a3b09028c4d216659f84a8ce2125de0a7870d8bc4b4
 SHA512 
a97a7fc1d5a181d326e91bd017cf9737fd2322f375b8efe5e53c8e49c7986edcdea39086f5057a6d2584a16e2a45b5a679055ba08c83d813fff0a61050b71b45
 DIST tqdm-4.59.0.tar.gz 168620 BLAKE2B 
0e3467c777d36bcfaa9f004a587bff70f171cfd7ecdca46d3a6f894afa3694873b7c50c860da31b0147f3233bb419e0c74762797d64e79b938bea813f8a38b92
 SHA512 
be7ffe2f5e28dd2c653fdafd26cdfab6c89f1fd257420f9ab47460230318183b4934370261d7d5939d05f55b907e2d3982cbef078d372d9a4167e1df42c895a8

diff --git a/dev-python/tqdm/tqdm-4.57.0.ebuild 
b/dev-python/tqdm/tqdm-4.57.0.ebuild
deleted file mode 100644
index 9f4656c2957..000
--- a/dev-python/tqdm/tqdm-4.57.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 
~x64-macos"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   # Skip unpredictable performance tests
-   pytest -vv --ignore 'tests/tests_perf.py' ||
-   die "Tests failed with ${EPYTHON}"
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-03-30 Thread Sam James
commit: 1778611fcf2ef0aae57a14bc2717e050bef22839
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 30 00:26:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 30 00:28:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1778611f

dev-python/tqdm: Stabilize 4.58.0 ALLARCHES, #779307

Signed-off-by: Sam James  gentoo.org>

 dev-python/tqdm/tqdm-4.58.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.58.0.ebuild 
b/dev-python/tqdm/tqdm-4.58.0.ebuild
index 0bf4e4570b8..9f4656c2957 100644
--- a/dev-python/tqdm/tqdm-4.58.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.58.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 
~x64-macos"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-03-25 Thread Michał Górny
commit: ec0761df36c1195b65c8b976cd7b5d44c7ac36df
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 25 16:53:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 25 19:09:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec0761df

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 -
 dev-python/tqdm/tqdm-4.56.2.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 96e06b2cf1c..bc4ff621566 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,4 +1,3 @@
-DIST tqdm-4.56.2.tar.gz 167040 BLAKE2B 
c1754cb262977688365c6bf17ec6b6ec31704cdb22aaf05261653c4c9609bdbd16863a15f58a7fe0fb2c0983513b091be55dbca48a0a7b1177a4d017d6800ce0
 SHA512 
8e7ec199c43a3cdb69bdbfaaec33c11ce8b337255eff4ae6af9928c2a2c5adb065698538562020c9f0a29a63671cbbfcf2c4c9ccb25bec0ec1d8ae8df66516c3
 DIST tqdm-4.57.0.tar.gz 167590 BLAKE2B 
30852febdcb69d1f0c6a7416ec7611a79896d643e18c658bb19e52196b4998d8ff9ef708c92d09d9804d8c0210b378dc8a3d58ef2b788a65835cd95ddf3406e4
 SHA512 
5393ffe6cbb5b41a3c51efdd14169936fcae9dd635b7a35d64f44157f2c855914dbd5c8aa933c4830a16867c83a73c0734e0ebee548392d2c73cae4e6aba531f
 DIST tqdm-4.58.0.tar.gz 167844 BLAKE2B 
9a28aa91b330714f6f4d178ca793f9bc1ce5988417b38dc5a9af06c36b8949d0f23de846bc1fb87f7dac2a3b09028c4d216659f84a8ce2125de0a7870d8bc4b4
 SHA512 
a97a7fc1d5a181d326e91bd017cf9737fd2322f375b8efe5e53c8e49c7986edcdea39086f5057a6d2584a16e2a45b5a679055ba08c83d813fff0a61050b71b45
 DIST tqdm-4.59.0.tar.gz 168620 BLAKE2B 
0e3467c777d36bcfaa9f004a587bff70f171cfd7ecdca46d3a6f894afa3694873b7c50c860da31b0147f3233bb419e0c74762797d64e79b938bea813f8a38b92
 SHA512 
be7ffe2f5e28dd2c653fdafd26cdfab6c89f1fd257420f9ab47460230318183b4934370261d7d5939d05f55b907e2d3982cbef078d372d9a4167e1df42c895a8

diff --git a/dev-python/tqdm/tqdm-4.56.2.ebuild 
b/dev-python/tqdm/tqdm-4.56.2.ebuild
deleted file mode 100644
index 9f4656c2957..000
--- a/dev-python/tqdm/tqdm-4.56.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 
~x64-macos"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   # Skip unpredictable performance tests
-   pytest -vv --ignore 'tests/tests_perf.py' ||
-   die "Tests failed with ${EPYTHON}"
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-03-25 Thread Sam James
commit: 04f9041f0377b88d1d1cba63af48c044c655
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 25 14:10:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 25 14:10:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04f9041f

dev-python/tqdm: Stabilize 4.57.0 ALLARCHES, #778152

Signed-off-by: Sam James  gentoo.org>

 dev-python/tqdm/tqdm-4.57.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.57.0.ebuild 
b/dev-python/tqdm/tqdm-4.57.0.ebuild
index 0bf4e4570b8..9f4656c2957 100644
--- a/dev-python/tqdm/tqdm-4.57.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.57.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 
~x64-macos"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-03-14 Thread Michał Górny
commit: 07c7856439eba5ba5e3241a6475b7d7876735781
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 14 22:37:42 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 14 22:37:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c78564

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 -
 dev-python/tqdm/tqdm-4.55.2.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 10e06abaa66..96e06b2cf1c 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,4 +1,3 @@
-DIST tqdm-4.55.2.tar.gz 162632 BLAKE2B 
02e49f442c8d5ad3799de143dd8a188796293253e836c24d04e75aa45f7cbeecb967f1503467ca7486dfd412538da6f7a3aa4c674e16f0da3954f44347c5a498
 SHA512 
f61f28f2b8f7c4d848e31a3d791822a0433573b36aa900d055e1919b555b84ee36d988c6f51d6951355e70821f4d24bee72bdd4472262ea55ea012ff0556b0df
 DIST tqdm-4.56.2.tar.gz 167040 BLAKE2B 
c1754cb262977688365c6bf17ec6b6ec31704cdb22aaf05261653c4c9609bdbd16863a15f58a7fe0fb2c0983513b091be55dbca48a0a7b1177a4d017d6800ce0
 SHA512 
8e7ec199c43a3cdb69bdbfaaec33c11ce8b337255eff4ae6af9928c2a2c5adb065698538562020c9f0a29a63671cbbfcf2c4c9ccb25bec0ec1d8ae8df66516c3
 DIST tqdm-4.57.0.tar.gz 167590 BLAKE2B 
30852febdcb69d1f0c6a7416ec7611a79896d643e18c658bb19e52196b4998d8ff9ef708c92d09d9804d8c0210b378dc8a3d58ef2b788a65835cd95ddf3406e4
 SHA512 
5393ffe6cbb5b41a3c51efdd14169936fcae9dd635b7a35d64f44157f2c855914dbd5c8aa933c4830a16867c83a73c0734e0ebee548392d2c73cae4e6aba531f
 DIST tqdm-4.58.0.tar.gz 167844 BLAKE2B 
9a28aa91b330714f6f4d178ca793f9bc1ce5988417b38dc5a9af06c36b8949d0f23de846bc1fb87f7dac2a3b09028c4d216659f84a8ce2125de0a7870d8bc4b4
 SHA512 
a97a7fc1d5a181d326e91bd017cf9737fd2322f375b8efe5e53c8e49c7986edcdea39086f5057a6d2584a16e2a45b5a679055ba08c83d813fff0a61050b71b45

diff --git a/dev-python/tqdm/tqdm-4.55.2.ebuild 
b/dev-python/tqdm/tqdm-4.55.2.ebuild
deleted file mode 100644
index 9f4656c2957..000
--- a/dev-python/tqdm/tqdm-4.55.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 
~x64-macos"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   # Skip unpredictable performance tests
-   pytest -vv --ignore 'tests/tests_perf.py' ||
-   die "Tests failed with ${EPYTHON}"
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-03-14 Thread Sam James
commit: a55c5a312b447d006e4fd105263638c35052ac2a
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 14 22:32:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 14 22:32:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55c5a31

dev-python/tqdm: Stabilize 4.56.2 ALLARCHES, #776139

Signed-off-by: Sam James  gentoo.org>

 dev-python/tqdm/tqdm-4.56.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.56.2.ebuild 
b/dev-python/tqdm/tqdm-4.56.2.ebuild
index 0bf4e4570b8..9f4656c2957 100644
--- a/dev-python/tqdm/tqdm-4.56.2.ebuild
+++ b/dev-python/tqdm/tqdm-4.56.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 
~x64-macos"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-03-05 Thread Michał Górny
commit: 4aee2cd3b2c683d8f4e68ba1d560f4c95f6912bf
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar  5 21:02:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  5 21:06:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aee2cd3

dev-python/tqdm: Bump to 4.59.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.59.0.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index c5918dd5ec6..10e06abaa66 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -2,3 +2,4 @@ DIST tqdm-4.55.2.tar.gz 162632 BLAKE2B 
02e49f442c8d5ad3799de143dd8a188796293253e
 DIST tqdm-4.56.2.tar.gz 167040 BLAKE2B 
c1754cb262977688365c6bf17ec6b6ec31704cdb22aaf05261653c4c9609bdbd16863a15f58a7fe0fb2c0983513b091be55dbca48a0a7b1177a4d017d6800ce0
 SHA512 
8e7ec199c43a3cdb69bdbfaaec33c11ce8b337255eff4ae6af9928c2a2c5adb065698538562020c9f0a29a63671cbbfcf2c4c9ccb25bec0ec1d8ae8df66516c3
 DIST tqdm-4.57.0.tar.gz 167590 BLAKE2B 
30852febdcb69d1f0c6a7416ec7611a79896d643e18c658bb19e52196b4998d8ff9ef708c92d09d9804d8c0210b378dc8a3d58ef2b788a65835cd95ddf3406e4
 SHA512 
5393ffe6cbb5b41a3c51efdd14169936fcae9dd635b7a35d64f44157f2c855914dbd5c8aa933c4830a16867c83a73c0734e0ebee548392d2c73cae4e6aba531f
 DIST tqdm-4.58.0.tar.gz 167844 BLAKE2B 
9a28aa91b330714f6f4d178ca793f9bc1ce5988417b38dc5a9af06c36b8949d0f23de846bc1fb87f7dac2a3b09028c4d216659f84a8ce2125de0a7870d8bc4b4
 SHA512 
a97a7fc1d5a181d326e91bd017cf9737fd2322f375b8efe5e53c8e49c7986edcdea39086f5057a6d2584a16e2a45b5a679055ba08c83d813fff0a61050b71b45
+DIST tqdm-4.59.0.tar.gz 168620 BLAKE2B 
0e3467c777d36bcfaa9f004a587bff70f171cfd7ecdca46d3a6f894afa3694873b7c50c860da31b0147f3233bb419e0c74762797d64e79b938bea813f8a38b92
 SHA512 
be7ffe2f5e28dd2c653fdafd26cdfab6c89f1fd257420f9ab47460230318183b4934370261d7d5939d05f55b907e2d3982cbef078d372d9a4167e1df42c895a8

diff --git a/dev-python/tqdm/tqdm-4.59.0.ebuild 
b/dev-python/tqdm/tqdm-4.59.0.ebuild
new file mode 100644
index 000..0bf4e4570b8
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.59.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   pytest -vv --ignore 'tests/tests_perf.py' ||
+   die "Tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-02-25 Thread Michał Górny
commit: 248b691a46d0ccab9962b0f811a8eaad02d8d7b0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 25 19:45:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 25 20:00:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=248b691a

dev-python/tqdm: Bump to 4.58.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.58.0.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 252e8ae99ba..c5918dd5ec6 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,3 +1,4 @@
 DIST tqdm-4.55.2.tar.gz 162632 BLAKE2B 
02e49f442c8d5ad3799de143dd8a188796293253e836c24d04e75aa45f7cbeecb967f1503467ca7486dfd412538da6f7a3aa4c674e16f0da3954f44347c5a498
 SHA512 
f61f28f2b8f7c4d848e31a3d791822a0433573b36aa900d055e1919b555b84ee36d988c6f51d6951355e70821f4d24bee72bdd4472262ea55ea012ff0556b0df
 DIST tqdm-4.56.2.tar.gz 167040 BLAKE2B 
c1754cb262977688365c6bf17ec6b6ec31704cdb22aaf05261653c4c9609bdbd16863a15f58a7fe0fb2c0983513b091be55dbca48a0a7b1177a4d017d6800ce0
 SHA512 
8e7ec199c43a3cdb69bdbfaaec33c11ce8b337255eff4ae6af9928c2a2c5adb065698538562020c9f0a29a63671cbbfcf2c4c9ccb25bec0ec1d8ae8df66516c3
 DIST tqdm-4.57.0.tar.gz 167590 BLAKE2B 
30852febdcb69d1f0c6a7416ec7611a79896d643e18c658bb19e52196b4998d8ff9ef708c92d09d9804d8c0210b378dc8a3d58ef2b788a65835cd95ddf3406e4
 SHA512 
5393ffe6cbb5b41a3c51efdd14169936fcae9dd635b7a35d64f44157f2c855914dbd5c8aa933c4830a16867c83a73c0734e0ebee548392d2c73cae4e6aba531f
+DIST tqdm-4.58.0.tar.gz 167844 BLAKE2B 
9a28aa91b330714f6f4d178ca793f9bc1ce5988417b38dc5a9af06c36b8949d0f23de846bc1fb87f7dac2a3b09028c4d216659f84a8ce2125de0a7870d8bc4b4
 SHA512 
a97a7fc1d5a181d326e91bd017cf9737fd2322f375b8efe5e53c8e49c7986edcdea39086f5057a6d2584a16e2a45b5a679055ba08c83d813fff0a61050b71b45

diff --git a/dev-python/tqdm/tqdm-4.58.0.ebuild 
b/dev-python/tqdm/tqdm-4.58.0.ebuild
new file mode 100644
index 000..0bf4e4570b8
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.58.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   pytest -vv --ignore 'tests/tests_perf.py' ||
+   die "Tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-02-22 Thread David Seifert
commit: 11e68af751e1f1d9e06090d59ca2717a449decaf
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 22 11:35:59 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 22 11:35:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e68af7

dev-python/tqdm: Remove proxy maintainer

* The proxy maintainer has never shown any sign
  of active maintenance of this package.

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: David Seifert  gentoo.org>

 dev-python/tqdm/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-python/tqdm/metadata.xml b/dev-python/tqdm/metadata.xml
index 3625874f6b1..9ab5e65d01d 100644
--- a/dev-python/tqdm/metadata.xml
+++ b/dev-python/tqdm/metadata.xml
@@ -1,14 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   gen...@chymera.eu
-   Horea Christian
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

pyt...@gentoo.org
Python



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-02-19 Thread Michał Górny
commit: 04d472c37aa94af648491ed6475b5ab72817d68e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 19 08:59:47 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 19 08:59:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d472c3

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  4 ---
 dev-python/tqdm/tqdm-4.55.0.ebuild | 50 ---
 dev-python/tqdm/tqdm-4.55.1.ebuild | 53 -
 dev-python/tqdm/tqdm-4.56.0.ebuild | 54 --
 dev-python/tqdm/tqdm-4.56.1.ebuild | 54 --
 5 files changed, 215 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index b684a5ce5c7..252e8ae99ba 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,7 +1,3 @@
-DIST tqdm-4.55.0.tar.gz 161594 BLAKE2B 
890bbb47db356678be2c3edd893d70b085f5bc8fefbf87f12ba8c69fe14ac523a1eed6e335fb84f2ff43b2b0fea901411f8a72b24212cb2ad5ef4955ec8f2df5
 SHA512 
84062f7d2a109e4067e0868990b6e53578c7c2ec2b81a0cbdc980c91d2d82a8bda37e0c9688777fcf14cc80b7ddf7b28b7a5acfe37608e37903fe45908103913
-DIST tqdm-4.55.1.tar.gz 161638 BLAKE2B 
0149269f1ea854589647deb4ddd7415748924942ecc03d5fd6231470e5df959c1b8034d4d8416d83aa0a43ad1fafed15789f7ebaac12e5d525a7fe0bee88752a
 SHA512 
82a6d3d8e10d4c46e40e03e557febe9f7cac3cc01c01c9e29b20cf8f2adcc7370829fe5d4497ff0edb506bf38b9ec14de86377d1bbd9b8b9e57687d951ae683f
 DIST tqdm-4.55.2.tar.gz 162632 BLAKE2B 
02e49f442c8d5ad3799de143dd8a188796293253e836c24d04e75aa45f7cbeecb967f1503467ca7486dfd412538da6f7a3aa4c674e16f0da3954f44347c5a498
 SHA512 
f61f28f2b8f7c4d848e31a3d791822a0433573b36aa900d055e1919b555b84ee36d988c6f51d6951355e70821f4d24bee72bdd4472262ea55ea012ff0556b0df
-DIST tqdm-4.56.0.tar.gz 166848 BLAKE2B 
d2239ff7efd9c91b7101357b6c7d352c42c49c41c34209092fdfe420e090458581aed61f2ddff09d1c64539eed0d83eb240e6b467b82193016cf13bac94f3313
 SHA512 
c65eb167063c4b6a0931a6f19fb2e4d88eb92fe3f3118c0247cd0e148220523097c4419289428d2a4c22cc187011d78cba32fc080eb2cbe352f873e29646094e
-DIST tqdm-4.56.1.tar.gz 166899 BLAKE2B 
11c40049ee2d3ce890a6a443432fd2834b177ea4d19549c179dcc9da6bcd71093b54a5f2a7027ab40e9c5c7bf48581c7fe4cd4ad819a3d60a8e3c7c5537fd357
 SHA512 
4b940bbf2fdd1093e1e0c50f17de7231dd58b0f04d9a8a97df4835f23e46b7b58f68e1ad96f77b191cae49e80498fd31ae67ff4fb4db821d90ec85bf83d48043
 DIST tqdm-4.56.2.tar.gz 167040 BLAKE2B 
c1754cb262977688365c6bf17ec6b6ec31704cdb22aaf05261653c4c9609bdbd16863a15f58a7fe0fb2c0983513b091be55dbca48a0a7b1177a4d017d6800ce0
 SHA512 
8e7ec199c43a3cdb69bdbfaaec33c11ce8b337255eff4ae6af9928c2a2c5adb065698538562020c9f0a29a63671cbbfcf2c4c9ccb25bec0ec1d8ae8df66516c3
 DIST tqdm-4.57.0.tar.gz 167590 BLAKE2B 
30852febdcb69d1f0c6a7416ec7611a79896d643e18c658bb19e52196b4998d8ff9ef708c92d09d9804d8c0210b378dc8a3d58ef2b788a65835cd95ddf3406e4
 SHA512 
5393ffe6cbb5b41a3c51efdd14169936fcae9dd635b7a35d64f44157f2c855914dbd5c8aa933c4830a16867c83a73c0734e0ebee548392d2c73cae4e6aba531f

diff --git a/dev-python/tqdm/tqdm-4.55.0.ebuild 
b/dev-python/tqdm/tqdm-4.55.0.ebuild
deleted file mode 100644
index 1e87eb808d0..000
--- a/dev-python/tqdm/tqdm-4.55.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 
~x64-macos"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_test() {
-   # Skip unpredictable performance tests
-   pytest -vv --ignore 'tests/tests_perf.py' ||
-   die "Tests failed with ${EPYTHON}"
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/tqdm/tqdm-4.55.1.ebuild 
b/dev-python/tqdm/tqdm-4.55.1.ebuild
deleted file mode 100644
index 81b4fb49848..000
--- a/dev-python/tqdm/tqdm-4.55.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( 

[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-02-18 Thread Sam James
commit: 3539d46af8a75738f0a2d29e0e456a8f82cd23eb
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 19 03:55:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 19 03:55:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3539d46a

dev-python/tqdm: Stabilize 4.55.2 ALLARCHES, #771492

Signed-off-by: Sam James  gentoo.org>

 dev-python/tqdm/tqdm-4.55.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.55.2.ebuild 
b/dev-python/tqdm/tqdm-4.55.2.ebuild
index 0bf4e4570b8..9f4656c2957 100644
--- a/dev-python/tqdm/tqdm-4.55.2.ebuild
+++ b/dev-python/tqdm/tqdm-4.55.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 
~x64-macos"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-02-18 Thread Sam James
commit: 0acba543fe203fa8abbc1998f54b3fae9beba80d
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 19 03:30:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 19 03:31:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0acba543

dev-python/tqdm: add dev-python/pytest-timeout dep to 4.55.2 too

Bug: https://bugs.gentoo.org/771492
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/tqdm/tqdm-4.55.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/tqdm/tqdm-4.55.2.ebuild 
b/dev-python/tqdm/tqdm-4.55.2.ebuild
index 81b4fb49848..0bf4e4570b8 100644
--- a/dev-python/tqdm/tqdm-4.55.2.ebuild
+++ b/dev-python/tqdm/tqdm-4.55.2.ebuild
@@ -28,6 +28,7 @@ BDEPEND="
dev-python/toml[${PYTHON_USEDEP}]
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
)"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-02-18 Thread Michał Górny
commit: 5ce9807c146a92d4a4ea2a266dec32b09a91ec6c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 18 08:55:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 18 09:17:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce9807c

dev-python/tqdm: Bump to 4.57.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.57.0.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 94caac801d3..b684a5ce5c7 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -4,3 +4,4 @@ DIST tqdm-4.55.2.tar.gz 162632 BLAKE2B 
02e49f442c8d5ad3799de143dd8a188796293253e
 DIST tqdm-4.56.0.tar.gz 166848 BLAKE2B 
d2239ff7efd9c91b7101357b6c7d352c42c49c41c34209092fdfe420e090458581aed61f2ddff09d1c64539eed0d83eb240e6b467b82193016cf13bac94f3313
 SHA512 
c65eb167063c4b6a0931a6f19fb2e4d88eb92fe3f3118c0247cd0e148220523097c4419289428d2a4c22cc187011d78cba32fc080eb2cbe352f873e29646094e
 DIST tqdm-4.56.1.tar.gz 166899 BLAKE2B 
11c40049ee2d3ce890a6a443432fd2834b177ea4d19549c179dcc9da6bcd71093b54a5f2a7027ab40e9c5c7bf48581c7fe4cd4ad819a3d60a8e3c7c5537fd357
 SHA512 
4b940bbf2fdd1093e1e0c50f17de7231dd58b0f04d9a8a97df4835f23e46b7b58f68e1ad96f77b191cae49e80498fd31ae67ff4fb4db821d90ec85bf83d48043
 DIST tqdm-4.56.2.tar.gz 167040 BLAKE2B 
c1754cb262977688365c6bf17ec6b6ec31704cdb22aaf05261653c4c9609bdbd16863a15f58a7fe0fb2c0983513b091be55dbca48a0a7b1177a4d017d6800ce0
 SHA512 
8e7ec199c43a3cdb69bdbfaaec33c11ce8b337255eff4ae6af9928c2a2c5adb065698538562020c9f0a29a63671cbbfcf2c4c9ccb25bec0ec1d8ae8df66516c3
+DIST tqdm-4.57.0.tar.gz 167590 BLAKE2B 
30852febdcb69d1f0c6a7416ec7611a79896d643e18c658bb19e52196b4998d8ff9ef708c92d09d9804d8c0210b378dc8a3d58ef2b788a65835cd95ddf3406e4
 SHA512 
5393ffe6cbb5b41a3c51efdd14169936fcae9dd635b7a35d64f44157f2c855914dbd5c8aa933c4830a16867c83a73c0734e0ebee548392d2c73cae4e6aba531f

diff --git a/dev-python/tqdm/tqdm-4.57.0.ebuild 
b/dev-python/tqdm/tqdm-4.57.0.ebuild
new file mode 100644
index 000..0bf4e4570b8
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.57.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   pytest -vv --ignore 'tests/tests_perf.py' ||
+   die "Tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-02-10 Thread Michał Górny
commit: 96347408c4db3568d2f2adcf3fc08689cdc4eb8a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 10 22:38:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 10 22:50:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96347408

dev-python/tqdm: Bump to 4.56.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.56.2.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 58f5f4893a7..94caac801d3 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -3,3 +3,4 @@ DIST tqdm-4.55.1.tar.gz 161638 BLAKE2B 
0149269f1ea854589647deb4ddd7415748924942e
 DIST tqdm-4.55.2.tar.gz 162632 BLAKE2B 
02e49f442c8d5ad3799de143dd8a188796293253e836c24d04e75aa45f7cbeecb967f1503467ca7486dfd412538da6f7a3aa4c674e16f0da3954f44347c5a498
 SHA512 
f61f28f2b8f7c4d848e31a3d791822a0433573b36aa900d055e1919b555b84ee36d988c6f51d6951355e70821f4d24bee72bdd4472262ea55ea012ff0556b0df
 DIST tqdm-4.56.0.tar.gz 166848 BLAKE2B 
d2239ff7efd9c91b7101357b6c7d352c42c49c41c34209092fdfe420e090458581aed61f2ddff09d1c64539eed0d83eb240e6b467b82193016cf13bac94f3313
 SHA512 
c65eb167063c4b6a0931a6f19fb2e4d88eb92fe3f3118c0247cd0e148220523097c4419289428d2a4c22cc187011d78cba32fc080eb2cbe352f873e29646094e
 DIST tqdm-4.56.1.tar.gz 166899 BLAKE2B 
11c40049ee2d3ce890a6a443432fd2834b177ea4d19549c179dcc9da6bcd71093b54a5f2a7027ab40e9c5c7bf48581c7fe4cd4ad819a3d60a8e3c7c5537fd357
 SHA512 
4b940bbf2fdd1093e1e0c50f17de7231dd58b0f04d9a8a97df4835f23e46b7b58f68e1ad96f77b191cae49e80498fd31ae67ff4fb4db821d90ec85bf83d48043
+DIST tqdm-4.56.2.tar.gz 167040 BLAKE2B 
c1754cb262977688365c6bf17ec6b6ec31704cdb22aaf05261653c4c9609bdbd16863a15f58a7fe0fb2c0983513b091be55dbca48a0a7b1177a4d017d6800ce0
 SHA512 
8e7ec199c43a3cdb69bdbfaaec33c11ce8b337255eff4ae6af9928c2a2c5adb065698538562020c9f0a29a63671cbbfcf2c4c9ccb25bec0ec1d8ae8df66516c3

diff --git a/dev-python/tqdm/tqdm-4.56.2.ebuild 
b/dev-python/tqdm/tqdm-4.56.2.ebuild
new file mode 100644
index 000..0bf4e4570b8
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.56.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   pytest -vv --ignore 'tests/tests_perf.py' ||
+   die "Tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-02-09 Thread Michał Górny
commit: 13e9b5d713423aa7abf36913ee8199fdc55d9e6d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  9 18:36:02 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  9 18:48:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e9b5d7

dev-python/tqdm: Bump to 4.56.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.56.1.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index d6828aeb1c4..58f5f4893a7 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -2,3 +2,4 @@ DIST tqdm-4.55.0.tar.gz 161594 BLAKE2B 
890bbb47db356678be2c3edd893d70b085f5bc8fe
 DIST tqdm-4.55.1.tar.gz 161638 BLAKE2B 
0149269f1ea854589647deb4ddd7415748924942ecc03d5fd6231470e5df959c1b8034d4d8416d83aa0a43ad1fafed15789f7ebaac12e5d525a7fe0bee88752a
 SHA512 
82a6d3d8e10d4c46e40e03e557febe9f7cac3cc01c01c9e29b20cf8f2adcc7370829fe5d4497ff0edb506bf38b9ec14de86377d1bbd9b8b9e57687d951ae683f
 DIST tqdm-4.55.2.tar.gz 162632 BLAKE2B 
02e49f442c8d5ad3799de143dd8a188796293253e836c24d04e75aa45f7cbeecb967f1503467ca7486dfd412538da6f7a3aa4c674e16f0da3954f44347c5a498
 SHA512 
f61f28f2b8f7c4d848e31a3d791822a0433573b36aa900d055e1919b555b84ee36d988c6f51d6951355e70821f4d24bee72bdd4472262ea55ea012ff0556b0df
 DIST tqdm-4.56.0.tar.gz 166848 BLAKE2B 
d2239ff7efd9c91b7101357b6c7d352c42c49c41c34209092fdfe420e090458581aed61f2ddff09d1c64539eed0d83eb240e6b467b82193016cf13bac94f3313
 SHA512 
c65eb167063c4b6a0931a6f19fb2e4d88eb92fe3f3118c0247cd0e148220523097c4419289428d2a4c22cc187011d78cba32fc080eb2cbe352f873e29646094e
+DIST tqdm-4.56.1.tar.gz 166899 BLAKE2B 
11c40049ee2d3ce890a6a443432fd2834b177ea4d19549c179dcc9da6bcd71093b54a5f2a7027ab40e9c5c7bf48581c7fe4cd4ad819a3d60a8e3c7c5537fd357
 SHA512 
4b940bbf2fdd1093e1e0c50f17de7231dd58b0f04d9a8a97df4835f23e46b7b58f68e1ad96f77b191cae49e80498fd31ae67ff4fb4db821d90ec85bf83d48043

diff --git a/dev-python/tqdm/tqdm-4.56.1.ebuild 
b/dev-python/tqdm/tqdm-4.56.1.ebuild
new file mode 100644
index 000..0bf4e4570b8
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.56.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   pytest -vv --ignore 'tests/tests_perf.py' ||
+   die "Tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-01-25 Thread Michał Górny
commit: d8e232e5ab15d1c484fd36d73552def6d4f9fb19
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 25 20:40:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 25 20:43:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e232e5

dev-python/tqdm: Add a dep on pytest-timeout

Closes: https://bugs.gentoo.org/767193
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/tqdm-4.56.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/tqdm/tqdm-4.56.0.ebuild 
b/dev-python/tqdm/tqdm-4.56.0.ebuild
index 81b4fb49848..0bf4e4570b8 100644
--- a/dev-python/tqdm/tqdm-4.56.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.56.0.ebuild
@@ -28,6 +28,7 @@ BDEPEND="
dev-python/toml[${PYTHON_USEDEP}]
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
)"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-01-25 Thread Michał Górny
commit: e8a47eb7a21ddb972b6bbf06294e4038995cc397
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 25 14:23:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 25 14:29:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a47eb7

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 -
 dev-python/tqdm/tqdm-4.54.0.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 279d6766013..d6828aeb1c4 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,4 +1,3 @@
-DIST tqdm-4.54.0.tar.gz 178664 BLAKE2B 
68d0f054b2c95079e13ad9df3e9467f48925311151e5eed94795d3fab232301da99c2704daafd80f748037a467d25416913f0921d6b7c44d725c5ed6861fe347
 SHA512 
dbb2a61df848ebd84ab805134b7e7297e1cf7626abaa830a08159ce7b1852eba40a6a7f2cc7c8445294a184bbfbd69bf08430371f3e2d71f6a622a271ba49e95
 DIST tqdm-4.55.0.tar.gz 161594 BLAKE2B 
890bbb47db356678be2c3edd893d70b085f5bc8fefbf87f12ba8c69fe14ac523a1eed6e335fb84f2ff43b2b0fea901411f8a72b24212cb2ad5ef4955ec8f2df5
 SHA512 
84062f7d2a109e4067e0868990b6e53578c7c2ec2b81a0cbdc980c91d2d82a8bda37e0c9688777fcf14cc80b7ddf7b28b7a5acfe37608e37903fe45908103913
 DIST tqdm-4.55.1.tar.gz 161638 BLAKE2B 
0149269f1ea854589647deb4ddd7415748924942ecc03d5fd6231470e5df959c1b8034d4d8416d83aa0a43ad1fafed15789f7ebaac12e5d525a7fe0bee88752a
 SHA512 
82a6d3d8e10d4c46e40e03e557febe9f7cac3cc01c01c9e29b20cf8f2adcc7370829fe5d4497ff0edb506bf38b9ec14de86377d1bbd9b8b9e57687d951ae683f
 DIST tqdm-4.55.2.tar.gz 162632 BLAKE2B 
02e49f442c8d5ad3799de143dd8a188796293253e836c24d04e75aa45f7cbeecb967f1503467ca7486dfd412538da6f7a3aa4c674e16f0da3954f44347c5a498
 SHA512 
f61f28f2b8f7c4d848e31a3d791822a0433573b36aa900d055e1919b555b84ee36d988c6f51d6951355e70821f4d24bee72bdd4472262ea55ea012ff0556b0df

diff --git a/dev-python/tqdm/tqdm-4.54.0.ebuild 
b/dev-python/tqdm/tqdm-4.54.0.ebuild
deleted file mode 100644
index 602af892bba..000
--- a/dev-python/tqdm/tqdm-4.54.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 
~x64-macos"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_test() {
-   # Skip unpredictable performance tests
-   pytest -vv --ignore 'tests/tests_perf.py' ||
-   die "Tests failed with ${EPYTHON}"
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-01-25 Thread Sam James
commit: 70084d6548051bd76d04b1416035e2fb2add6c83
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 25 14:05:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 25 14:05:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70084d65

dev-python/tqdm: Stabilize 4.55.0 ALLARCHES, #767124

Signed-off-by: Sam James  gentoo.org>

 dev-python/tqdm/tqdm-4.55.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/tqdm/tqdm-4.55.0.ebuild 
b/dev-python/tqdm/tqdm-4.55.0.ebuild
index bfed1d06c33..5a7d1c2f9cf 100644
--- a/dev-python/tqdm/tqdm-4.55.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.55.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 
~x64-macos"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-01-11 Thread Michał Górny
commit: 36eb0ecd901a47b9dca755dd3be5e22da16df2c7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 11 08:54:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 11 09:19:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36eb0ecd

dev-python/tqdm: Bump to 4.56.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.56.0.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 29aa441f011..279d6766013 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -2,3 +2,4 @@ DIST tqdm-4.54.0.tar.gz 178664 BLAKE2B 
68d0f054b2c95079e13ad9df3e9467f4892531115
 DIST tqdm-4.55.0.tar.gz 161594 BLAKE2B 
890bbb47db356678be2c3edd893d70b085f5bc8fefbf87f12ba8c69fe14ac523a1eed6e335fb84f2ff43b2b0fea901411f8a72b24212cb2ad5ef4955ec8f2df5
 SHA512 
84062f7d2a109e4067e0868990b6e53578c7c2ec2b81a0cbdc980c91d2d82a8bda37e0c9688777fcf14cc80b7ddf7b28b7a5acfe37608e37903fe45908103913
 DIST tqdm-4.55.1.tar.gz 161638 BLAKE2B 
0149269f1ea854589647deb4ddd7415748924942ecc03d5fd6231470e5df959c1b8034d4d8416d83aa0a43ad1fafed15789f7ebaac12e5d525a7fe0bee88752a
 SHA512 
82a6d3d8e10d4c46e40e03e557febe9f7cac3cc01c01c9e29b20cf8f2adcc7370829fe5d4497ff0edb506bf38b9ec14de86377d1bbd9b8b9e57687d951ae683f
 DIST tqdm-4.55.2.tar.gz 162632 BLAKE2B 
02e49f442c8d5ad3799de143dd8a188796293253e836c24d04e75aa45f7cbeecb967f1503467ca7486dfd412538da6f7a3aa4c674e16f0da3954f44347c5a498
 SHA512 
f61f28f2b8f7c4d848e31a3d791822a0433573b36aa900d055e1919b555b84ee36d988c6f51d6951355e70821f4d24bee72bdd4472262ea55ea012ff0556b0df
+DIST tqdm-4.56.0.tar.gz 166848 BLAKE2B 
d2239ff7efd9c91b7101357b6c7d352c42c49c41c34209092fdfe420e090458581aed61f2ddff09d1c64539eed0d83eb240e6b467b82193016cf13bac94f3313
 SHA512 
c65eb167063c4b6a0931a6f19fb2e4d88eb92fe3f3118c0247cd0e148220523097c4419289428d2a4c22cc187011d78cba32fc080eb2cbe352f873e29646094e

diff --git a/dev-python/tqdm/tqdm-4.56.0.ebuild 
b/dev-python/tqdm/tqdm-4.56.0.ebuild
new file mode 100644
index 000..81b4fb49848
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.56.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   pytest -vv --ignore 'tests/tests_perf.py' ||
+   die "Tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-01-10 Thread Michał Górny
commit: b89cfd674dcd289d75c240abaa0917bef0a32797
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 10 09:34:54 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 10 09:38:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b89cfd67

dev-python/tqdm: Bump to 4.55.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.55.2.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 72190e51156..29aa441f011 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,3 +1,4 @@
 DIST tqdm-4.54.0.tar.gz 178664 BLAKE2B 
68d0f054b2c95079e13ad9df3e9467f48925311151e5eed94795d3fab232301da99c2704daafd80f748037a467d25416913f0921d6b7c44d725c5ed6861fe347
 SHA512 
dbb2a61df848ebd84ab805134b7e7297e1cf7626abaa830a08159ce7b1852eba40a6a7f2cc7c8445294a184bbfbd69bf08430371f3e2d71f6a622a271ba49e95
 DIST tqdm-4.55.0.tar.gz 161594 BLAKE2B 
890bbb47db356678be2c3edd893d70b085f5bc8fefbf87f12ba8c69fe14ac523a1eed6e335fb84f2ff43b2b0fea901411f8a72b24212cb2ad5ef4955ec8f2df5
 SHA512 
84062f7d2a109e4067e0868990b6e53578c7c2ec2b81a0cbdc980c91d2d82a8bda37e0c9688777fcf14cc80b7ddf7b28b7a5acfe37608e37903fe45908103913
 DIST tqdm-4.55.1.tar.gz 161638 BLAKE2B 
0149269f1ea854589647deb4ddd7415748924942ecc03d5fd6231470e5df959c1b8034d4d8416d83aa0a43ad1fafed15789f7ebaac12e5d525a7fe0bee88752a
 SHA512 
82a6d3d8e10d4c46e40e03e557febe9f7cac3cc01c01c9e29b20cf8f2adcc7370829fe5d4497ff0edb506bf38b9ec14de86377d1bbd9b8b9e57687d951ae683f
+DIST tqdm-4.55.2.tar.gz 162632 BLAKE2B 
02e49f442c8d5ad3799de143dd8a188796293253e836c24d04e75aa45f7cbeecb967f1503467ca7486dfd412538da6f7a3aa4c674e16f0da3954f44347c5a498
 SHA512 
f61f28f2b8f7c4d848e31a3d791822a0433573b36aa900d055e1919b555b84ee36d988c6f51d6951355e70821f4d24bee72bdd4472262ea55ea012ff0556b0df

diff --git a/dev-python/tqdm/tqdm-4.55.2.ebuild 
b/dev-python/tqdm/tqdm-4.55.2.ebuild
new file mode 100644
index 000..81b4fb49848
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.55.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   pytest -vv --ignore 'tests/tests_perf.py' ||
+   die "Tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-01-02 Thread Michał Górny
commit: 02aee21492f38603c579df8e00e1c88eb60fa806
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  2 16:45:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  2 16:51:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02aee214

dev-python/tqdm: Bump to 4.55.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.55.1.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index ad178c210d0..72190e51156 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,2 +1,3 @@
 DIST tqdm-4.54.0.tar.gz 178664 BLAKE2B 
68d0f054b2c95079e13ad9df3e9467f48925311151e5eed94795d3fab232301da99c2704daafd80f748037a467d25416913f0921d6b7c44d725c5ed6861fe347
 SHA512 
dbb2a61df848ebd84ab805134b7e7297e1cf7626abaa830a08159ce7b1852eba40a6a7f2cc7c8445294a184bbfbd69bf08430371f3e2d71f6a622a271ba49e95
 DIST tqdm-4.55.0.tar.gz 161594 BLAKE2B 
890bbb47db356678be2c3edd893d70b085f5bc8fefbf87f12ba8c69fe14ac523a1eed6e335fb84f2ff43b2b0fea901411f8a72b24212cb2ad5ef4955ec8f2df5
 SHA512 
84062f7d2a109e4067e0868990b6e53578c7c2ec2b81a0cbdc980c91d2d82a8bda37e0c9688777fcf14cc80b7ddf7b28b7a5acfe37608e37903fe45908103913
+DIST tqdm-4.55.1.tar.gz 161638 BLAKE2B 
0149269f1ea854589647deb4ddd7415748924942ecc03d5fd6231470e5df959c1b8034d4d8416d83aa0a43ad1fafed15789f7ebaac12e5d525a7fe0bee88752a
 SHA512 
82a6d3d8e10d4c46e40e03e557febe9f7cac3cc01c01c9e29b20cf8f2adcc7370829fe5d4497ff0edb506bf38b9ec14de86377d1bbd9b8b9e57687d951ae683f

diff --git a/dev-python/tqdm/tqdm-4.55.1.ebuild 
b/dev-python/tqdm/tqdm-4.55.1.ebuild
new file mode 100644
index 000..81b4fb49848
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.55.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   pytest -vv --ignore 'tests/tests_perf.py' ||
+   die "Tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2021-01-02 Thread Michał Górny
commit: 664329370a48b8419b5c840c1104efcb0dd347fd
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  2 16:47:06 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  2 16:51:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66432937

dev-python/tqdm: Remove unmaintained obsolete live ebuild

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/tqdm-.ebuild | 60 
 1 file changed, 60 deletions(-)

diff --git a/dev-python/tqdm/tqdm-.ebuild b/dev-python/tqdm/tqdm-.ebuild
deleted file mode 100644
index f8988f33113..000
--- a/dev-python/tqdm/tqdm-.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~sparc ~x86"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-BDEPEND="${RDEPEND}"
-
-distutils_enable_tests nose
-
-python_prepare_all() {
-   sed -r \
-   -e "s:'nose'(,[[:space:]]*|)::" \
-   -e "s:'flake8'(,[[:space:]]*|)::" \
-   -e "s:'coverage'(,[[:space:]]*|)::" \
-   -i setup.py
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # tests_main.py requires the package to be installed
-   distutils_install_for_testing
-   # Skip unpredictable performance tests
-   nosetests tqdm -v --ignore 'tests_perf.py' \
-   || die "tests failed with ${EPYTHON}"
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install --skip-build
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-12-31 Thread Michał Górny
commit: 536063c41de49f1f73fc92bec4190a2d3f776f3f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 31 08:49:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 31 08:49:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=536063c4

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  2 --
 dev-python/tqdm/tqdm-4.53.0.ebuild | 50 --
 dev-python/tqdm/tqdm-4.54.1.ebuild | 50 --
 3 files changed, 102 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 88082d74b19..ad178c210d0 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,4 +1,2 @@
-DIST tqdm-4.53.0.tar.gz 179940 BLAKE2B 
022fd8eae70a38306d201981bd6c2e469791abc86e3e10bf2bcbe4936e4e6791dc24b3e064c6adb830fd908a1544389fdba8f7017bee17632925c1bcc3d42349
 SHA512 
ffb06058a71e31497ced0b6b5ce8671a7e958968e0a08e1b68dc9f3a9acac415c1708f6669d369ab484bbc07a8fc06716ed32fde70f22c0dbd8242417f95a713
 DIST tqdm-4.54.0.tar.gz 178664 BLAKE2B 
68d0f054b2c95079e13ad9df3e9467f48925311151e5eed94795d3fab232301da99c2704daafd80f748037a467d25416913f0921d6b7c44d725c5ed6861fe347
 SHA512 
dbb2a61df848ebd84ab805134b7e7297e1cf7626abaa830a08159ce7b1852eba40a6a7f2cc7c8445294a184bbfbd69bf08430371f3e2d71f6a622a271ba49e95
-DIST tqdm-4.54.1.tar.gz 178633 BLAKE2B 
10a9314405f1565a130baaef3b4d23fb8606b954fb6e70ec1fffd21a531957432254d3081085f8cb2e55ab103ac17ad23683a5a945917e278fcc61760ee69b90
 SHA512 
ba9dde2bd2f39d10bfdb0f624f1e60db12fef79732aee1fa21049e37ab60ffafbe097ab124bb3fbd34d9f4efa10e317ab7d594551ae612c0f6c37c2ce9395997
 DIST tqdm-4.55.0.tar.gz 161594 BLAKE2B 
890bbb47db356678be2c3edd893d70b085f5bc8fefbf87f12ba8c69fe14ac523a1eed6e335fb84f2ff43b2b0fea901411f8a72b24212cb2ad5ef4955ec8f2df5
 SHA512 
84062f7d2a109e4067e0868990b6e53578c7c2ec2b81a0cbdc980c91d2d82a8bda37e0c9688777fcf14cc80b7ddf7b28b7a5acfe37608e37903fe45908103913

diff --git a/dev-python/tqdm/tqdm-4.53.0.ebuild 
b/dev-python/tqdm/tqdm-4.53.0.ebuild
deleted file mode 100644
index 92584dcfa9a..000
--- a/dev-python/tqdm/tqdm-4.53.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_test() {
-   # Skip unpredictable performance tests
-   pytest -vv --ignore 'tests/tests_perf.py' ||
-   die "Tests failed with ${EPYTHON}"
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/tqdm/tqdm-4.54.1.ebuild 
b/dev-python/tqdm/tqdm-4.54.1.ebuild
deleted file mode 100644
index bfed1d06c33..000
--- a/dev-python/tqdm/tqdm-4.54.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_test() {
-   # Skip unpredictable performance tests
-   pytest -vv --ignore 'tests/tests_perf.py' ||
-   die "Tests failed with ${EPYTHON}"
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-  

[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-12-30 Thread Sam James
commit: b29ee7aa8a1c2d9fe6b6c5cf9b157da87167dc0f
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 31 01:17:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 31 01:17:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b29ee7aa

dev-python/tqdm: Stabilize 4.54.0 ALLARCHES, #762571

Signed-off-by: Sam James  gentoo.org>

 dev-python/tqdm/tqdm-4.54.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.54.0.ebuild 
b/dev-python/tqdm/tqdm-4.54.0.ebuild
index bfed1d06c33..602af892bba 100644
--- a/dev-python/tqdm/tqdm-4.54.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.54.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 
~x64-macos"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-12-25 Thread Michał Górny
commit: d801c938b001736fb31aa0e078e495ea956f647c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 25 17:19:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 25 18:49:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d801c938

dev-python/tqdm: Bump to 4.55.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.55.0.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 34077dd5b67..88082d74b19 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,3 +1,4 @@
 DIST tqdm-4.53.0.tar.gz 179940 BLAKE2B 
022fd8eae70a38306d201981bd6c2e469791abc86e3e10bf2bcbe4936e4e6791dc24b3e064c6adb830fd908a1544389fdba8f7017bee17632925c1bcc3d42349
 SHA512 
ffb06058a71e31497ced0b6b5ce8671a7e958968e0a08e1b68dc9f3a9acac415c1708f6669d369ab484bbc07a8fc06716ed32fde70f22c0dbd8242417f95a713
 DIST tqdm-4.54.0.tar.gz 178664 BLAKE2B 
68d0f054b2c95079e13ad9df3e9467f48925311151e5eed94795d3fab232301da99c2704daafd80f748037a467d25416913f0921d6b7c44d725c5ed6861fe347
 SHA512 
dbb2a61df848ebd84ab805134b7e7297e1cf7626abaa830a08159ce7b1852eba40a6a7f2cc7c8445294a184bbfbd69bf08430371f3e2d71f6a622a271ba49e95
 DIST tqdm-4.54.1.tar.gz 178633 BLAKE2B 
10a9314405f1565a130baaef3b4d23fb8606b954fb6e70ec1fffd21a531957432254d3081085f8cb2e55ab103ac17ad23683a5a945917e278fcc61760ee69b90
 SHA512 
ba9dde2bd2f39d10bfdb0f624f1e60db12fef79732aee1fa21049e37ab60ffafbe097ab124bb3fbd34d9f4efa10e317ab7d594551ae612c0f6c37c2ce9395997
+DIST tqdm-4.55.0.tar.gz 161594 BLAKE2B 
890bbb47db356678be2c3edd893d70b085f5bc8fefbf87f12ba8c69fe14ac523a1eed6e335fb84f2ff43b2b0fea901411f8a72b24212cb2ad5ef4955ec8f2df5
 SHA512 
84062f7d2a109e4067e0868990b6e53578c7c2ec2b81a0cbdc980c91d2d82a8bda37e0c9688777fcf14cc80b7ddf7b28b7a5acfe37608e37903fe45908103913

diff --git a/dev-python/tqdm/tqdm-4.55.0.ebuild 
b/dev-python/tqdm/tqdm-4.55.0.ebuild
new file mode 100644
index 000..bfed1d06c33
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.55.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   pytest -vv --ignore 'tests/tests_perf.py' ||
+   die "Tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-12-21 Thread Michał Górny
commit: 939645342e508098af2f88a56269ce2a70e619e9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 21 20:37:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 21 20:37:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93964534

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 -
 dev-python/tqdm/tqdm-4.51.0.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 2e3ba35ad43..34077dd5b67 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,4 +1,3 @@
-DIST tqdm-4.51.0.tar.gz 152976 BLAKE2B 
f9cef9de6a77c21e40394edd006fbd8fa913af4d3a9a8ac68bd9fde81b1eebc404f6fab90d9aadc57ce2ccfbc3a2f8d8879b151f6283dc34edc25d70f69ae6e1
 SHA512 
04bb2a173b9b79b76844fedbc14572fa955232d1dcb6ac55b7265c4cc7a4f712f2c2965ac3bcb9e10ea1bd041593230b047365816bf508d457d873a2d4830d3f
 DIST tqdm-4.53.0.tar.gz 179940 BLAKE2B 
022fd8eae70a38306d201981bd6c2e469791abc86e3e10bf2bcbe4936e4e6791dc24b3e064c6adb830fd908a1544389fdba8f7017bee17632925c1bcc3d42349
 SHA512 
ffb06058a71e31497ced0b6b5ce8671a7e958968e0a08e1b68dc9f3a9acac415c1708f6669d369ab484bbc07a8fc06716ed32fde70f22c0dbd8242417f95a713
 DIST tqdm-4.54.0.tar.gz 178664 BLAKE2B 
68d0f054b2c95079e13ad9df3e9467f48925311151e5eed94795d3fab232301da99c2704daafd80f748037a467d25416913f0921d6b7c44d725c5ed6861fe347
 SHA512 
dbb2a61df848ebd84ab805134b7e7297e1cf7626abaa830a08159ce7b1852eba40a6a7f2cc7c8445294a184bbfbd69bf08430371f3e2d71f6a622a271ba49e95
 DIST tqdm-4.54.1.tar.gz 178633 BLAKE2B 
10a9314405f1565a130baaef3b4d23fb8606b954fb6e70ec1fffd21a531957432254d3081085f8cb2e55ab103ac17ad23683a5a945917e278fcc61760ee69b90
 SHA512 
ba9dde2bd2f39d10bfdb0f624f1e60db12fef79732aee1fa21049e37ab60ffafbe097ab124bb3fbd34d9f4efa10e317ab7d594551ae612c0f6c37c2ce9395997

diff --git a/dev-python/tqdm/tqdm-4.51.0.ebuild 
b/dev-python/tqdm/tqdm-4.51.0.ebuild
deleted file mode 100644
index 2581f84529f..000
--- a/dev-python/tqdm/tqdm-4.51.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-distutils_enable_tests pytest
-
-python_test() {
-   # Skip unpredictable performance tests
-   pytest -vv --ignore 'tests/tests_perf.py' ||
-   die "Tests failed with ${EPYTHON}"
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-12-21 Thread Sam James
commit: c0f0fb5bc008b51456ee2f1cdaa788a10661a942
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec 21 20:33:19 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec 21 20:35:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f0fb5b

dev-python/tqdm: Stabilize 4.53.0 ALLARCHES, #761190

Signed-off-by: Sam James  gentoo.org>

 dev-python/tqdm/tqdm-4.53.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.53.0.ebuild 
b/dev-python/tqdm/tqdm-4.53.0.ebuild
index d525d19a374..92584dcfa9a 100644
--- a/dev-python/tqdm/tqdm-4.53.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.53.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-12-05 Thread Michał Górny
commit: fbc7d608544ca0087405cf5932250a5c1e3a74b2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  5 09:01:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  5 09:01:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc7d608

dev-python/tqdm: Bump to 4.54.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.54.1.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index f50db098ac1..2e3ba35ad43 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,3 +1,4 @@
 DIST tqdm-4.51.0.tar.gz 152976 BLAKE2B 
f9cef9de6a77c21e40394edd006fbd8fa913af4d3a9a8ac68bd9fde81b1eebc404f6fab90d9aadc57ce2ccfbc3a2f8d8879b151f6283dc34edc25d70f69ae6e1
 SHA512 
04bb2a173b9b79b76844fedbc14572fa955232d1dcb6ac55b7265c4cc7a4f712f2c2965ac3bcb9e10ea1bd041593230b047365816bf508d457d873a2d4830d3f
 DIST tqdm-4.53.0.tar.gz 179940 BLAKE2B 
022fd8eae70a38306d201981bd6c2e469791abc86e3e10bf2bcbe4936e4e6791dc24b3e064c6adb830fd908a1544389fdba8f7017bee17632925c1bcc3d42349
 SHA512 
ffb06058a71e31497ced0b6b5ce8671a7e958968e0a08e1b68dc9f3a9acac415c1708f6669d369ab484bbc07a8fc06716ed32fde70f22c0dbd8242417f95a713
 DIST tqdm-4.54.0.tar.gz 178664 BLAKE2B 
68d0f054b2c95079e13ad9df3e9467f48925311151e5eed94795d3fab232301da99c2704daafd80f748037a467d25416913f0921d6b7c44d725c5ed6861fe347
 SHA512 
dbb2a61df848ebd84ab805134b7e7297e1cf7626abaa830a08159ce7b1852eba40a6a7f2cc7c8445294a184bbfbd69bf08430371f3e2d71f6a622a271ba49e95
+DIST tqdm-4.54.1.tar.gz 178633 BLAKE2B 
10a9314405f1565a130baaef3b4d23fb8606b954fb6e70ec1fffd21a531957432254d3081085f8cb2e55ab103ac17ad23683a5a945917e278fcc61760ee69b90
 SHA512 
ba9dde2bd2f39d10bfdb0f624f1e60db12fef79732aee1fa21049e37ab60ffafbe097ab124bb3fbd34d9f4efa10e317ab7d594551ae612c0f6c37c2ce9395997

diff --git a/dev-python/tqdm/tqdm-4.54.1.ebuild 
b/dev-python/tqdm/tqdm-4.54.1.ebuild
new file mode 100644
index 000..bfed1d06c33
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.54.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   pytest -vv --ignore 'tests/tests_perf.py' ||
+   die "Tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-11-28 Thread Sam James
commit: c9114141dbe38da5895d868b1d45519303feb97a
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 14:13:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 14:21:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9114141

dev-python/tqdm: ~x64-macos keyworded

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/tqdm/tqdm-4.54.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.54.0.ebuild 
b/dev-python/tqdm/tqdm-4.54.0.ebuild
index d525d19a374..bfed1d06c33 100644
--- a/dev-python/tqdm/tqdm-4.54.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.54.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-11-28 Thread Michał Górny
commit: 4a1e10b86f4aaed1e78e3285791551f90c40c834
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 28 08:30:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 28 08:43:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a1e10b8

dev-python/tqdm: Bump to 4.54.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.54.0.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index aa177a5349b..f50db098ac1 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,2 +1,3 @@
 DIST tqdm-4.51.0.tar.gz 152976 BLAKE2B 
f9cef9de6a77c21e40394edd006fbd8fa913af4d3a9a8ac68bd9fde81b1eebc404f6fab90d9aadc57ce2ccfbc3a2f8d8879b151f6283dc34edc25d70f69ae6e1
 SHA512 
04bb2a173b9b79b76844fedbc14572fa955232d1dcb6ac55b7265c4cc7a4f712f2c2965ac3bcb9e10ea1bd041593230b047365816bf508d457d873a2d4830d3f
 DIST tqdm-4.53.0.tar.gz 179940 BLAKE2B 
022fd8eae70a38306d201981bd6c2e469791abc86e3e10bf2bcbe4936e4e6791dc24b3e064c6adb830fd908a1544389fdba8f7017bee17632925c1bcc3d42349
 SHA512 
ffb06058a71e31497ced0b6b5ce8671a7e958968e0a08e1b68dc9f3a9acac415c1708f6669d369ab484bbc07a8fc06716ed32fde70f22c0dbd8242417f95a713
+DIST tqdm-4.54.0.tar.gz 178664 BLAKE2B 
68d0f054b2c95079e13ad9df3e9467f48925311151e5eed94795d3fab232301da99c2704daafd80f748037a467d25416913f0921d6b7c44d725c5ed6861fe347
 SHA512 
dbb2a61df848ebd84ab805134b7e7297e1cf7626abaa830a08159ce7b1852eba40a6a7f2cc7c8445294a184bbfbd69bf08430371f3e2d71f6a622a271ba49e95

diff --git a/dev-python/tqdm/tqdm-4.54.0.ebuild 
b/dev-python/tqdm/tqdm-4.54.0.ebuild
new file mode 100644
index 000..d525d19a374
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.54.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   pytest -vv --ignore 'tests/tests_perf.py' ||
+   die "Tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-11-26 Thread Michał Górny
commit: 6ee2e4f6cc35a18eafbaa2b69e3797eb528bea77
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 26 08:03:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 26 08:25:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ee2e4f6

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  2 --
 dev-python/tqdm/tqdm-4.49.0.ebuild | 58 --
 dev-python/tqdm/tqdm-4.52.0.ebuild | 46 --
 3 files changed, 106 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 4dd88524253..aa177a5349b 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,4 +1,2 @@
-DIST tqdm-4.49.0.tar.gz 151935 BLAKE2B 
790e2912a402795af9aba2e4db80cf41a7cb08267dad5946d89b4d9fb8b8c7a1dd65f33dcaf315bbe82862c0c2934b2dd2b8cee894c592d5a61ac61dd8c5126f
 SHA512 
44197eb09b90551eb66c8b2e0dc97f6864fc91654465e7d478ece6ecd610242d8e378c6814f9d3e1cf05b2db1aa533743535051ad456ec5ef6d477be906ee217
 DIST tqdm-4.51.0.tar.gz 152976 BLAKE2B 
f9cef9de6a77c21e40394edd006fbd8fa913af4d3a9a8ac68bd9fde81b1eebc404f6fab90d9aadc57ce2ccfbc3a2f8d8879b151f6283dc34edc25d70f69ae6e1
 SHA512 
04bb2a173b9b79b76844fedbc14572fa955232d1dcb6ac55b7265c4cc7a4f712f2c2965ac3bcb9e10ea1bd041593230b047365816bf508d457d873a2d4830d3f
-DIST tqdm-4.52.0.tar.gz 180391 BLAKE2B 
f0dc1e991088deeb0160f227263c105dc0b2dd90be9be74eb0eecfc1195a6b831150d195ca6cfddeaef6deeef1b8c82df3240158792dfe9a238eb0c52730b570
 SHA512 
fe2161ac61528a4d3bf697dc6369fb06e2c0defb2275165a701a28b80bba98380ea156458b87a5c9c49d3fc6da56f05a54fbae935cf2a17d82eb5adaf79902f0
 DIST tqdm-4.53.0.tar.gz 179940 BLAKE2B 
022fd8eae70a38306d201981bd6c2e469791abc86e3e10bf2bcbe4936e4e6791dc24b3e064c6adb830fd908a1544389fdba8f7017bee17632925c1bcc3d42349
 SHA512 
ffb06058a71e31497ced0b6b5ce8671a7e958968e0a08e1b68dc9f3a9acac415c1708f6669d369ab484bbc07a8fc06716ed32fde70f22c0dbd8242417f95a713

diff --git a/dev-python/tqdm/tqdm-4.49.0.ebuild 
b/dev-python/tqdm/tqdm-4.49.0.ebuild
deleted file mode 100644
index a51d15b84f0..000
--- a/dev-python/tqdm/tqdm-4.49.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-distutils_enable_tests nose
-
-python_prepare_all() {
-   sed -r \
-   -e "s:'nose'(,[[:space:]]*|)::" \
-   -e "s:'flake8'(,[[:space:]]*|)::" \
-   -e "s:'coverage'(,[[:space:]]*|)::" \
-   -i setup.py
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # tests_main.py requires the package to be installed
-   distutils_install_for_testing
-   # Skip unpredictable performance tests
-   nosetests tqdm -v --ignore 'tests_perf.py' \
-   || die "tests failed with ${EPYTHON}"
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install --skip-build
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/tqdm/tqdm-4.52.0.ebuild 
b/dev-python/tqdm/tqdm-4.52.0.ebuild
deleted file mode 100644
index 86b23f03a50..000
--- a/dev-python/tqdm/tqdm-4.52.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-distutils_enable_tests pytest
-
-python_test() {
-   # Skip unpredictable performance tests
-   pytest -vv --ignore 'tests/tests_perf.py' ||
-   die "Tests failed with ${EPYTHON}"
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install
-}
-

[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-11-25 Thread Sam James
commit: 27fecb29091f3e6a1f7950030f2a84eb9a9a75b8
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 26 05:55:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 26 05:55:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27fecb29

dev-python/tqdm: Stabilize 4.51.0 ALLARCHES, #756646

Signed-off-by: Sam James  gentoo.org>

 dev-python/tqdm/tqdm-4.51.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.51.0.ebuild 
b/dev-python/tqdm/tqdm-4.51.0.ebuild
index 86b23f03a50..2581f84529f 100644
--- a/dev-python/tqdm/tqdm-4.51.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.51.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-11-22 Thread Michał Górny
commit: 52c3855081983eb74d080c9873ca87a8a1ee6abf
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 22 10:45:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 22 11:50:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c38550

dev-python/tqdm: Add missing build deps

Closes: https://bugs.gentoo.org/756043
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/tqdm-4.53.0.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/tqdm/tqdm-4.53.0.ebuild 
b/dev-python/tqdm/tqdm-4.53.0.ebuild
index 86b23f03a50..d525d19a374 100644
--- a/dev-python/tqdm/tqdm-4.53.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.53.0.ebuild
@@ -23,6 +23,10 @@ LICENSE="MIT"
 SLOT="0"
 IUSE="examples"
 
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]"
+
 distutils_enable_tests pytest
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-11-21 Thread Michał Górny
commit: c1f7a41ccdf7f50cebeb9b5a30981dfeb301e800
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 21 19:20:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 21 20:54:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f7a41c

dev-python/tqdm: Bump to 4.53.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.53.0.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index bc2eddeb5c1..4dd88524253 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,3 +1,4 @@
 DIST tqdm-4.49.0.tar.gz 151935 BLAKE2B 
790e2912a402795af9aba2e4db80cf41a7cb08267dad5946d89b4d9fb8b8c7a1dd65f33dcaf315bbe82862c0c2934b2dd2b8cee894c592d5a61ac61dd8c5126f
 SHA512 
44197eb09b90551eb66c8b2e0dc97f6864fc91654465e7d478ece6ecd610242d8e378c6814f9d3e1cf05b2db1aa533743535051ad456ec5ef6d477be906ee217
 DIST tqdm-4.51.0.tar.gz 152976 BLAKE2B 
f9cef9de6a77c21e40394edd006fbd8fa913af4d3a9a8ac68bd9fde81b1eebc404f6fab90d9aadc57ce2ccfbc3a2f8d8879b151f6283dc34edc25d70f69ae6e1
 SHA512 
04bb2a173b9b79b76844fedbc14572fa955232d1dcb6ac55b7265c4cc7a4f712f2c2965ac3bcb9e10ea1bd041593230b047365816bf508d457d873a2d4830d3f
 DIST tqdm-4.52.0.tar.gz 180391 BLAKE2B 
f0dc1e991088deeb0160f227263c105dc0b2dd90be9be74eb0eecfc1195a6b831150d195ca6cfddeaef6deeef1b8c82df3240158792dfe9a238eb0c52730b570
 SHA512 
fe2161ac61528a4d3bf697dc6369fb06e2c0defb2275165a701a28b80bba98380ea156458b87a5c9c49d3fc6da56f05a54fbae935cf2a17d82eb5adaf79902f0
+DIST tqdm-4.53.0.tar.gz 179940 BLAKE2B 
022fd8eae70a38306d201981bd6c2e469791abc86e3e10bf2bcbe4936e4e6791dc24b3e064c6adb830fd908a1544389fdba8f7017bee17632925c1bcc3d42349
 SHA512 
ffb06058a71e31497ced0b6b5ce8671a7e958968e0a08e1b68dc9f3a9acac415c1708f6669d369ab484bbc07a8fc06716ed32fde70f22c0dbd8242417f95a713

diff --git a/dev-python/tqdm/tqdm-4.53.0.ebuild 
b/dev-python/tqdm/tqdm-4.53.0.ebuild
new file mode 100644
index 000..86b23f03a50
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.53.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   pytest -vv --ignore 'tests/tests_perf.py' ||
+   die "Tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-11-16 Thread Michał Górny
commit: 2329f0a1270b5aea61e3dfd2c4fa091cd3044a2e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 16 16:34:32 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 16 16:34:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2329f0a1

dev-python/tqdm: Bump to 4.52.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.52.0.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index f11d28e53aa..bc2eddeb5c1 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,2 +1,3 @@
 DIST tqdm-4.49.0.tar.gz 151935 BLAKE2B 
790e2912a402795af9aba2e4db80cf41a7cb08267dad5946d89b4d9fb8b8c7a1dd65f33dcaf315bbe82862c0c2934b2dd2b8cee894c592d5a61ac61dd8c5126f
 SHA512 
44197eb09b90551eb66c8b2e0dc97f6864fc91654465e7d478ece6ecd610242d8e378c6814f9d3e1cf05b2db1aa533743535051ad456ec5ef6d477be906ee217
 DIST tqdm-4.51.0.tar.gz 152976 BLAKE2B 
f9cef9de6a77c21e40394edd006fbd8fa913af4d3a9a8ac68bd9fde81b1eebc404f6fab90d9aadc57ce2ccfbc3a2f8d8879b151f6283dc34edc25d70f69ae6e1
 SHA512 
04bb2a173b9b79b76844fedbc14572fa955232d1dcb6ac55b7265c4cc7a4f712f2c2965ac3bcb9e10ea1bd041593230b047365816bf508d457d873a2d4830d3f
+DIST tqdm-4.52.0.tar.gz 180391 BLAKE2B 
f0dc1e991088deeb0160f227263c105dc0b2dd90be9be74eb0eecfc1195a6b831150d195ca6cfddeaef6deeef1b8c82df3240158792dfe9a238eb0c52730b570
 SHA512 
fe2161ac61528a4d3bf697dc6369fb06e2c0defb2275165a701a28b80bba98380ea156458b87a5c9c49d3fc6da56f05a54fbae935cf2a17d82eb5adaf79902f0

diff --git a/dev-python/tqdm/tqdm-4.52.0.ebuild 
b/dev-python/tqdm/tqdm-4.52.0.ebuild
new file mode 100644
index 000..86b23f03a50
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.52.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   pytest -vv --ignore 'tests/tests_perf.py' ||
+   die "Tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-11-02 Thread Michał Górny
commit: bc00ca9dd60e1ea994eaa35bd9fc433c0cae8fcf
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  2 10:31:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  2 10:34:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc00ca9d

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 -
 dev-python/tqdm/tqdm-4.50.2.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 26a652c5e63..f11d28e53aa 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,3 +1,2 @@
 DIST tqdm-4.49.0.tar.gz 151935 BLAKE2B 
790e2912a402795af9aba2e4db80cf41a7cb08267dad5946d89b4d9fb8b8c7a1dd65f33dcaf315bbe82862c0c2934b2dd2b8cee894c592d5a61ac61dd8c5126f
 SHA512 
44197eb09b90551eb66c8b2e0dc97f6864fc91654465e7d478ece6ecd610242d8e378c6814f9d3e1cf05b2db1aa533743535051ad456ec5ef6d477be906ee217
-DIST tqdm-4.50.2.tar.gz 153853 BLAKE2B 
12eccead810b8434ac1c7787b34ee54e78f6f2fa566e7ad10bbb428bb48af723e75126955e6af5262062d9a98621b5e70ca08925a2024c09488579c128ff5d00
 SHA512 
2d13473d3f7e85de1c62cc753bca2c2971acbfb8c1a0f99cebf248e9e384b5875ae655c41438abb9861d6c90051eec0d1a23af849f157359fa88c730718ecd33
 DIST tqdm-4.51.0.tar.gz 152976 BLAKE2B 
f9cef9de6a77c21e40394edd006fbd8fa913af4d3a9a8ac68bd9fde81b1eebc404f6fab90d9aadc57ce2ccfbc3a2f8d8879b151f6283dc34edc25d70f69ae6e1
 SHA512 
04bb2a173b9b79b76844fedbc14572fa955232d1dcb6ac55b7265c4cc7a4f712f2c2965ac3bcb9e10ea1bd041593230b047365816bf508d457d873a2d4830d3f

diff --git a/dev-python/tqdm/tqdm-4.50.2.ebuild 
b/dev-python/tqdm/tqdm-4.50.2.ebuild
deleted file mode 100644
index 27373f57ea4..000
--- a/dev-python/tqdm/tqdm-4.50.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-distutils_enable_tests nose
-
-python_prepare_all() {
-   sed -r \
-   -e "s:'nose'(,[[:space:]]*|)::" \
-   -e "s:'flake8'(,[[:space:]]*|)::" \
-   -e "s:'coverage'(,[[:space:]]*|)::" \
-   -i setup.py
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # tests_main.py requires the package to be installed
-   distutils_install_for_testing
-   # Skip unpredictable performance tests
-   nosetests tqdm -v --ignore 'tests_perf.py' \
-   || die "tests failed with ${EPYTHON}"
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install --skip-build
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-10-25 Thread Michał Górny
commit: f0763ac3226d34642fab02827e596f234bb6ea97
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 25 20:16:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 25 20:40:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0763ac3

dev-python/tqdm: Bump to 4.51.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.51.0.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 7176c82be38..26a652c5e63 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,2 +1,3 @@
 DIST tqdm-4.49.0.tar.gz 151935 BLAKE2B 
790e2912a402795af9aba2e4db80cf41a7cb08267dad5946d89b4d9fb8b8c7a1dd65f33dcaf315bbe82862c0c2934b2dd2b8cee894c592d5a61ac61dd8c5126f
 SHA512 
44197eb09b90551eb66c8b2e0dc97f6864fc91654465e7d478ece6ecd610242d8e378c6814f9d3e1cf05b2db1aa533743535051ad456ec5ef6d477be906ee217
 DIST tqdm-4.50.2.tar.gz 153853 BLAKE2B 
12eccead810b8434ac1c7787b34ee54e78f6f2fa566e7ad10bbb428bb48af723e75126955e6af5262062d9a98621b5e70ca08925a2024c09488579c128ff5d00
 SHA512 
2d13473d3f7e85de1c62cc753bca2c2971acbfb8c1a0f99cebf248e9e384b5875ae655c41438abb9861d6c90051eec0d1a23af849f157359fa88c730718ecd33
+DIST tqdm-4.51.0.tar.gz 152976 BLAKE2B 
f9cef9de6a77c21e40394edd006fbd8fa913af4d3a9a8ac68bd9fde81b1eebc404f6fab90d9aadc57ce2ccfbc3a2f8d8879b151f6283dc34edc25d70f69ae6e1
 SHA512 
04bb2a173b9b79b76844fedbc14572fa955232d1dcb6ac55b7265c4cc7a4f712f2c2965ac3bcb9e10ea1bd041593230b047365816bf508d457d873a2d4830d3f

diff --git a/dev-python/tqdm/tqdm-4.51.0.ebuild 
b/dev-python/tqdm/tqdm-4.51.0.ebuild
new file mode 100644
index 000..86b23f03a50
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.51.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   pytest -vv --ignore 'tests/tests_perf.py' ||
+   die "Tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-10-21 Thread Michał Górny
commit: e91555d19d02aa6070aea54e9fb34fcd2ac16c45
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 21 22:48:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 21 22:51:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91555d1

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  2 --
 dev-python/tqdm/tqdm-4.48.2.ebuild | 58 --
 dev-python/tqdm/tqdm-4.50.1.ebuild | 58 --
 3 files changed, 118 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index a57a57d2526..7176c82be38 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,4 +1,2 @@
-DIST tqdm-4.48.2.tar.gz 148978 BLAKE2B 
2423a3d23b86ec6b535a2157d0fbaea6921f95873fb2507a08ff57de0fdcf8fcbfb030210393f5410437ee9977da3ad2011f07a866b3f91a057e338082325976
 SHA512 
849e4dad4bd0819b328e906af8a8f7acf2ebfd559c9ae3ebf822bc64c1b1a5c96e44b9b69d3dedf6387c44cf9eed559f1377ea29f71fadfc8f056c52685425e9
 DIST tqdm-4.49.0.tar.gz 151935 BLAKE2B 
790e2912a402795af9aba2e4db80cf41a7cb08267dad5946d89b4d9fb8b8c7a1dd65f33dcaf315bbe82862c0c2934b2dd2b8cee894c592d5a61ac61dd8c5126f
 SHA512 
44197eb09b90551eb66c8b2e0dc97f6864fc91654465e7d478ece6ecd610242d8e378c6814f9d3e1cf05b2db1aa533743535051ad456ec5ef6d477be906ee217
-DIST tqdm-4.50.1.tar.gz 153435 BLAKE2B 
5dda14bc4007e2820dc1899d352dccfd72988ce0ec84b556404d4a92f13cf51f340b7e745c39d01076485adcc6331eaf86e49c37d441ab667e4ee9e07019b238
 SHA512 
4db3ab73ca387961e0522fb5521bbad0420f1cf99a38a5192f048e08a30aeddd20d39ca2d7cd24dbd29e2342018fe65d55a2d0b275d188bf41f7592b8b77cd32
 DIST tqdm-4.50.2.tar.gz 153853 BLAKE2B 
12eccead810b8434ac1c7787b34ee54e78f6f2fa566e7ad10bbb428bb48af723e75126955e6af5262062d9a98621b5e70ca08925a2024c09488579c128ff5d00
 SHA512 
2d13473d3f7e85de1c62cc753bca2c2971acbfb8c1a0f99cebf248e9e384b5875ae655c41438abb9861d6c90051eec0d1a23af849f157359fa88c730718ecd33

diff --git a/dev-python/tqdm/tqdm-4.48.2.ebuild 
b/dev-python/tqdm/tqdm-4.48.2.ebuild
deleted file mode 100644
index a51d15b84f0..000
--- a/dev-python/tqdm/tqdm-4.48.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-distutils_enable_tests nose
-
-python_prepare_all() {
-   sed -r \
-   -e "s:'nose'(,[[:space:]]*|)::" \
-   -e "s:'flake8'(,[[:space:]]*|)::" \
-   -e "s:'coverage'(,[[:space:]]*|)::" \
-   -i setup.py
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # tests_main.py requires the package to be installed
-   distutils_install_for_testing
-   # Skip unpredictable performance tests
-   nosetests tqdm -v --ignore 'tests_perf.py' \
-   || die "tests failed with ${EPYTHON}"
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install --skip-build
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/tqdm/tqdm-4.50.1.ebuild 
b/dev-python/tqdm/tqdm-4.50.1.ebuild
deleted file mode 100644
index 27373f57ea4..000
--- a/dev-python/tqdm/tqdm-4.50.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-distutils_enable_tests nose
-
-python_prepare_all() {
-   sed -r \
-   -e "s:'nose'(,[[:space:]]*|)::" \
-   -e "s:'flake8'(,[[:space:]]*|)::" \
-   -e "s:'coverage'(,[[:space:]]*|)::" \
-   -i setup.py
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # tests_main.py requires 

[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-10-18 Thread Sam James
commit: e69af279dc16a95b38f9b08ffdc48da5db09a607
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 18 19:19:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 18 19:19:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69af279

dev-python/tqdm: Stabilize 4.49.0 ALLARCHES, #749537

Signed-off-by: Sam James  gentoo.org>

 dev-python/tqdm/tqdm-4.49.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.49.0.ebuild 
b/dev-python/tqdm/tqdm-4.49.0.ebuild
index f0da95f23a6..a51d15b84f0 100644
--- a/dev-python/tqdm/tqdm-4.49.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.49.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-10-18 Thread Thomas Deutschmann
commit: 2b0ea1e4c97001804b653c8bb49ea6e1ebfd4722
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 18 19:09:21 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 18 19:10:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0ea1e4

dev-python/tqdm: x86 stable (bug #749537)

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/tqdm/tqdm-4.49.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.49.0.ebuild 
b/dev-python/tqdm/tqdm-4.49.0.ebuild
index 27373f57ea4..f0da95f23a6 100644
--- a/dev-python/tqdm/tqdm-4.49.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.49.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-10-08 Thread Michał Górny
commit: 4bbbe200cdd2785981053b563a74fb327d3e2eac
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct  8 21:00:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct  8 21:30:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbbe200

dev-python/tqdm: Bump to 4.50.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.50.2.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 419c55bfbd1..a57a57d2526 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,3 +1,4 @@
 DIST tqdm-4.48.2.tar.gz 148978 BLAKE2B 
2423a3d23b86ec6b535a2157d0fbaea6921f95873fb2507a08ff57de0fdcf8fcbfb030210393f5410437ee9977da3ad2011f07a866b3f91a057e338082325976
 SHA512 
849e4dad4bd0819b328e906af8a8f7acf2ebfd559c9ae3ebf822bc64c1b1a5c96e44b9b69d3dedf6387c44cf9eed559f1377ea29f71fadfc8f056c52685425e9
 DIST tqdm-4.49.0.tar.gz 151935 BLAKE2B 
790e2912a402795af9aba2e4db80cf41a7cb08267dad5946d89b4d9fb8b8c7a1dd65f33dcaf315bbe82862c0c2934b2dd2b8cee894c592d5a61ac61dd8c5126f
 SHA512 
44197eb09b90551eb66c8b2e0dc97f6864fc91654465e7d478ece6ecd610242d8e378c6814f9d3e1cf05b2db1aa533743535051ad456ec5ef6d477be906ee217
 DIST tqdm-4.50.1.tar.gz 153435 BLAKE2B 
5dda14bc4007e2820dc1899d352dccfd72988ce0ec84b556404d4a92f13cf51f340b7e745c39d01076485adcc6331eaf86e49c37d441ab667e4ee9e07019b238
 SHA512 
4db3ab73ca387961e0522fb5521bbad0420f1cf99a38a5192f048e08a30aeddd20d39ca2d7cd24dbd29e2342018fe65d55a2d0b275d188bf41f7592b8b77cd32
+DIST tqdm-4.50.2.tar.gz 153853 BLAKE2B 
12eccead810b8434ac1c7787b34ee54e78f6f2fa566e7ad10bbb428bb48af723e75126955e6af5262062d9a98621b5e70ca08925a2024c09488579c128ff5d00
 SHA512 
2d13473d3f7e85de1c62cc753bca2c2971acbfb8c1a0f99cebf248e9e384b5875ae655c41438abb9861d6c90051eec0d1a23af849f157359fa88c730718ecd33

diff --git a/dev-python/tqdm/tqdm-4.50.2.ebuild 
b/dev-python/tqdm/tqdm-4.50.2.ebuild
new file mode 100644
index 000..27373f57ea4
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.50.2.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+distutils_enable_tests nose
+
+python_prepare_all() {
+   sed -r \
+   -e "s:'nose'(,[[:space:]]*|)::" \
+   -e "s:'flake8'(,[[:space:]]*|)::" \
+   -e "s:'coverage'(,[[:space:]]*|)::" \
+   -i setup.py
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # tests_main.py requires the package to be installed
+   distutils_install_for_testing
+   # Skip unpredictable performance tests
+   nosetests tqdm -v --ignore 'tests_perf.py' \
+   || die "tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install --skip-build
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-10-07 Thread Michał Górny
commit: d1c79394ff4a0b8823294574220e077127cc0c3c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct  7 18:34:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct  7 18:37:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c79394

dev-python/tqdm: Bump to 4.50.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.50.1.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 8f2e3b0cb99..419c55bfbd1 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,2 +1,3 @@
 DIST tqdm-4.48.2.tar.gz 148978 BLAKE2B 
2423a3d23b86ec6b535a2157d0fbaea6921f95873fb2507a08ff57de0fdcf8fcbfb030210393f5410437ee9977da3ad2011f07a866b3f91a057e338082325976
 SHA512 
849e4dad4bd0819b328e906af8a8f7acf2ebfd559c9ae3ebf822bc64c1b1a5c96e44b9b69d3dedf6387c44cf9eed559f1377ea29f71fadfc8f056c52685425e9
 DIST tqdm-4.49.0.tar.gz 151935 BLAKE2B 
790e2912a402795af9aba2e4db80cf41a7cb08267dad5946d89b4d9fb8b8c7a1dd65f33dcaf315bbe82862c0c2934b2dd2b8cee894c592d5a61ac61dd8c5126f
 SHA512 
44197eb09b90551eb66c8b2e0dc97f6864fc91654465e7d478ece6ecd610242d8e378c6814f9d3e1cf05b2db1aa533743535051ad456ec5ef6d477be906ee217
+DIST tqdm-4.50.1.tar.gz 153435 BLAKE2B 
5dda14bc4007e2820dc1899d352dccfd72988ce0ec84b556404d4a92f13cf51f340b7e745c39d01076485adcc6331eaf86e49c37d441ab667e4ee9e07019b238
 SHA512 
4db3ab73ca387961e0522fb5521bbad0420f1cf99a38a5192f048e08a30aeddd20d39ca2d7cd24dbd29e2342018fe65d55a2d0b275d188bf41f7592b8b77cd32

diff --git a/dev-python/tqdm/tqdm-4.50.1.ebuild 
b/dev-python/tqdm/tqdm-4.50.1.ebuild
new file mode 100644
index 000..27373f57ea4
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.50.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+distutils_enable_tests nose
+
+python_prepare_all() {
+   sed -r \
+   -e "s:'nose'(,[[:space:]]*|)::" \
+   -e "s:'flake8'(,[[:space:]]*|)::" \
+   -e "s:'coverage'(,[[:space:]]*|)::" \
+   -i setup.py
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # tests_main.py requires the package to be installed
+   distutils_install_for_testing
+   # Skip unpredictable performance tests
+   nosetests tqdm -v --ignore 'tests_perf.py' \
+   || die "tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install --skip-build
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-09-18 Thread Michał Górny
commit: e3160d02c14956429009dea62d91db1a2a9677d9
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 18 15:50:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 18 15:53:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3160d02

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 -
 dev-python/tqdm/tqdm-4.47.0.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 45e0f17330e..8f2e3b0cb99 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,3 +1,2 @@
-DIST tqdm-4.47.0.tar.gz 145749 BLAKE2B 
77a5efec763a8e58e071ee571077ee0db72d9243308592519ecd2c38f60d6b621fd7362dd87bdd0759a39f25c19cc3cc889e9a8376dc658ed565ca7e19fc68cd
 SHA512 
4023988cef757f43a6f59f7eddc8f40246cbca4994cea91dbb4a788385c0706f376f4c0fd5c8c47146c10eb8c52be2c9d4855b7bea0a5036162c55447aac95d7
 DIST tqdm-4.48.2.tar.gz 148978 BLAKE2B 
2423a3d23b86ec6b535a2157d0fbaea6921f95873fb2507a08ff57de0fdcf8fcbfb030210393f5410437ee9977da3ad2011f07a866b3f91a057e338082325976
 SHA512 
849e4dad4bd0819b328e906af8a8f7acf2ebfd559c9ae3ebf822bc64c1b1a5c96e44b9b69d3dedf6387c44cf9eed559f1377ea29f71fadfc8f056c52685425e9
 DIST tqdm-4.49.0.tar.gz 151935 BLAKE2B 
790e2912a402795af9aba2e4db80cf41a7cb08267dad5946d89b4d9fb8b8c7a1dd65f33dcaf315bbe82862c0c2934b2dd2b8cee894c592d5a61ac61dd8c5126f
 SHA512 
44197eb09b90551eb66c8b2e0dc97f6864fc91654465e7d478ece6ecd610242d8e378c6814f9d3e1cf05b2db1aa533743535051ad456ec5ef6d477be906ee217

diff --git a/dev-python/tqdm/tqdm-4.47.0.ebuild 
b/dev-python/tqdm/tqdm-4.47.0.ebuild
deleted file mode 100644
index a51d15b84f0..000
--- a/dev-python/tqdm/tqdm-4.47.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-distutils_enable_tests nose
-
-python_prepare_all() {
-   sed -r \
-   -e "s:'nose'(,[[:space:]]*|)::" \
-   -e "s:'flake8'(,[[:space:]]*|)::" \
-   -e "s:'coverage'(,[[:space:]]*|)::" \
-   -i setup.py
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # tests_main.py requires the package to be installed
-   distutils_install_for_testing
-   # Skip unpredictable performance tests
-   nosetests tqdm -v --ignore 'tests_perf.py' \
-   || die "tests failed with ${EPYTHON}"
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install --skip-build
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-09-13 Thread Michał Górny
commit: b18c6e84c3963dd92605ec88005bc608ea4fe63a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 13 06:48:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 13 07:13:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18c6e84

dev-python/tqdm: Bump to 4.49.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.49.0.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 5e5fe746a1e..45e0f17330e 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,2 +1,3 @@
 DIST tqdm-4.47.0.tar.gz 145749 BLAKE2B 
77a5efec763a8e58e071ee571077ee0db72d9243308592519ecd2c38f60d6b621fd7362dd87bdd0759a39f25c19cc3cc889e9a8376dc658ed565ca7e19fc68cd
 SHA512 
4023988cef757f43a6f59f7eddc8f40246cbca4994cea91dbb4a788385c0706f376f4c0fd5c8c47146c10eb8c52be2c9d4855b7bea0a5036162c55447aac95d7
 DIST tqdm-4.48.2.tar.gz 148978 BLAKE2B 
2423a3d23b86ec6b535a2157d0fbaea6921f95873fb2507a08ff57de0fdcf8fcbfb030210393f5410437ee9977da3ad2011f07a866b3f91a057e338082325976
 SHA512 
849e4dad4bd0819b328e906af8a8f7acf2ebfd559c9ae3ebf822bc64c1b1a5c96e44b9b69d3dedf6387c44cf9eed559f1377ea29f71fadfc8f056c52685425e9
+DIST tqdm-4.49.0.tar.gz 151935 BLAKE2B 
790e2912a402795af9aba2e4db80cf41a7cb08267dad5946d89b4d9fb8b8c7a1dd65f33dcaf315bbe82862c0c2934b2dd2b8cee894c592d5a61ac61dd8c5126f
 SHA512 
44197eb09b90551eb66c8b2e0dc97f6864fc91654465e7d478ece6ecd610242d8e378c6814f9d3e1cf05b2db1aa533743535051ad456ec5ef6d477be906ee217

diff --git a/dev-python/tqdm/tqdm-4.49.0.ebuild 
b/dev-python/tqdm/tqdm-4.49.0.ebuild
new file mode 100644
index 000..27373f57ea4
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.49.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+distutils_enable_tests nose
+
+python_prepare_all() {
+   sed -r \
+   -e "s:'nose'(,[[:space:]]*|)::" \
+   -e "s:'flake8'(,[[:space:]]*|)::" \
+   -e "s:'coverage'(,[[:space:]]*|)::" \
+   -i setup.py
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # tests_main.py requires the package to be installed
+   distutils_install_for_testing
+   # Skip unpredictable performance tests
+   nosetests tqdm -v --ignore 'tests_perf.py' \
+   || die "tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install --skip-build
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-09-08 Thread Sam James
commit: 2720dca6897da3f5ea85b623102e700a43cba432
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  9 00:10:19 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  9 00:10:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2720dca6

dev-python/tqdm: Stabilize 4.48.2 ALLARCHES, #741290

Signed-off-by: Sam James  gentoo.org>

 dev-python/tqdm/tqdm-4.48.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.48.2.ebuild 
b/dev-python/tqdm/tqdm-4.48.2.ebuild
index 27373f57ea4..a51d15b84f0 100644
--- a/dev-python/tqdm/tqdm-4.48.2.ebuild
+++ b/dev-python/tqdm/tqdm-4.48.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-08-22 Thread Michał Górny
commit: 9dfb7c3a1aa165ab4e46ddf7ab20036305bd4550
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 22 07:08:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 22 07:08:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dfb7c3a

dev-python/tqdm: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  2 --
 dev-python/tqdm/tqdm-4.48.0.ebuild | 58 --
 dev-python/tqdm/tqdm-4.48.1.ebuild | 58 --
 3 files changed, 118 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index e8dcea048d3..5e5fe746a1e 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,4 +1,2 @@
 DIST tqdm-4.47.0.tar.gz 145749 BLAKE2B 
77a5efec763a8e58e071ee571077ee0db72d9243308592519ecd2c38f60d6b621fd7362dd87bdd0759a39f25c19cc3cc889e9a8376dc658ed565ca7e19fc68cd
 SHA512 
4023988cef757f43a6f59f7eddc8f40246cbca4994cea91dbb4a788385c0706f376f4c0fd5c8c47146c10eb8c52be2c9d4855b7bea0a5036162c55447aac95d7
-DIST tqdm-4.48.0.tar.gz 148578 BLAKE2B 
95ce438cc14cad5a4ad7b9b2b89b38d5a5c49e27a4ed797ae1a05d7eb3d9539dfaaee72f6330cd5f3f18721ca4259c5ee3f643ae8dd509f1e2261566ee9c3f02
 SHA512 
9c23b103603c5f56f9cc84d04e68950a0e6431cf40db856918f6e2f21aea61fafbbf466eff6d80fc14c40bb2a11dd0be80e801c55adbab02762c36ce9bed31a9
-DIST tqdm-4.48.1.tar.gz 148971 BLAKE2B 
119b538dc9fadc1b38cb48d6169ecd647397883bbf26257cabe6d613e48fbcded3bebf74399f96ba69603b24589464b559da1f204fd38bd6d87e836539d6cc61
 SHA512 
fc47674c0c62d83d2bffb2ee46862b562517c4ceef21e1802db4a85006bee53f6a99fba87ebeb9e8ea5d34ae35a21378ae379ba159dd6aab16f28d1ed527f0c3
 DIST tqdm-4.48.2.tar.gz 148978 BLAKE2B 
2423a3d23b86ec6b535a2157d0fbaea6921f95873fb2507a08ff57de0fdcf8fcbfb030210393f5410437ee9977da3ad2011f07a866b3f91a057e338082325976
 SHA512 
849e4dad4bd0819b328e906af8a8f7acf2ebfd559c9ae3ebf822bc64c1b1a5c96e44b9b69d3dedf6387c44cf9eed559f1377ea29f71fadfc8f056c52685425e9

diff --git a/dev-python/tqdm/tqdm-4.48.0.ebuild 
b/dev-python/tqdm/tqdm-4.48.0.ebuild
deleted file mode 100644
index 27373f57ea4..000
--- a/dev-python/tqdm/tqdm-4.48.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-distutils_enable_tests nose
-
-python_prepare_all() {
-   sed -r \
-   -e "s:'nose'(,[[:space:]]*|)::" \
-   -e "s:'flake8'(,[[:space:]]*|)::" \
-   -e "s:'coverage'(,[[:space:]]*|)::" \
-   -i setup.py
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # tests_main.py requires the package to be installed
-   distutils_install_for_testing
-   # Skip unpredictable performance tests
-   nosetests tqdm -v --ignore 'tests_perf.py' \
-   || die "tests failed with ${EPYTHON}"
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install --skip-build
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/tqdm/tqdm-4.48.1.ebuild 
b/dev-python/tqdm/tqdm-4.48.1.ebuild
deleted file mode 100644
index 27373f57ea4..000
--- a/dev-python/tqdm/tqdm-4.48.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-distutils_enable_tests nose
-
-python_prepare_all() {
-   sed -r \
-   -e "s:'nose'(,[[:space:]]*|)::" \
-   -e "s:'flake8'(,[[:space:]]*|)::" \
-   -e "s:'coverage'(,[[:space:]]*|)::" \
-   -i setup.py
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # 

[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-08-04 Thread Michał Górny
commit: 74072da9ff8ac80a95dd073d54711de212ab5c23
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug  4 12:34:45 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  4 13:48:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74072da9

dev-python/tqdm: Bump to 4.48.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.48.2.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index e39d78c5a68..e8dcea048d3 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,3 +1,4 @@
 DIST tqdm-4.47.0.tar.gz 145749 BLAKE2B 
77a5efec763a8e58e071ee571077ee0db72d9243308592519ecd2c38f60d6b621fd7362dd87bdd0759a39f25c19cc3cc889e9a8376dc658ed565ca7e19fc68cd
 SHA512 
4023988cef757f43a6f59f7eddc8f40246cbca4994cea91dbb4a788385c0706f376f4c0fd5c8c47146c10eb8c52be2c9d4855b7bea0a5036162c55447aac95d7
 DIST tqdm-4.48.0.tar.gz 148578 BLAKE2B 
95ce438cc14cad5a4ad7b9b2b89b38d5a5c49e27a4ed797ae1a05d7eb3d9539dfaaee72f6330cd5f3f18721ca4259c5ee3f643ae8dd509f1e2261566ee9c3f02
 SHA512 
9c23b103603c5f56f9cc84d04e68950a0e6431cf40db856918f6e2f21aea61fafbbf466eff6d80fc14c40bb2a11dd0be80e801c55adbab02762c36ce9bed31a9
 DIST tqdm-4.48.1.tar.gz 148971 BLAKE2B 
119b538dc9fadc1b38cb48d6169ecd647397883bbf26257cabe6d613e48fbcded3bebf74399f96ba69603b24589464b559da1f204fd38bd6d87e836539d6cc61
 SHA512 
fc47674c0c62d83d2bffb2ee46862b562517c4ceef21e1802db4a85006bee53f6a99fba87ebeb9e8ea5d34ae35a21378ae379ba159dd6aab16f28d1ed527f0c3
+DIST tqdm-4.48.2.tar.gz 148978 BLAKE2B 
2423a3d23b86ec6b535a2157d0fbaea6921f95873fb2507a08ff57de0fdcf8fcbfb030210393f5410437ee9977da3ad2011f07a866b3f91a057e338082325976
 SHA512 
849e4dad4bd0819b328e906af8a8f7acf2ebfd559c9ae3ebf822bc64c1b1a5c96e44b9b69d3dedf6387c44cf9eed559f1377ea29f71fadfc8f056c52685425e9

diff --git a/dev-python/tqdm/tqdm-4.48.2.ebuild 
b/dev-python/tqdm/tqdm-4.48.2.ebuild
new file mode 100644
index 000..27373f57ea4
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.48.2.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+distutils_enable_tests nose
+
+python_prepare_all() {
+   sed -r \
+   -e "s:'nose'(,[[:space:]]*|)::" \
+   -e "s:'flake8'(,[[:space:]]*|)::" \
+   -e "s:'coverage'(,[[:space:]]*|)::" \
+   -i setup.py
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # tests_main.py requires the package to be installed
+   distutils_install_for_testing
+   # Skip unpredictable performance tests
+   nosetests tqdm -v --ignore 'tests_perf.py' \
+   || die "tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install --skip-build
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-08-03 Thread Michał Górny
commit: e3e8d072637a6a9ec33508a69d670f82333fc369
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug  3 07:08:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug  3 07:47:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e8d072

dev-python/tqdm: Bump to 4.48.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.48.1.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 3aea4fbda18..e39d78c5a68 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,2 +1,3 @@
 DIST tqdm-4.47.0.tar.gz 145749 BLAKE2B 
77a5efec763a8e58e071ee571077ee0db72d9243308592519ecd2c38f60d6b621fd7362dd87bdd0759a39f25c19cc3cc889e9a8376dc658ed565ca7e19fc68cd
 SHA512 
4023988cef757f43a6f59f7eddc8f40246cbca4994cea91dbb4a788385c0706f376f4c0fd5c8c47146c10eb8c52be2c9d4855b7bea0a5036162c55447aac95d7
 DIST tqdm-4.48.0.tar.gz 148578 BLAKE2B 
95ce438cc14cad5a4ad7b9b2b89b38d5a5c49e27a4ed797ae1a05d7eb3d9539dfaaee72f6330cd5f3f18721ca4259c5ee3f643ae8dd509f1e2261566ee9c3f02
 SHA512 
9c23b103603c5f56f9cc84d04e68950a0e6431cf40db856918f6e2f21aea61fafbbf466eff6d80fc14c40bb2a11dd0be80e801c55adbab02762c36ce9bed31a9
+DIST tqdm-4.48.1.tar.gz 148971 BLAKE2B 
119b538dc9fadc1b38cb48d6169ecd647397883bbf26257cabe6d613e48fbcded3bebf74399f96ba69603b24589464b559da1f204fd38bd6d87e836539d6cc61
 SHA512 
fc47674c0c62d83d2bffb2ee46862b562517c4ceef21e1802db4a85006bee53f6a99fba87ebeb9e8ea5d34ae35a21378ae379ba159dd6aab16f28d1ed527f0c3

diff --git a/dev-python/tqdm/tqdm-4.48.1.ebuild 
b/dev-python/tqdm/tqdm-4.48.1.ebuild
new file mode 100644
index 000..27373f57ea4
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.48.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+distutils_enable_tests nose
+
+python_prepare_all() {
+   sed -r \
+   -e "s:'nose'(,[[:space:]]*|)::" \
+   -e "s:'flake8'(,[[:space:]]*|)::" \
+   -e "s:'coverage'(,[[:space:]]*|)::" \
+   -i setup.py
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # tests_main.py requires the package to be installed
+   distutils_install_for_testing
+   # Skip unpredictable performance tests
+   nosetests tqdm -v --ignore 'tests_perf.py' \
+   || die "tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install --skip-build
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-07-30 Thread Michał Górny
commit: 992607055a4a96d7d60327f27395c11db035138e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 30 20:31:42 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 30 20:40:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99260705

dev-python/tqdm: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  2 --
 dev-python/tqdm/tqdm-4.40.0.ebuild | 60 --
 dev-python/tqdm/tqdm-4.45.0.ebuild | 60 --
 3 files changed, 122 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 4d04dae94ba..3aea4fbda18 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,4 +1,2 @@
-DIST tqdm-4.40.0.tar.gz 129225 BLAKE2B 
85030c11bdba6c1d6da461e3c648bae6ae173577fb18986e3153badd73a28352f807782759aa52ed082d7ee0c13dc5f850c1da563ee5892f6bf5e8f49c48c7ee
 SHA512 
1c326d98130c79f614cea502723e4202baa57b7b4639e208133cb464785e4a8d4eaa9d262ea484246d45e5eb8f21994e7ecf3fd6ef0f4966f9049fc8013d7442
-DIST tqdm-4.45.0.tar.gz 140990 BLAKE2B 
8699b3a820859406e9bbafaaa48ba1b418e3083898d2b6c3401078996dd03431db259d5ad8a377226a50b80513ef0fc55bdaf2b67fc4a2bdd490bc5fdc04d681
 SHA512 
7b35f86205c6581ede9bdb0788e7f55be525c3f0f77952803046661c6a7a6cd3c15ed0323376ecedb5cddace1b32a41fee1932033dcaa49f9096dc3b9b674f10
 DIST tqdm-4.47.0.tar.gz 145749 BLAKE2B 
77a5efec763a8e58e071ee571077ee0db72d9243308592519ecd2c38f60d6b621fd7362dd87bdd0759a39f25c19cc3cc889e9a8376dc658ed565ca7e19fc68cd
 SHA512 
4023988cef757f43a6f59f7eddc8f40246cbca4994cea91dbb4a788385c0706f376f4c0fd5c8c47146c10eb8c52be2c9d4855b7bea0a5036162c55447aac95d7
 DIST tqdm-4.48.0.tar.gz 148578 BLAKE2B 
95ce438cc14cad5a4ad7b9b2b89b38d5a5c49e27a4ed797ae1a05d7eb3d9539dfaaee72f6330cd5f3f18721ca4259c5ee3f643ae8dd509f1e2261566ee9c3f02
 SHA512 
9c23b103603c5f56f9cc84d04e68950a0e6431cf40db856918f6e2f21aea61fafbbf466eff6d80fc14c40bb2a11dd0be80e801c55adbab02762c36ce9bed31a9

diff --git a/dev-python/tqdm/tqdm-4.40.0.ebuild 
b/dev-python/tqdm/tqdm-4.40.0.ebuild
deleted file mode 100644
index 68318744494..000
--- a/dev-python/tqdm/tqdm-4.40.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm64 ~hppa ~sparc x86"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-BDEPEND="${RDEPEND}"
-
-distutils_enable_tests nose
-
-python_prepare_all() {
-   sed -r \
-   -e "s:'nose'(,[[:space:]]*|)::" \
-   -e "s:'flake8'(,[[:space:]]*|)::" \
-   -e "s:'coverage'(,[[:space:]]*|)::" \
-   -i setup.py
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # tests_main.py requires the package to be installed
-   distutils_install_for_testing
-   # Skip unpredictable performance tests
-   nosetests tqdm -v --ignore 'tests_perf.py' \
-   || die "tests failed with ${EPYTHON}"
-}
-
-python_install() {
-   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
-   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
-   distutils-r1_python_install --skip-build
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/tqdm/tqdm-4.45.0.ebuild 
b/dev-python/tqdm/tqdm-4.45.0.ebuild
deleted file mode 100644
index 5e0723833cd..000
--- a/dev-python/tqdm/tqdm-4.45.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 sparc x86"
-fi
-
-DESCRIPTION="Add a progress meter to your loops in a second"
-HOMEPAGE="https://github.com/tqdm/tqdm;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-BDEPEND="${RDEPEND}"
-
-distutils_enable_tests nose
-
-python_prepare_all() {
-   sed -r \
-   -e "s:'nose'(,[[:space:]]*|)::" \
-   -e "s:'flake8'(,[[:space:]]*|)::" \
-   -e "s:'coverage'(,[[:space:]]*|)::" \
-   -i setup.py
-
-   distutils-r1_python_prepare_all
-}
-

[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-07-29 Thread Sam James
commit: b886c6fdfe0bb20a92540648cb34d2cc7e665645
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 01:06:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 01:06:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b886c6fd

dev-python/tqdm: ALLARCHES stable (via arm, bug #734504)

Closes: https://bugs.gentoo.org/734504
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/tqdm/tqdm-4.47.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.47.0.ebuild 
b/dev-python/tqdm/tqdm-4.47.0.ebuild
index f2daea7cd28..a51d15b84f0 100644
--- a/dev-python/tqdm/tqdm-4.47.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.47.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-07-29 Thread Sam James
commit: 3c3c45ae56e3bea04c7efcc956d99b9fc3b1eba9
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 00:20:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 00:20:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3c45ae

dev-python/tqdm: arm stable (bug #734504)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/tqdm/tqdm-4.47.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tqdm/tqdm-4.47.0.ebuild 
b/dev-python/tqdm/tqdm-4.47.0.ebuild
index 27373f57ea4..f2daea7cd28 100644
--- a/dev-python/tqdm/tqdm-4.47.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.47.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-07-29 Thread Michał Górny
commit: f59d0b7a7f755727f6481b571b92888538aed12c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 29 10:00:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 29 10:20:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f59d0b7a

dev-python/tqdm: Mark ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/tqdm/metadata.xml b/dev-python/tqdm/metadata.xml
index d109a0ebe95..62d174ed4d2 100644
--- a/dev-python/tqdm/metadata.xml
+++ b/dev-python/tqdm/metadata.xml
@@ -17,6 +17,7 @@
Instantly make your loops show a progress meter - just wrap 
any iterator with "tqdm(iterator)", and you're done!

+   

tqdm
tqdm/tqdm



  1   2   >