Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/
Date: Thu, 31 Mar 2022 14:08:32
Message-Id: 1648735646.a08fe3acd51986be5e048b881d5dbfd785a8df7a.mgorny@gentoo
1 commit: a08fe3acd51986be5e048b881d5dbfd785a8df7a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 14:07:26 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 14:07:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08fe3ac
7
8 dev-python/tqdm: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/tqdm/Manifest | 2 --
13 dev-python/tqdm/tqdm-4.62.3.ebuild | 50 --------------------------------------
14 dev-python/tqdm/tqdm-4.63.0.ebuild | 46 -----------------------------------
15 3 files changed, 98 deletions(-)
16
17 diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
18 index ab52b3363922..ea99205e61fd 100644
19 --- a/dev-python/tqdm/Manifest
20 +++ b/dev-python/tqdm/Manifest
21 @@ -1,3 +1 @@
22 -DIST tqdm-4.62.3.tar.gz 167952 BLAKE2B d5732fc97256e1fc4f55bd1a0f69f98a87e7132cc1d8484baa12b7615da5a95ce20268515539c595c2b2aaf20f9a9434c17d581b3b90ea3cad3515150e469471 SHA512 1083ca2080163c98bbb55e124ce9d47c790e47c83cd8dad60e4c93773d1d97a50aacb5a25ddb8a2ae3691738e4f4942c88d55dab406c3e810cac18b8929d20ee
23 -DIST tqdm-4.63.0.tar.gz 168556 BLAKE2B f4fa47290f580f0923fa4325e88b103c4175344c928844149bf4b4445816bb7e87bd176d666b93a94a5981b246541017f0a34d710becf082110caca68b9ee45d SHA512 939ac7e310204094cb0c6a935ba6a91af45cd63fa8fa83865b75d1bcea440d5ff21a4d3405f5bcce864b43159921d3ef7b92d9c390fe30902f24e4e724c7eaf9
24 DIST tqdm-4.63.1.tar.gz 168619 BLAKE2B c5d282f07bd1042097ba24cfc7c5311ce53fa5b66e4f9d4b8504c5d102a4c380dfbc8bb59deee469c90d9726b7d36a34cf9c88ed07b412378f51819f789e8e9c SHA512 3d7dfb81ca6b8b72f26d6b3ef4309af19e1679d3ee805e3c1326e804df4204acc20de8d935394eac736a1598d9c5485165f3cbd2b83b746c2bbf202d3b1e4c5c
25
26 diff --git a/dev-python/tqdm/tqdm-4.62.3.ebuild b/dev-python/tqdm/tqdm-4.62.3.ebuild
27 deleted file mode 100644
28 index 3ebaec9089ff..000000000000
29 --- a/dev-python/tqdm/tqdm-4.62.3.ebuild
30 +++ /dev/null
31 @@ -1,50 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
38 -inherit distutils-r1
39 -
40 -if [[ ${PV} == 9999 ]]; then
41 - inherit git-r3
42 - EGIT_REPO_URI="https://github.com/tqdm/tqdm"
43 -else
44 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
46 -fi
47 -
48 -DESCRIPTION="Add a progress meter to your loops in a second"
49 -HOMEPAGE="https://github.com/tqdm/tqdm"
50 -
51 -LICENSE="MIT"
52 -SLOT="0"
53 -IUSE="examples"
54 -
55 -BDEPEND="
56 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
57 - test? (
58 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
59 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
60 - )"
61 -
62 -distutils_enable_tests pytest
63 -
64 -python_test() {
65 - # Skip unpredictable performance tests
66 - epytest --ignore 'tests/tests_perf.py'
67 -}
68 -
69 -python_install() {
70 - doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
71 - rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
72 - distutils-r1_python_install
73 -}
74 -
75 -python_install_all() {
76 - if use examples; then
77 - dodoc -r examples
78 - docompress -x /usr/share/doc/${PF}/examples
79 - fi
80 - distutils-r1_python_install_all
81 -}
82
83 diff --git a/dev-python/tqdm/tqdm-4.63.0.ebuild b/dev-python/tqdm/tqdm-4.63.0.ebuild
84 deleted file mode 100644
85 index e8dbfbed9a0d..000000000000
86 --- a/dev-python/tqdm/tqdm-4.63.0.ebuild
87 +++ /dev/null
88 @@ -1,46 +0,0 @@
89 -# Copyright 1999-2022 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=8
93 -
94 -DISTUTILS_USE_PEP517=setuptools
95 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
96 -
97 -inherit bash-completion-r1 distutils-r1
98 -
99 -DESCRIPTION="Add a progress meter to your loops in a second"
100 -HOMEPAGE="
101 - https://github.com/tqdm/tqdm/
102 - https://pypi.org/project/tqdm/
103 -"
104 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
105 -
106 -LICENSE="MIT"
107 -SLOT="0"
108 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
109 -IUSE="examples"
110 -
111 -BDEPEND="
112 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
113 - test? (
114 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
115 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
116 - )
117 -"
118 -
119 -distutils_enable_tests pytest
120 -
121 -EPYTEST_IGNORE=(
122 - # Skip unpredictable performance tests
123 - tests/tests_perf.py
124 -)
125 -
126 -python_install_all() {
127 - doman tqdm/tqdm.1
128 - newbashcomp tqdm/completion.sh tqdm
129 - if use examples; then
130 - dodoc -r examples
131 - docompress -x /usr/share/doc/${PF}/examples
132 - fi
133 - distutils-r1_python_install_all
134 -}