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: Sat, 03 Jul 2021 06:21:24
Message-Id: 1625293275.6b19c55d09fddcc0ee4c9d3860b110ed1bda30ec.mgorny@gentoo
1 commit: 6b19c55d09fddcc0ee4c9d3860b110ed1bda30ec
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 06:19:56 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 3 06:21:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b19c55d
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.60.0.ebuild | 53 --------------------------------------
14 dev-python/tqdm/tqdm-4.61.0.ebuild | 51 ------------------------------------
15 3 files changed, 106 deletions(-)
16
17 diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
18 index 49ea7abe16c..f9785ed38ea 100644
19 --- a/dev-python/tqdm/Manifest
20 +++ b/dev-python/tqdm/Manifest
21 @@ -1,3 +1 @@
22 -DIST tqdm-4.60.0.tar.gz 174201 BLAKE2B 78f4e2c2189621b5d276b8a9c75bae1566b05888cce81d8281de358ad2817e9751395bcf529c07620cd1ec4431c78ed7c1400dc96e9c3a99ac92daf2551b2da5 SHA512 e76dda97323353725c8e30b254bacfa328b4708d37ba2d21dadd30fd26e76605d8f077f02f2047030c6ab9761710a0e86640153fee0e3a3f972db12266fcfde2
23 -DIST tqdm-4.61.0.tar.gz 169471 BLAKE2B 6710b057bc5cab7afc72681c469618b442d47a0aec4300f52a360af41fff082a96d3f67cb650978c924df210a1c56e2856f181d55cdcc5692713d53581932144 SHA512 7c13c98572ac2800b695cf38d6de84b348c20967187dfcd3a358fc3a9999bfda509d3b4fbb77272840e1568ed975fc038cfb4034288c72560e09a58fbdc636f1
24 DIST tqdm-4.61.1.tar.gz 169637 BLAKE2B 8b89f320e13119b24a9e121747bce0b5c6625c31feb8c427a97e71da52797d9de764ce5e5c41c07d5954a1e5e4e21913335a4691837bc243db473821b2dad1ac SHA512 6092a30389380a511abc8bee7e6144556d6dc1a993ba4a2685707afa2838a12f472aa216ac5e55d144da74f9be1d398d4c6f5352986a200557e4aba67831a505
25
26 diff --git a/dev-python/tqdm/tqdm-4.60.0.ebuild b/dev-python/tqdm/tqdm-4.60.0.ebuild
27 deleted file mode 100644
28 index 107d99ae72d..00000000000
29 --- a/dev-python/tqdm/tqdm-4.60.0.ebuild
30 +++ /dev/null
31 @@ -1,53 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -DISTUTILS_USE_SETUPTOOLS=rdepend
38 -PYTHON_COMPAT=( pypy3 python3_{7..9} )
39 -
40 -inherit distutils-r1
41 -
42 -if [[ ${PV} == 9999 ]]; then
43 - inherit git-r3
44 - EGIT_REPO_URI="https://github.com/tqdm/tqdm"
45 -else
46 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
48 -fi
49 -
50 -DESCRIPTION="Add a progress meter to your loops in a second"
51 -HOMEPAGE="https://github.com/tqdm/tqdm"
52 -
53 -LICENSE="MIT"
54 -SLOT="0"
55 -IUSE="examples"
56 -
57 -BDEPEND="
58 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
59 - dev-python/toml[${PYTHON_USEDEP}]
60 - test? (
61 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
62 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
63 - )"
64 -
65 -distutils_enable_tests pytest
66 -
67 -python_test() {
68 - # Skip unpredictable performance tests
69 - epytest --ignore 'tests/tests_perf.py'
70 -}
71 -
72 -python_install() {
73 - doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
74 - rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
75 - distutils-r1_python_install
76 -}
77 -
78 -python_install_all() {
79 - if use examples; then
80 - dodoc -r examples
81 - docompress -x /usr/share/doc/${PF}/examples
82 - fi
83 - distutils-r1_python_install_all
84 -}
85
86 diff --git a/dev-python/tqdm/tqdm-4.61.0.ebuild b/dev-python/tqdm/tqdm-4.61.0.ebuild
87 deleted file mode 100644
88 index 4cec8fab24b..00000000000
89 --- a/dev-python/tqdm/tqdm-4.61.0.ebuild
90 +++ /dev/null
91 @@ -1,51 +0,0 @@
92 -# Copyright 1999-2021 Gentoo Authors
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=7
96 -
97 -PYTHON_COMPAT=( pypy3 python3_{7..9} )
98 -inherit distutils-r1
99 -
100 -if [[ ${PV} == 9999 ]]; then
101 - inherit git-r3
102 - EGIT_REPO_URI="https://github.com/tqdm/tqdm"
103 -else
104 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
105 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
106 -fi
107 -
108 -DESCRIPTION="Add a progress meter to your loops in a second"
109 -HOMEPAGE="https://github.com/tqdm/tqdm"
110 -
111 -LICENSE="MIT"
112 -SLOT="0"
113 -IUSE="examples"
114 -
115 -BDEPEND="
116 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
117 - dev-python/toml[${PYTHON_USEDEP}]
118 - test? (
119 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
120 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
121 - )"
122 -
123 -distutils_enable_tests pytest
124 -
125 -python_test() {
126 - # Skip unpredictable performance tests
127 - epytest --ignore 'tests/tests_perf.py'
128 -}
129 -
130 -python_install() {
131 - doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
132 - rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
133 - distutils-r1_python_install
134 -}
135 -
136 -python_install_all() {
137 - if use examples; then
138 - dodoc -r examples
139 - docompress -x /usr/share/doc/${PF}/examples
140 - fi
141 - distutils-r1_python_install_all
142 -}