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/, dev-python/pylint/files/
Date: Fri, 31 Jul 2020 06:21:15
Message-Id: 1596176460.dc7c286a123b14dda1e3330c3f24ec75adce0ec3.mgorny@gentoo
1 commit: dc7c286a123b14dda1e3330c3f24ec75adce0ec3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 05:37:43 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 06:21:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc7c286a
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 .../files/pylint-2.4.4-no-pytest-runner.patch | 12 -----
14 dev-python/pylint/files/pylint-2.4.4-tests.patch | 13 -----
15 dev-python/pylint/pylint-2.4.4-r1.ebuild | 58 ----------------------
16 4 files changed, 84 deletions(-)
17
18 diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest
19 index 4c40eb2364a..2623be7a0b6 100644
20 --- a/dev-python/pylint/Manifest
21 +++ b/dev-python/pylint/Manifest
22 @@ -1,2 +1 @@
23 -DIST pylint-2.4.4.tar.gz 646113 BLAKE2B d62b66b056e01cc13e90f45ff4a11f94983e0b9b42b9a05e5c7b7385280000d15ead9a282e7eea31a8ee6a24ffe539576a6e9bd40dc4d89093263da99029123b SHA512 835e0687ebc76c530e0042c5a5188b8aedab446531f621627e990cbeb37ab6ecc8de0f8c6ab171abaa63488e049e8d7782958461421f9a4127435f56b6d2ed0b
24 DIST pylint-2.5.3.tar.gz 684449 BLAKE2B 7b494f5334376ff571fd8971851198d037e87c5be83d0123fcb108701489769785164bb077eb10b4851c89b82dadc40c510186eaf03be1621c4d78c79dffbceb SHA512 03fcd893d361b66794f17433e90df108099fee2eccb35507c7f61befb8db846f0242e5ce2b4ee63727c9cc780a376c3b93d5af3186f884a4fdaad68b224ed7d2
25
26 diff --git a/dev-python/pylint/files/pylint-2.4.4-no-pytest-runner.patch b/dev-python/pylint/files/pylint-2.4.4-no-pytest-runner.patch
27 deleted file mode 100644
28 index 0d668d01cdc..00000000000
29 --- a/dev-python/pylint/files/pylint-2.4.4-no-pytest-runner.patch
30 +++ /dev/null
31 @@ -1,12 +0,0 @@
32 -diff --git a/setup.py b/setup.py
33 -index 4d16b79b..b2a1b9e9 100644
34 ---- a/setup.py
35 -+++ b/setup.py
36 -@@ -143,7 +143,6 @@ def install(**kwargs):
37 - extras_require=extras_require,
38 - test_suite="test",
39 - python_requires=">=3.5.*",
40 -- setup_requires=["pytest-runner"],
41 - tests_require=["pytest"],
42 - **kwargs
43 - )
44
45 diff --git a/dev-python/pylint/files/pylint-2.4.4-tests.patch b/dev-python/pylint/files/pylint-2.4.4-tests.patch
46 deleted file mode 100644
47 index b11ecb7c505..00000000000
48 --- a/dev-python/pylint/files/pylint-2.4.4-tests.patch
49 +++ /dev/null
50 @@ -1,13 +0,0 @@
51 -diff --git a/tests/unittest_lint.py b/tests/unittest_lint.py
52 -index 4f942cd0..d54008bf 100644
53 ---- a/tests/unittest_lint.py
54 -+++ b/tests/unittest_lint.py
55 -@@ -792,7 +792,7 @@ def test_filename_with__init__(init_linter):
56 - messages = reporter.messages
57 - assert len(messages) == 0
58 -
59 --
60 -+@×××××××××××.skip("known failure, see https://github.com/PyCQA/pylint/issues/3198")
61 - def test_by_module_statement_value(init_linter):
62 - """Test "statement" for each module analized of computed correctly."""
63 - linter = init_linter
64
65 diff --git a/dev-python/pylint/pylint-2.4.4-r1.ebuild b/dev-python/pylint/pylint-2.4.4-r1.ebuild
66 deleted file mode 100644
67 index dea212ba1bc..00000000000
68 --- a/dev-python/pylint/pylint-2.4.4-r1.ebuild
69 +++ /dev/null
70 @@ -1,58 +0,0 @@
71 -# Copyright 1999-2020 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=7
75 -
76 -PYTHON_COMPAT=( python3_{6,7,8} )
77 -PYTHON_REQ_USE="threads(+)"
78 -DISTUTILS_USE_SETUPTOOLS=rdepend
79 -# entry_points is added via **kwargs in a dict
80 -_DISTUTILS_SETUPTOOLS_WARNED=1
81 -
82 -inherit distutils-r1 eutils
83 -
84 -DESCRIPTION="Python code static checker"
85 -HOMEPAGE="https://www.logilab.org/project/pylint
86 - https://pypi.org/project/pylint/
87 - https://github.com/pycqa/pylint"
88 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
89 -
90 -LICENSE="GPL-2"
91 -SLOT="0"
92 -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
93 -IUSE="examples test"
94 -RESTRICT="!test? ( test )"
95 -
96 -RDEPEND="
97 - >=dev-python/astroid-2.3.3[${PYTHON_USEDEP}]
98 - >=dev-python/isort-4.2.5[${PYTHON_USEDEP}]
99 - dev-python/mccabe[${PYTHON_USEDEP}]"
100 -BDEPEND="
101 - test? (
102 - ${RDEPEND}
103 - dev-python/six[${PYTHON_USEDEP}]
104 - )"
105 -
106 -PATCHES=(
107 - "${FILESDIR}/${PN}-2.4.4-sphinx-theme.patch"
108 - "${FILESDIR}/${PN}-2.4.4-no-pytest-runner.patch"
109 - "${FILESDIR}/${PN}-2.4.4-tests.patch"
110 -)
111 -
112 -distutils_enable_sphinx doc
113 -distutils_enable_tests pytest
114 -
115 -python_install_all() {
116 - doman man/{pylint,pyreverse}.1
117 - if use examples ; then
118 - docinto examples
119 - dodoc -r examples/.
120 - fi
121 -
122 - distutils-r1_python_install_all
123 -}
124 -
125 -pkg_postinst() {
126 - # Optional dependency on "tk" USE flag would break support for Jython.
127 - optfeature "pylint-gui script requires dev-lang/python with \"tk\" USE flag enabled." 'dev-lang/python[tk]'
128 -}