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/pocketlint/
Date: Wed, 03 Aug 2022 09:10:59
Message-Id: 1659517423.ff5d692525effc944b81e6cb511db70ae0cf4af6.mgorny@gentoo
1 commit: ff5d692525effc944b81e6cb511db70ae0cf4af6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 3 09:03:43 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 09:03:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5d6925
7
8 dev-python/pocketlint: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pocketlint/Manifest | 2 --
13 dev-python/pocketlint/pocketlint-0.22.ebuild | 17 -----------------
14 dev-python/pocketlint/pocketlint-0.23.ebuild | 23 -----------------------
15 3 files changed, 42 deletions(-)
16
17 diff --git a/dev-python/pocketlint/Manifest b/dev-python/pocketlint/Manifest
18 index 4e6ce0b87c3a..b01a4686a894 100644
19 --- a/dev-python/pocketlint/Manifest
20 +++ b/dev-python/pocketlint/Manifest
21 @@ -1,3 +1 @@
22 -DIST pocketlint-0.22.tar.gz 23779 BLAKE2B 3698927cc4a3f6ee6de74d205b5a7f937405e7ce2e9d987e34b35ce209635cab37357d0221a6762deb66350cd2b991420a9b12af2c9e6792f713e5c95dfedb59 SHA512 7ee9e6b969975274e7697d1d16fadaac82fa0a1855401d9f240aaae123831dc32e381dd24f88a3f004ab45df9f0251c408ed8f60a08fe99caf629af617c80ea0
23 -DIST pocketlint-0.23.gh.tar.gz 23854 BLAKE2B 2ff3388b639ba29ae60ccd0013cea9b1f437d03d552c03089c91ba65f4fdf7b6b739ac2b926248bc5738e29cd41fa104d7c2742385cfe7a454841f2ed252b0fa SHA512 36a6f7fbc5b9475a145bc03ccf9a6918e49ed29279913b1bcc7090961bcc842333a4d31b4eb809a7ca7b384e79c186d1e6397c379c1921943ddd49c3c736aaed
24 DIST pocketlint-0.24.gh.tar.gz 23875 BLAKE2B b4699d1f0633ed6a3f84b97db972818c00a1d382a48648fd4fe6870f4c54f983fd36366f85a409a99b860f385902a9a05adec63199e35d1264a522a7a3086e31 SHA512 21c4055dd42c244760950b64ec4cd9359fc589014953be6f9296e0265101f098fbe34351e87f92630751fa0055de20281974a04b425f691acc4608cf929d4bf4
25
26 diff --git a/dev-python/pocketlint/pocketlint-0.22.ebuild b/dev-python/pocketlint/pocketlint-0.22.ebuild
27 deleted file mode 100644
28 index 4deeca19afb9..000000000000
29 --- a/dev-python/pocketlint/pocketlint-0.22.ebuild
30 +++ /dev/null
31 @@ -1,17 +0,0 @@
32 -# Copyright 1999-2021 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 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Shared code for running pylint against rhinstaller projects"
42 -HOMEPAGE="https://github.com/rhinstaller/pocketlint"
43 -SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
48 -IUSE=""
49
50 diff --git a/dev-python/pocketlint/pocketlint-0.23.ebuild b/dev-python/pocketlint/pocketlint-0.23.ebuild
51 deleted file mode 100644
52 index ca9e78b12cda..000000000000
53 --- a/dev-python/pocketlint/pocketlint-0.23.ebuild
54 +++ /dev/null
55 @@ -1,23 +0,0 @@
56 -# Copyright 1999-2022 Gentoo Authors
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -EAPI=8
60 -
61 -DISTUTILS_USE_PEP517=setuptools
62 -PYTHON_COMPAT=( python3_{8..10} )
63 -inherit distutils-r1
64 -
65 -DESCRIPTION="Shared code for running pylint against rhinstaller projects"
66 -HOMEPAGE="https://github.com/rhinstaller/pocketlint"
67 -SRC_URI="
68 - https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz
69 - -> ${P}.gh.tar.gz
70 -"
71 -
72 -LICENSE="GPL-2"
73 -SLOT="0"
74 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
75 -
76 -RDEPEND="
77 - dev-python/pylint[${PYTHON_USEDEP}]
78 -"