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/pylint/
Date: Tue, 31 May 2022 10:30:38
Message-Id: 1653993030.114355577e2600def0d5f063e1da8f3cf7fefe04.mgorny@gentoo
1 commit: 114355577e2600def0d5f063e1da8f3cf7fefe04
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 10:00:17 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 10:30:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11435557
7
8 dev-python/pylint: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pylint/Manifest | 3 --
13 dev-python/pylint/pylint-2.13.5.ebuild | 81 ----------------------------------
14 dev-python/pylint/pylint-2.13.7.ebuild | 81 ----------------------------------
15 dev-python/pylint/pylint-2.13.8.ebuild | 81 ----------------------------------
16 4 files changed, 246 deletions(-)
17
18 diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest
19 index 6f79a3ad3589..e7ecffe0269c 100644
20 --- a/dev-python/pylint/Manifest
21 +++ b/dev-python/pylint/Manifest
22 @@ -1,4 +1 @@
23 -DIST pylint-2.13.5.gh.tar.gz 1118551 BLAKE2B 70ee4254aa140aba16adfe67aeb896d9c455843dfa945d335b5ba48e85c9d2d8f057223bc74bd4c0c0bfa2d343a9f78e783705b885caaee6895fcddf7ce23ccb SHA512 e399239fbea58260b17f226dddb63f1e6a2f12cdd601a4e73913a169d23fe2b6085e776bf8144e2c5a555dfdc1b28a5818a4103969d504b638b6b41ee296d182
24 -DIST pylint-2.13.7.gh.tar.gz 1120083 BLAKE2B c45d6ec65c11d3682bf3279969f3e45b827b2bbcebbfeb05a31df3a93bb943bf9643a5d467c1e2eebf717577032571a48db1ce84e1c81d72000808ec302aaf1b SHA512 ec0b2ef565239ab3e577c5c2d22c1c8df8b8bb0858c34b6606f649484d69a25c1f51ca61a3da66833d9a713e8a686dc32b940e574650577bdcc4e13d76acc2e5
25 -DIST pylint-2.13.8.gh.tar.gz 1121081 BLAKE2B 06a0a5c3801318ca45073f04a631e0617b5803ce01fd3973fc96d350c38a988222d4b8b03f86c12c317f6f87db5b7b85d1c428373a17e51d1044b382a0d03c1d SHA512 8ab01a15da7d9b659aa11de3ee804e0ad54fefd549be468fe194f8ec66640f5ecbdeddec468c9fd76d1eea8006d60249b1abba59d5047774d22b7b461224695d
26 DIST pylint-2.13.9.gh.tar.gz 1123216 BLAKE2B f80e88f565595b16bba650a009bfdd6d55efa65227898d145d4867c116c89c7ab5244c509382f0e9023404b4e46accb742334450ca7342394fb4d0abaccb8d03 SHA512 dcea90b1b1494d928f0b12dd2b50ee1d97a74efce18e0ef54ea02b52209a574977971e12db8f476edcf1bd646ca41c6a77bcf9a425c01af71bd29e54fd6c20b9
27
28 diff --git a/dev-python/pylint/pylint-2.13.5.ebuild b/dev-python/pylint/pylint-2.13.5.ebuild
29 deleted file mode 100644
30 index 3589b92787e3..000000000000
31 --- a/dev-python/pylint/pylint-2.13.5.ebuild
32 +++ /dev/null
33 @@ -1,81 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -DISTUTILS_USE_PEP517=setuptools
40 -PYTHON_COMPAT=( python3_{8..10} )
41 -PYTHON_REQ_USE="threads(+)"
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="Python code static checker"
46 -HOMEPAGE="
47 - https://pypi.org/project/pylint/
48 - https://github.com/PyCQA/pylint/
49 -"
50 -SRC_URI="
51 - https://github.com/pycqa/pylint/archive/v${PV}.tar.gz
52 - -> ${P}.gh.tar.gz
53 -"
54 -
55 -LICENSE="GPL-2"
56 -SLOT="0"
57 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
58 -IUSE="examples"
59 -
60 -# Make sure to check https://github.com/PyCQA/pylint/blob/main/setup.cfg#L43 on bumps
61 -# Adjust dep bounds!
62 -RDEPEND="
63 - <dev-python/astroid-2.12[${PYTHON_USEDEP}]
64 - >=dev-python/astroid-2.11.0[${PYTHON_USEDEP}]
65 - >=dev-python/dill-0.2[${PYTHON_USEDEP}]
66 - >=dev-python/isort-4.2.5[${PYTHON_USEDEP}]
67 - <dev-python/isort-6[${PYTHON_USEDEP}]
68 - >=dev-python/mccabe-0.6[${PYTHON_USEDEP}]
69 - <dev-python/mccabe-0.8[${PYTHON_USEDEP}]
70 - >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
71 - >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}]
72 - $(python_gen_cond_dep '
73 - dev-python/typing-extensions[${PYTHON_USEDEP}]
74 - ' 3.8 3.9)
75 -"
76 -BDEPEND="
77 - test? (
78 - >=dev-python/GitPython-3[${PYTHON_USEDEP}]
79 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
80 - dev-python/typing-extensions[${PYTHON_USEDEP}]
81 - )
82 -"
83 -
84 -PATCHES=(
85 - "${FILESDIR}/${PN}-2.4.4-sphinx-theme.patch"
86 -)
87 -
88 -distutils_enable_sphinx doc --no-autodoc
89 -distutils_enable_tests pytest
90 -
91 -python_test() {
92 - local EPYTEST_DESELECT=(
93 - # No need to run the benchmarks
94 - tests/benchmark/test_baseline_benchmarks.py
95 -
96 - # TODO
97 - 'tests/test_functional.py::test_functional[forgotten_debug_statement_py37]'
98 - 'tests/test_functional.py::test_functional[dataclass_with_field]'
99 - tests/checkers/unittest_typecheck.py::TestTypeChecker::test_nomember_on_c_extension_error_msg
100 - tests/checkers/unittest_typecheck.py::TestTypeChecker::test_nomember_on_c_extension_info_msg
101 - )
102 - # Specify the test directory explicitly to avoid import file mismatches
103 - epytest tests
104 -}
105 -
106 -python_install_all() {
107 - if use examples ; then
108 - docompress -x "/usr/share/doc/${PF}/examples"
109 - docinto examples
110 - dodoc -r examples/.
111 - fi
112 -
113 - distutils-r1_python_install_all
114 -}
115
116 diff --git a/dev-python/pylint/pylint-2.13.7.ebuild b/dev-python/pylint/pylint-2.13.7.ebuild
117 deleted file mode 100644
118 index 899511134c63..000000000000
119 --- a/dev-python/pylint/pylint-2.13.7.ebuild
120 +++ /dev/null
121 @@ -1,81 +0,0 @@
122 -# Copyright 1999-2022 Gentoo Authors
123 -# Distributed under the terms of the GNU General Public License v2
124 -
125 -EAPI=8
126 -
127 -DISTUTILS_USE_PEP517=setuptools
128 -PYTHON_COMPAT=( python3_{8..10} )
129 -PYTHON_REQ_USE="threads(+)"
130 -
131 -inherit distutils-r1
132 -
133 -DESCRIPTION="Python code static checker"
134 -HOMEPAGE="
135 - https://pypi.org/project/pylint/
136 - https://github.com/PyCQA/pylint/
137 -"
138 -SRC_URI="
139 - https://github.com/pycqa/pylint/archive/v${PV}.tar.gz
140 - -> ${P}.gh.tar.gz
141 -"
142 -
143 -LICENSE="GPL-2"
144 -SLOT="0"
145 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
146 -IUSE="examples"
147 -
148 -# Make sure to check https://github.com/PyCQA/pylint/blob/main/setup.cfg#L43 on bumps
149 -# Adjust dep bounds!
150 -RDEPEND="
151 - <dev-python/astroid-2.12[${PYTHON_USEDEP}]
152 - >=dev-python/astroid-2.11.3[${PYTHON_USEDEP}]
153 - >=dev-python/dill-0.2[${PYTHON_USEDEP}]
154 - >=dev-python/isort-4.2.5[${PYTHON_USEDEP}]
155 - <dev-python/isort-6[${PYTHON_USEDEP}]
156 - >=dev-python/mccabe-0.6[${PYTHON_USEDEP}]
157 - <dev-python/mccabe-0.8[${PYTHON_USEDEP}]
158 - >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
159 - >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}]
160 - $(python_gen_cond_dep '
161 - dev-python/typing-extensions[${PYTHON_USEDEP}]
162 - ' 3.8 3.9)
163 -"
164 -BDEPEND="
165 - test? (
166 - >=dev-python/GitPython-3[${PYTHON_USEDEP}]
167 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
168 - dev-python/typing-extensions[${PYTHON_USEDEP}]
169 - )
170 -"
171 -
172 -PATCHES=(
173 - "${FILESDIR}/${PN}-2.4.4-sphinx-theme.patch"
174 -)
175 -
176 -distutils_enable_sphinx doc --no-autodoc
177 -distutils_enable_tests pytest
178 -
179 -python_test() {
180 - local EPYTEST_DESELECT=(
181 - # No need to run the benchmarks
182 - tests/benchmark/test_baseline_benchmarks.py
183 -
184 - # TODO
185 - 'tests/test_functional.py::test_functional[forgotten_debug_statement_py37]'
186 - 'tests/test_functional.py::test_functional[dataclass_with_field]'
187 - tests/checkers/unittest_typecheck.py::TestTypeChecker::test_nomember_on_c_extension_error_msg
188 - tests/checkers/unittest_typecheck.py::TestTypeChecker::test_nomember_on_c_extension_info_msg
189 - )
190 - # Specify the test directory explicitly to avoid import file mismatches
191 - epytest tests
192 -}
193 -
194 -python_install_all() {
195 - if use examples ; then
196 - docompress -x "/usr/share/doc/${PF}/examples"
197 - docinto examples
198 - dodoc -r examples/.
199 - fi
200 -
201 - distutils-r1_python_install_all
202 -}
203
204 diff --git a/dev-python/pylint/pylint-2.13.8.ebuild b/dev-python/pylint/pylint-2.13.8.ebuild
205 deleted file mode 100644
206 index 899511134c63..000000000000
207 --- a/dev-python/pylint/pylint-2.13.8.ebuild
208 +++ /dev/null
209 @@ -1,81 +0,0 @@
210 -# Copyright 1999-2022 Gentoo Authors
211 -# Distributed under the terms of the GNU General Public License v2
212 -
213 -EAPI=8
214 -
215 -DISTUTILS_USE_PEP517=setuptools
216 -PYTHON_COMPAT=( python3_{8..10} )
217 -PYTHON_REQ_USE="threads(+)"
218 -
219 -inherit distutils-r1
220 -
221 -DESCRIPTION="Python code static checker"
222 -HOMEPAGE="
223 - https://pypi.org/project/pylint/
224 - https://github.com/PyCQA/pylint/
225 -"
226 -SRC_URI="
227 - https://github.com/pycqa/pylint/archive/v${PV}.tar.gz
228 - -> ${P}.gh.tar.gz
229 -"
230 -
231 -LICENSE="GPL-2"
232 -SLOT="0"
233 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
234 -IUSE="examples"
235 -
236 -# Make sure to check https://github.com/PyCQA/pylint/blob/main/setup.cfg#L43 on bumps
237 -# Adjust dep bounds!
238 -RDEPEND="
239 - <dev-python/astroid-2.12[${PYTHON_USEDEP}]
240 - >=dev-python/astroid-2.11.3[${PYTHON_USEDEP}]
241 - >=dev-python/dill-0.2[${PYTHON_USEDEP}]
242 - >=dev-python/isort-4.2.5[${PYTHON_USEDEP}]
243 - <dev-python/isort-6[${PYTHON_USEDEP}]
244 - >=dev-python/mccabe-0.6[${PYTHON_USEDEP}]
245 - <dev-python/mccabe-0.8[${PYTHON_USEDEP}]
246 - >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
247 - >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}]
248 - $(python_gen_cond_dep '
249 - dev-python/typing-extensions[${PYTHON_USEDEP}]
250 - ' 3.8 3.9)
251 -"
252 -BDEPEND="
253 - test? (
254 - >=dev-python/GitPython-3[${PYTHON_USEDEP}]
255 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
256 - dev-python/typing-extensions[${PYTHON_USEDEP}]
257 - )
258 -"
259 -
260 -PATCHES=(
261 - "${FILESDIR}/${PN}-2.4.4-sphinx-theme.patch"
262 -)
263 -
264 -distutils_enable_sphinx doc --no-autodoc
265 -distutils_enable_tests pytest
266 -
267 -python_test() {
268 - local EPYTEST_DESELECT=(
269 - # No need to run the benchmarks
270 - tests/benchmark/test_baseline_benchmarks.py
271 -
272 - # TODO
273 - 'tests/test_functional.py::test_functional[forgotten_debug_statement_py37]'
274 - 'tests/test_functional.py::test_functional[dataclass_with_field]'
275 - tests/checkers/unittest_typecheck.py::TestTypeChecker::test_nomember_on_c_extension_error_msg
276 - tests/checkers/unittest_typecheck.py::TestTypeChecker::test_nomember_on_c_extension_info_msg
277 - )
278 - # Specify the test directory explicitly to avoid import file mismatches
279 - epytest tests
280 -}
281 -
282 -python_install_all() {
283 - if use examples ; then
284 - docompress -x "/usr/share/doc/${PF}/examples"
285 - docinto examples
286 - dodoc -r examples/.
287 - fi
288 -
289 - distutils-r1_python_install_all
290 -}