public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylint/
Date: Sat, 25 Dec 2021 18:43:13 +0000 (UTC)	[thread overview]
Message-ID: <1640457751.38cf565acbd5ccb0f6a3de594a5506854a6aff25.mgorny@gentoo> (raw)

commit:     38cf565acbd5ccb0f6a3de594a5506854a6aff25
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 25 18:42:31 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 25 18:42:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38cf565a

dev-python/pylint: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pylint/Manifest             |  2 --
 dev-python/pylint/pylint-2.10.2.ebuild | 58 ------------------------------
 dev-python/pylint/pylint-2.12.1.ebuild | 64 ----------------------------------
 3 files changed, 124 deletions(-)

diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest
index e4c1239c9279..c03bb75cfcbe 100644
--- a/dev-python/pylint/Manifest
+++ b/dev-python/pylint/Manifest
@@ -1,4 +1,2 @@
-DIST pylint-2.10.2.gh.tar.gz 813391 BLAKE2B 109f8817e32ddf8d93c9120518e77a1d2f7e61cd1a6362eb1cf9e6d242db72fa1a9271588a3abb28efca54bcc449dce623ae5d5fd63153ec2bc367e008aab465 SHA512 5d694587956c4f11eb4afaec26cefb66ccbe14dc2aacf378a0362326506d80eb2633e0d351c0a20715a3359a9bc438092d77b2e46f7f787210c7ab0555f2722f
 DIST pylint-2.11.1.gh.tar.gz 967223 BLAKE2B 435bb4589fa6dbfadfa234f8cb968a1d5c39efaf9b37fd20dfadc6feb1e997b34124386dab777b1aa1657bd9a36055d535e231181c71834517528cbbc04c698f SHA512 fe283b6eb8090414ea99809158b4e7f9fe85187ef6488ec37c5f34430793b0b4ff8afd9c97452fe0bb88efb9be001c0fd9f9a09a23081cb79084ae409b277f34
-DIST pylint-2.12.1.gh.tar.gz 1025764 BLAKE2B 650cf89a6b1d39be1eb6e9595e26e84c8f2beb62deebc0886e6a507bcfd7ee4ce87094fd05a139297ea5a4afc4ae5bb2af655bb245d95ac6946f8989efab5531 SHA512 f758775b6ecc8b73096e3556b3c22c81d84baa12d7623448aaa9e2ac19ff5b99112938ee7c8daf7122dbdb4d2b41012a7606213972a2dcf855b450a0a74f0d1e
 DIST pylint-2.12.2.gh.tar.gz 1032702 BLAKE2B de7dce04159b332baa5c23f4034ee249e49f9239c5c9190213a51a84a47ac2129f8a2265e1ad9c01ab448ec58f4f36653c6de5b0be6bfdf6aa286c8887313759 SHA512 0d2b9b785371af0a1c809271153abbab58f50455b34f12370461ded2c4f3d62656e4c0391adff48e179b95da945a2f44e762863e2b7d63808976bf5f684e20d2

diff --git a/dev-python/pylint/pylint-2.10.2.ebuild b/dev-python/pylint/pylint-2.10.2.ebuild
deleted file mode 100644
index b012dc62e76f..000000000000
--- a/dev-python/pylint/pylint-2.10.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Python code static checker"
-HOMEPAGE="https://www.logilab.org/project/pylint
-	https://pypi.org/project/pylint/
-	https://github.com/pycqa/pylint/"
-SRC_URI="
-	https://github.com/pycqa/pylint/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="examples"
-
-RDEPEND="
-	<dev-python/astroid-2.8[${PYTHON_USEDEP}]
-	>=dev-python/astroid-2.7.2[${PYTHON_USEDEP}]
-	>=dev-python/isort-4.2.5[${PYTHON_USEDEP}]
-	<dev-python/isort-6[${PYTHON_USEDEP}]
-	>=dev-python/mccabe-0.6[${PYTHON_USEDEP}]
-	<dev-python/mccabe-0.7[${PYTHON_USEDEP}]
-	>=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-	>=dev-python/toml-0.7.1[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-2.4.4-sphinx-theme.patch"
-)
-
-distutils_enable_sphinx doc --no-autodoc
-distutils_enable_tests pytest
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# No need to run the benchmarks
-		tests/benchmark/test_baseline_benchmarks.py
-	)
-	# Specify the test directory explicitly to avoid import file mismatches
-	epytest tests
-}
-
-python_install_all() {
-	if use examples ; then
-		docompress -x "/usr/share/doc/${PF}/examples"
-		docinto examples
-		dodoc -r examples/.
-	fi
-
-	distutils-r1_python_install_all
-}

