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: Sat, 07 May 2022 09:35:11
Message-Id: 1651916029.079a09d095bb410057cece39eccea4bc623cc1c3.mgorny@gentoo
1 commit: 079a09d095bb410057cece39eccea4bc623cc1c3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 7 08:34:10 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 7 09:33:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=079a09d0
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 | 1 -
13 dev-python/pylint/pylint-2.12.2.ebuild | 64 ----------------------------------
14 2 files changed, 65 deletions(-)
15
16 diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest
17 index 537fb5fdf564..a00f5866a4fe 100644
18 --- a/dev-python/pylint/Manifest
19 +++ b/dev-python/pylint/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST pylint-2.12.2.gh.tar.gz 1032702 BLAKE2B de7dce04159b332baa5c23f4034ee249e49f9239c5c9190213a51a84a47ac2129f8a2265e1ad9c01ab448ec58f4f36653c6de5b0be6bfdf6aa286c8887313759 SHA512 0d2b9b785371af0a1c809271153abbab58f50455b34f12370461ded2c4f3d62656e4c0391adff48e179b95da945a2f44e762863e2b7d63808976bf5f684e20d2
22 DIST pylint-2.13.5.gh.tar.gz 1118551 BLAKE2B 70ee4254aa140aba16adfe67aeb896d9c455843dfa945d335b5ba48e85c9d2d8f057223bc74bd4c0c0bfa2d343a9f78e783705b885caaee6895fcddf7ce23ccb SHA512 e399239fbea58260b17f226dddb63f1e6a2f12cdd601a4e73913a169d23fe2b6085e776bf8144e2c5a555dfdc1b28a5818a4103969d504b638b6b41ee296d182
23 DIST pylint-2.13.7.gh.tar.gz 1120083 BLAKE2B c45d6ec65c11d3682bf3279969f3e45b827b2bbcebbfeb05a31df3a93bb943bf9643a5d467c1e2eebf717577032571a48db1ce84e1c81d72000808ec302aaf1b SHA512 ec0b2ef565239ab3e577c5c2d22c1c8df8b8bb0858c34b6606f649484d69a25c1f51ca61a3da66833d9a713e8a686dc32b940e574650577bdcc4e13d76acc2e5
24 DIST pylint-2.13.8.gh.tar.gz 1121081 BLAKE2B 06a0a5c3801318ca45073f04a631e0617b5803ce01fd3973fc96d350c38a988222d4b8b03f86c12c317f6f87db5b7b85d1c428373a17e51d1044b382a0d03c1d SHA512 8ab01a15da7d9b659aa11de3ee804e0ad54fefd549be468fe194f8ec66640f5ecbdeddec468c9fd76d1eea8006d60249b1abba59d5047774d22b7b461224695d
25
26 diff --git a/dev-python/pylint/pylint-2.12.2.ebuild b/dev-python/pylint/pylint-2.12.2.ebuild
27 deleted file mode 100644
28 index 21083c4d3e9f..000000000000
29 --- a/dev-python/pylint/pylint-2.12.2.ebuild
30 +++ /dev/null
31 @@ -1,64 +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=( python3_{8..10} )
38 -PYTHON_REQ_USE="threads(+)"
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Python code static checker"
43 -HOMEPAGE="https://www.logilab.org/project/pylint
44 - https://pypi.org/project/pylint/
45 - https://github.com/pycqa/pylint/"
46 -SRC_URI="
47 - https://github.com/pycqa/pylint/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
48 -
49 -LICENSE="GPL-2"
50 -SLOT="0"
51 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
52 -IUSE="examples"
53 -
54 -# Make sure to check https://github.com/PyCQA/pylint/blob/main/setup.cfg#L43 on bumps
55 -# Adjust dep bounds!
56 -RDEPEND="
57 - <dev-python/astroid-2.10[${PYTHON_USEDEP}]
58 - >=dev-python/astroid-2.9.0[${PYTHON_USEDEP}]
59 - >=dev-python/isort-4.2.5[${PYTHON_USEDEP}]
60 - <dev-python/isort-6[${PYTHON_USEDEP}]
61 - >=dev-python/mccabe-0.6[${PYTHON_USEDEP}]
62 - <dev-python/mccabe-0.7[${PYTHON_USEDEP}]
63 - >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
64 - >=dev-python/toml-0.9.2[${PYTHON_USEDEP}]
65 - $(python_gen_cond_dep '
66 - dev-python/typing-extensions[${PYTHON_USEDEP}]
67 - ' python3_{8,9})
68 -"
69 -BDEPEND="test? ( >=dev-python/GitPython-3[${PYTHON_USEDEP}] )"
70 -
71 -PATCHES=(
72 - "${FILESDIR}/${PN}-2.4.4-sphinx-theme.patch"
73 -)
74 -
75 -distutils_enable_sphinx doc --no-autodoc
76 -distutils_enable_tests pytest
77 -
78 -python_test() {
79 - local EPYTEST_DESELECT=(
80 - # No need to run the benchmarks
81 - tests/benchmark/test_baseline_benchmarks.py
82 - )
83 - # Specify the test directory explicitly to avoid import file mismatches
84 - epytest tests
85 -}
86 -
87 -python_install_all() {
88 - if use examples ; then
89 - docompress -x "/usr/share/doc/${PF}/examples"
90 - docinto examples
91 - dodoc -r examples/.
92 - fi
93 -
94 - distutils-r1_python_install_all
95 -}