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/ubelt/
Date: Mon, 16 May 2022 13:31:01
Message-Id: 1652707693.4f2ed3c45be5517802788f3e3305d2b1465009a0.mgorny@gentoo
1 commit: 4f2ed3c45be5517802788f3e3305d2b1465009a0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:28:13 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:28:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f2ed3c4
7
8 dev-python/ubelt: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/ubelt/Manifest | 5 -----
13 dev-python/ubelt/ubelt-0.10.1.ebuild | 31 -------------------------------
14 dev-python/ubelt/ubelt-0.10.2.ebuild | 27 ---------------------------
15 dev-python/ubelt/ubelt-0.11.0.ebuild | 27 ---------------------------
16 dev-python/ubelt/ubelt-0.11.1.ebuild | 27 ---------------------------
17 dev-python/ubelt/ubelt-1.0.0.ebuild | 26 --------------------------
18 6 files changed, 143 deletions(-)
19
20 diff --git a/dev-python/ubelt/Manifest b/dev-python/ubelt/Manifest
21 index 3f904c62181a..2d98838b498e 100644
22 --- a/dev-python/ubelt/Manifest
23 +++ b/dev-python/ubelt/Manifest
24 @@ -1,6 +1 @@
25 -DIST ubelt-0.10.1.tar.gz 216033 BLAKE2B e481b2cf61788b50038ad69f0e2b637dfa0259d24ecca1a5587fe283d2270de205cb085112b9285cf57f664ce8a9d107f08b9b6735c8bea6fb97f6f48935dba9 SHA512 c15af249e6b94f69050703a4004307d91854e2ac7e25c5ac8d467b5b5f3363989f93bf2917eaf3c0f2485258b3530d7317f39449d5ac7ad5ed9b4615d916decb
26 -DIST ubelt-0.10.2.tar.gz 240069 BLAKE2B 34a24781264dd910e7a3afd87287f8ec9d1e4d1b4dd205f249fdc878861cd9c511121c61a5ca208b3f8ced785a0cec26c715b6a9ef3fee4a8f903e8557d3790f SHA512 8666a05f53d29d39ddd0fca213a9465948fd108bef9e95fc6160cb8331ae6876b9e7297d380cac37383c602d7ad4c248a4d7e03b4306dad5c6b26e0423720afb
27 -DIST ubelt-0.11.0.tar.gz 251931 BLAKE2B 628c62395b38da5fe70cf5c4eaef74f411cb431ca3837aadc0bfafd28d9ba15a75850d22b317d207e79d81c7e015a7adad28fb14804c25b3e9ef1a473d5af8c2 SHA512 ae95f719238e89ece2bd8ef525d7acc72058a770ff8c0be58e27d9fd0f50b1ae978d71589474133ce1065130562cae63282c4c97f69756ce1c64ce4330a5da1e
28 -DIST ubelt-0.11.1.tar.gz 255709 BLAKE2B 4d79981c4040685bc532aba0a9d85482169672ea05b010f34ed8eaae124c3e36f68d643f1f351cb05ef1ed3434c959f864cf0f6f56b32ba48a6dbe5c195581b5 SHA512 bb5b8f9ad63a7700c3489e20efde255b03c34cc954f12ec2d889d20c5c5e771fe39e9a9ee868ad0ac5a51eddb60565c283f31a9cc1467e956a578a7d454fe61b
29 -DIST ubelt-1.0.0.tar.gz 242813 BLAKE2B 31376e56000c73db1173b930027b62c7dd465f9fc329b6016ae8678c70aaa376faa7eb1894060a663574651d517563cdbc67daf4171f3777bea368bc02d06b0a SHA512 718e52ac453cffa9192cf5aa70eb36d6aa09b75abaa0ae6e8ef861025cf92a4d0392c48e64d453f4d42a69aefc59da371e4b8cbab16410f34dee9700cae4b97c
30 DIST ubelt-1.0.1.tar.gz 242552 BLAKE2B da4ceb039b926f942c593563e77b42ebfb39a75bfc2953a6eadf2430bda8ebe25faeb4a00714fc110486715da15515fa316d3705d9853a7eb93320ee694d1127 SHA512 150f1c76b5814441fe0bfd50017f37ede4d463cc4e23f152ac634e7531d83f28560415ad26527cd40a7ebdab546d7edd711a1ba0c728ef63791219bf4866099c
31
32 diff --git a/dev-python/ubelt/ubelt-0.10.1.ebuild b/dev-python/ubelt/ubelt-0.10.1.ebuild
33 deleted file mode 100644
34 index aad8e9f06c5c..000000000000
35 --- a/dev-python/ubelt/ubelt-0.10.1.ebuild
36 +++ /dev/null
37 @@ -1,31 +0,0 @@
38 -# Copyright 1999-2021 Gentoo Authors
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=8
42 -
43 -PYTHON_COMPAT=( python3_{8..10} )
44 -inherit distutils-r1
45 -
46 -DESCRIPTION="A stdlib like feel, and extra batteries. Hashing, Caching, Timing, Progress"
47 -HOMEPAGE="https://github.com/Erotemic/ubelt"
48 -SRC_URI="https://github.com/Erotemic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
49 -
50 -SLOT="0"
51 -LICENSE="Apache-2.0"
52 -KEYWORDS="~amd64 ~x86"
53 -
54 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]
55 - dev-python/ordered-set[${PYTHON_USEDEP}]"
56 -
57 -DEPEND="test? ( dev-python/xdoctest[${PYTHON_USEDEP}] )"
58 -
59 -distutils_enable_tests pytest
60 -
61 -python_test() {
62 - local deselect=(
63 - # relies on passwd being equal to ${HOME}
64 - ubelt/util_path.py::userhome:0
65 - )
66 -
67 - epytest ${deselect[@]/#/--deselect } tests
68 -}
69
70 diff --git a/dev-python/ubelt/ubelt-0.10.2.ebuild b/dev-python/ubelt/ubelt-0.10.2.ebuild
71 deleted file mode 100644
72 index 67d4f2466be8..000000000000
73 --- a/dev-python/ubelt/ubelt-0.10.2.ebuild
74 +++ /dev/null
75 @@ -1,27 +0,0 @@
76 -# Copyright 1999-2021 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=8
80 -
81 -PYTHON_COMPAT=( python3_{8..10} )
82 -inherit distutils-r1
83 -
84 -DESCRIPTION="A stdlib like feel, and extra batteries. Hashing, Caching, Timing, Progress"
85 -HOMEPAGE="https://github.com/Erotemic/ubelt"
86 -SRC_URI="https://github.com/Erotemic/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
87 -
88 -SLOT="0"
89 -LICENSE="Apache-2.0"
90 -KEYWORDS="~amd64 ~x86"
91 -
92 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]
93 - dev-python/ordered-set[${PYTHON_USEDEP}]"
94 -
95 -DEPEND="test? ( dev-python/xdoctest[${PYTHON_USEDEP}] )"
96 -
97 -distutils_enable_tests pytest
98 -
99 -EPYTEST_DESELECT=(
100 - # relies on passwd home being equal to ${HOME}
101 - ubelt/util_path.py::userhome:0
102 -)
103
104 diff --git a/dev-python/ubelt/ubelt-0.11.0.ebuild b/dev-python/ubelt/ubelt-0.11.0.ebuild
105 deleted file mode 100644
106 index 05531fa0f9eb..000000000000
107 --- a/dev-python/ubelt/ubelt-0.11.0.ebuild
108 +++ /dev/null
109 @@ -1,27 +0,0 @@
110 -# Copyright 1999-2022 Gentoo Authors
111 -# Distributed under the terms of the GNU General Public License v2
112 -
113 -EAPI=8
114 -
115 -PYTHON_COMPAT=( python3_{8..10} )
116 -inherit distutils-r1
117 -
118 -DESCRIPTION="A stdlib like feel, and extra batteries. Hashing, Caching, Timing, Progress"
119 -HOMEPAGE="https://github.com/Erotemic/ubelt"
120 -SRC_URI="https://github.com/Erotemic/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
121 -
122 -SLOT="0"
123 -LICENSE="Apache-2.0"
124 -KEYWORDS="~amd64 ~x86"
125 -
126 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]
127 - dev-python/ordered-set[${PYTHON_USEDEP}]"
128 -
129 -DEPEND="test? ( dev-python/xdoctest[${PYTHON_USEDEP}] )"
130 -
131 -distutils_enable_tests pytest
132 -
133 -EPYTEST_DESELECT=(
134 - # relies on passwd home being equal to ${HOME}
135 - ubelt/util_path.py::userhome:0
136 -)
137
138 diff --git a/dev-python/ubelt/ubelt-0.11.1.ebuild b/dev-python/ubelt/ubelt-0.11.1.ebuild
139 deleted file mode 100644
140 index 05531fa0f9eb..000000000000
141 --- a/dev-python/ubelt/ubelt-0.11.1.ebuild
142 +++ /dev/null
143 @@ -1,27 +0,0 @@
144 -# Copyright 1999-2022 Gentoo Authors
145 -# Distributed under the terms of the GNU General Public License v2
146 -
147 -EAPI=8
148 -
149 -PYTHON_COMPAT=( python3_{8..10} )
150 -inherit distutils-r1
151 -
152 -DESCRIPTION="A stdlib like feel, and extra batteries. Hashing, Caching, Timing, Progress"
153 -HOMEPAGE="https://github.com/Erotemic/ubelt"
154 -SRC_URI="https://github.com/Erotemic/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
155 -
156 -SLOT="0"
157 -LICENSE="Apache-2.0"
158 -KEYWORDS="~amd64 ~x86"
159 -
160 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]
161 - dev-python/ordered-set[${PYTHON_USEDEP}]"
162 -
163 -DEPEND="test? ( dev-python/xdoctest[${PYTHON_USEDEP}] )"
164 -
165 -distutils_enable_tests pytest
166 -
167 -EPYTEST_DESELECT=(
168 - # relies on passwd home being equal to ${HOME}
169 - ubelt/util_path.py::userhome:0
170 -)
171
172 diff --git a/dev-python/ubelt/ubelt-1.0.0.ebuild b/dev-python/ubelt/ubelt-1.0.0.ebuild
173 deleted file mode 100644
174 index 0e9c2987b85a..000000000000
175 --- a/dev-python/ubelt/ubelt-1.0.0.ebuild
176 +++ /dev/null
177 @@ -1,26 +0,0 @@
178 -# Copyright 1999-2022 Gentoo Authors
179 -# Distributed under the terms of the GNU General Public License v2
180 -
181 -EAPI=8
182 -
183 -DISTUTILS_USE_PEP517=setuptools
184 -PYTHON_COMPAT=( python3_{8..10} )
185 -
186 -inherit distutils-r1
187 -
188 -DESCRIPTION="A stdlib like feel, and extra batteries. Hashing, Caching, Timing, Progress"
189 -HOMEPAGE="https://github.com/Erotemic/ubelt"
190 -SRC_URI="https://github.com/Erotemic/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
191 -
192 -SLOT="0"
193 -LICENSE="Apache-2.0"
194 -KEYWORDS="~amd64 ~x86"
195 -
196 -DEPEND="test? ( dev-python/xdoctest[${PYTHON_USEDEP}] )"
197 -
198 -distutils_enable_tests pytest
199 -
200 -EPYTEST_DESELECT=(
201 - # relies on passwd home being equal to ${HOME}
202 - ubelt/util_path.py::userhome:0
203 -)