diff --git a/dev-python/pylint/pylint-2.12.1.ebuild b/dev-python/pylint/pylint-2.12.1.ebuild
deleted file mode 100644
index 509785607dc0..000000000000
--- a/dev-python/pylint/pylint-2.12.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Python code static checker"
-HOMEPAGE="https://www.logilab.org/project/pylint
-	https://pypi.org/project/pylint/
-	https://github.com/pycqa/pylint/"
-SRC_URI="
-	https://github.com/pycqa/pylint/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="examples"
-
-# Make sure to check https://github.com/PyCQA/pylint/blob/main/setup.cfg#L43 on bumps
-# Adjust dep bounds!
-RDEPEND="
-	<dev-python/astroid-2.10[${PYTHON_USEDEP}]
-	>=dev-python/astroid-2.9.0[${PYTHON_USEDEP}]
-	>=dev-python/isort-4.2.5[${PYTHON_USEDEP}]
-	<dev-python/isort-6[${PYTHON_USEDEP}]
-	>=dev-python/mccabe-0.6[${PYTHON_USEDEP}]
-	<dev-python/mccabe-0.7[${PYTHON_USEDEP}]
-	>=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-	>=dev-python/toml-0.9.2[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		dev-python/typing-extensions[${PYTHON_USEDEP}]
-	' python3_{8,9})
-"
-BDEPEND="test? ( >=dev-python/GitPython-3[${PYTHON_USEDEP}] )"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-2.4.4-sphinx-theme.patch"
-)
-
-distutils_enable_sphinx doc --no-autodoc
-distutils_enable_tests pytest
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# No need to run the benchmarks
-		tests/benchmark/test_baseline_benchmarks.py
-	)
-	# Specify the test directory explicitly to avoid import file mismatches
-	epytest tests
-}
-
-python_install_all() {
-	if use examples ; then
-		docompress -x "/usr/share/doc/${PF}/examples"
-		docinto examples
-		dodoc -r examples/.
-	fi
-
-	distutils-r1_python_install_all
-}


             reply	other threads:[~2021-12-25 18:43 UTC|newest]

Thread overview: 266+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-25 18:43 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-01  3:17 [gentoo-commits] repo/gentoo:master commit in: dev-python/pylint/ Michał Górny
2024-08-10  8:45 Michał Górny
2024-08-10  8:44 Michał Górny
2024-07-22  1:47 Michał Górny
2024-07-13 12:02 Michał Górny
2024-07-13 10:13 Arthur Zamarin
2024-06-29  3:26 Michał Górny
2024-06-27 12:40 Michał Górny
2024-06-22 15:01 Michał Górny
2024-06-22 13:49 Arthur Zamarin
2024-06-06 16:17 Michał Górny
2024-06-06  2:02 Michał Górny
2024-06-05 19:59 Arthur Zamarin
2024-05-28 12:10 Michał Górny
2024-05-20 19:42 Michał Górny
2024-05-19  6:02 Michał Górny
2024-05-15  2:08 Michał Górny
2024-05-14  6:48 Michał Górny
2024-03-13 15:13 Michał Górny
2024-03-13 15:06 Arthur Zamarin
2024-03-09 14:19 Michał Górny
2024-02-26 17:48 Michał Górny
2024-02-24  8:49 Michał Górny
2023-12-30 14:32 Michał Górny
2023-12-30 14:25 Arthur Zamarin
2023-12-11 17:42 Michał Górny
2023-11-22 15:25 Andrew Ammerlaan
2023-11-22 11:59 Michał Górny
2023-11-22 11:11 Sam James
2023-11-06 13:25 Andrew Ammerlaan
2023-10-28 18:24 Michał Górny
2023-10-28 16:48 Arthur Zamarin
2023-10-28 15:23 Michał Górny
2023-10-27 19:32 Sam James
2023-10-22 19:14 Michał Górny
2023-10-06  4:34 Michał Górny
2023-10-02 18:35 Arthur Zamarin
2023-10-02  4:22 Michał Górny
2023-10-01  3:22 Michał Górny
2023-09-26  4:42 Michał Górny
2023-09-01 16:42 Michał Górny
2023-09-01 16:30 Arthur Zamarin
2023-07-27  3:21 Michał Górny
2023-07-19 11:10 Michał Górny
2023-06-06  5:57 Michał Górny
2023-06-05 19:58 Arthur Zamarin
2023-05-09  5:26 Michał Górny
2023-05-09  4:09 Arthur Zamarin
2023-05-06 17:18 Arthur Zamarin
2023-04-25  2:02 Michał Górny
2023-04-05 15:58 Michał Górny
2023-04-05 15:58 Michał Górny
2023-04-05 12:08 Arthur Zamarin
2023-04-03 18:37 Arthur Zamarin
2023-03-23 16:36 Michał Górny
2023-03-08 17:02 Michał Górny
2023-03-07  7:08 Michał Górny
2023-03-04  5:48 Michał Górny
2023-03-03 19:16 Michał Górny
2023-03-03 17:51 Arthur Zamarin
2023-02-14 22:25 Michał Górny
2023-02-14 21:43 Sam James
2023-02-14  4:57 Michał Górny
2023-02-03  7:19 Michał Górny
2023-02-02  5:42 Michał Górny
2023-01-10  6:21 Michał Górny
2022-12-25 17:53 Michał Górny
2022-12-25 17:03 Sam James
2022-12-18  7:27 Michał Górny
2022-12-06  6:02 Michał Górny
2022-11-30 10:18 WANG Xuerui
2022-11-29 20:18 Arthur Zamarin
2022-11-20  7:45 Michał Górny
2022-11-08  5:00 Michał Górny
2022-11-08  3:42 Sam James
2022-11-07 21:27 Andrew Ammerlaan
2022-10-22 19:21 Michał Górny
2022-10-22 16:01 Arthur Zamarin
2022-10-22  6:22 Michał Górny
2022-10-11 12:24 Michał Górny
2022-10-10 20:18 Michał Górny
2022-10-10 18:21 Arthur Zamarin
2022-09-25 19:32 Michał Górny
2022-09-25 19:20 Arthur Zamarin
2022-09-19 18:35 Arthur Zamarin
2022-09-09  7:23 Arthur Zamarin
2022-08-26 16:33 Arthur Zamarin
2022-08-18  6:18 Michał Górny
2022-08-17 19:31 Arthur Zamarin
2022-07-18  7:54 Michał Górny
2022-07-10 19:10 Arthur Zamarin
2022-06-29 17:08 Arthur Zamarin
2022-06-18 14:59 Arthur Zamarin
2022-06-15 11:32 Michał Górny
2022-06-08  4:17 Michał Górny
2022-06-07  6:54 Michał Górny
2022-05-31 10:30 Michał Górny
2022-05-31  9:02 Sam James
2022-05-28 20:43 Jakov Smolić
2022-05-14  7:28 Michał Górny
2022-05-07  9:35 Michał Górny
2022-05-07  5:38 Sam James
2022-05-03  8:39 Michał Górny
2022-04-29  3:09 Sam James
2022-04-26 20:28 Michał Górny
2022-04-26 19:20 Arthur Zamarin
2022-04-21  8:24 Michał Górny
2022-04-10  2:56 Matt Turner
2022-04-09 19:41 Arthur Zamarin
2022-04-09 19:41 Arthur Zamarin
2022-04-09 19:41 Arthur Zamarin
2022-04-09 19:26 Arthur Zamarin
2022-04-07  4:27 Michał Górny
2022-03-31 11:33 Michał Górny
2022-03-30 18:45 Michał Górny
2022-03-28 10:14 Michał Górny
2022-03-27 20:20 James Le Cuirot
2022-03-26 16:52 Arthur Zamarin
2022-03-26 16:19 Arthur Zamarin
2022-03-25  9:11 Michał Górny
2022-03-25  8:30 Jakov Smolić
2022-03-25  0:02 Michał Górny
     [not found] <1641660919.480a245aceb7eae9917251fad112744c1a641166.mgorny@gentoo>
2022-01-08 16:56 ` Michał Górny
2022-01-08 13:39 Arthur Zamarin
2022-01-05 17:57 Arthur Zamarin
2022-01-04  3:22 Sam James
2022-01-04  3:22 Sam James
2022-01-04  3:20 Sam James
2022-01-03 19:36 Jakov Smolić
2022-01-03 19:23 Jakov Smolić
2022-01-03 18:28 Arthur Zamarin
2021-12-31 16:53 Matt Turner
2021-12-25 18:07 Arthur Zamarin
2021-12-07  8:40 Joshua Kinard
2021-12-04  5:36 Michał Górny
2021-12-03  9:24 Arthur Zamarin
2021-11-27 10:59 James Le Cuirot
2021-11-26 20:25 Arthur Zamarin
2021-11-26 19:49 Arthur Zamarin
2021-11-26 19:07 Arthur Zamarin
2021-11-26 15:33 Arthur Zamarin
2021-11-26 15:33 Arthur Zamarin
2021-11-25 22:37 Sam James
2021-11-25  5:43 Sam James
2021-11-17  9:00 Michał Górny
2021-11-17  8:00 Sam James
2021-10-14  4:45 Sam James
2021-10-11  0:45 Sam James
2021-09-26  4:29 Sam James
2021-09-26  4:14 Sam James
2021-09-25 23:46 Sam James
2021-09-25 13:09 James Le Cuirot
2021-09-09 14:12 Andrew Ammerlaan
2021-09-06 23:38 Sam James
2021-08-30  5:57 Michał Górny
2021-08-30  1:23 Sam James
2021-08-22  8:01 Michał Górny
2021-08-21  7:56 Michał Górny
2021-08-01  8:17 Michał Górny
2021-07-29  5:51 Michał Górny
2021-07-22  7:25 Michał Górny
2021-07-21  7:25 Michał Górny
2021-07-02 12:26 Marek Szuba
2021-07-01 22:30 Michał Górny
2021-07-01  6:13 Michał Górny
2021-06-30  6:12 Michał Górny
2021-06-06 14:46 Michał Górny
2021-06-06 13:01 Sam James
2021-05-09  9:39 Michał Górny
2021-05-09  9:15 Agostino Sarubbo
2021-04-27  7:08 Michał Górny
2021-04-25 21:58 Michał Górny
2021-04-25  7:56 Michał Górny
2021-03-31 10:14 Michał Górny
2021-03-30  9:27 Sam James
2021-03-29  9:17 Louis Sautier
2021-03-19 21:39 Michał Górny
2021-03-19 20:14 Sam James
2021-03-01  8:25 Michał Górny
2021-02-28  1:56 Louis Sautier
2021-02-16 17:08 Michał Górny
2021-02-16  8:30 Michał Górny
2020-11-15  9:22 Michał Górny
2020-11-15  5:19 Sam James
2020-10-13 16:44 Louis Sautier
2020-07-31  1:34 Sam James
2020-07-31  1:34 Sam James
2020-07-29 10:20 Michał Górny
2020-05-11 17:48 Michał Górny
2020-05-11  6:23 Mart Raudsepp
2020-05-04 16:51 Agostino Sarubbo
2020-05-03 19:02 Agostino Sarubbo
2020-05-03 15:13 Agostino Sarubbo
2020-05-03 10:25 Agostino Sarubbo
2020-05-03 10:12 Agostino Sarubbo
2020-03-18 18:39 Michał Górny
2020-03-08 20:32 Andreas Sturmlechner
2020-03-08 20:32 Andreas Sturmlechner
2020-02-22 20:22 Andreas Sturmlechner
2019-12-03  3:02 Aaron Bauman
2019-05-10 17:47 Virgil Dupras
2019-05-01 19:54 Sergei Trofimovich
2019-04-08 19:30 Aaron Bauman
2019-04-08 16:03 Mikle Kolyada
2019-03-18  2:54 Virgil Dupras
2019-03-18  2:54 Virgil Dupras
2019-02-17 15:50 Mikle Kolyada
2019-02-09 19:37 Sergei Trofimovich
2019-02-09 19:33 Sergei Trofimovich
2019-02-04 19:41 Sergei Trofimovich
2019-02-01 19:09 Patrick McLean
2019-02-01  3:06 Virgil Dupras
2019-02-01  2:13 Virgil Dupras
2018-06-07  6:29 Zac Medico
2018-03-17 10:51 Michał Górny
2018-03-16 21:51 Michał Górny
2018-02-27 22:59 Patrice Clement
2018-02-26 11:33 Manuel Rüger
2018-01-02 22:14 Michał Górny
2017-12-27 19:02 Fabian Groffen
2017-11-28 20:48 Sergei Trofimovich
2017-11-25 18:51 Sergei Trofimovich
2017-11-25 18:51 Sergei Trofimovich
2017-11-25 18:51 Sergei Trofimovich
2017-09-14  2:32 Tim Harder
2017-09-14  2:32 Tim Harder
2017-07-26  9:40 Fabian Groffen
2017-07-10 13:15 Alexis Ballier
2017-06-28 14:27 Manuel Rüger
2017-06-16  7:57 Sergei Trofimovich
2017-06-15 20:52 Sergei Trofimovich
2017-05-26 14:59 Agostino Sarubbo
2017-05-24 13:46 Agostino Sarubbo
2017-05-18 17:53 Michael Weber
2017-05-18 17:24 Michael Weber
2017-05-16 21:39 Michał Górny
2017-05-16 21:39 Michał Górny
2017-05-16 21:39 Michał Górny
2017-05-16 21:39 Michał Górny
2017-05-16 21:39 Michał Górny
2017-05-16 21:39 Michał Górny
2017-05-16 14:44 Manuel Rüger
2017-05-09 16:30 Markus Meier
2017-04-24 12:44 Tobias Klausmann
2017-04-23 12:40 Agostino Sarubbo
2017-04-20 13:41 Michał Górny
2017-04-20 13:41 Michał Górny
2017-03-12 23:48 Zac Medico
2017-02-09 12:10 Matt Thode
2017-02-06  7:43 Lars Wendler
2017-02-01 14:57 Manuel Rüger
2017-01-03  3:18 William Hubbs
2016-06-12 18:47 Patrick Lauer
2016-04-04 18:50 Manuel Rüger
2016-04-04 18:50 Manuel Rüger
2016-04-03 20:49 Manuel Rüger
2016-01-21  8:33 Justin Lecher
2016-01-11 13:02 Justin Lecher
2015-12-21 10:43 Justin Lecher
2015-12-07  3:59 Ian Delaney
2015-12-03 10:21 Justin Lecher
2015-12-03 10:21 Justin Lecher
2015-12-03 10:21 Justin Lecher
2015-11-11 17:27 Justin Lecher
2015-09-21 12:32 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1640457751.38cf565acbd5ccb0f6a3de594a5506854a6aff25.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox