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/findimports/
Date: Sun, 17 Oct 2021 08:23:38
Message-Id: 1634458993.867b7ef5aaa60374c1e5474e4ff934ebfeaed2b3.mgorny@gentoo
1 commit: 867b7ef5aaa60374c1e5474e4ff934ebfeaed2b3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 08:15:31 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 08:23:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867b7ef5
7
8 dev-python/findimports: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/findimports/Manifest | 2 --
13 dev-python/findimports/findimports-1.5.2.ebuild | 20 --------------------
14 dev-python/findimports/findimports-2.0.0.ebuild | 19 -------------------
15 3 files changed, 41 deletions(-)
16
17 diff --git a/dev-python/findimports/Manifest b/dev-python/findimports/Manifest
18 index c47f908ae9c..c230fb5ad8d 100644
19 --- a/dev-python/findimports/Manifest
20 +++ b/dev-python/findimports/Manifest
21 @@ -1,3 +1 @@
22 -DIST findimports-1.5.2.gh.tar.gz 32211 BLAKE2B ea3110925085d466df7f95eaa06dce9e331ecba52c1772b76b05e51c633a8adc1ff91295db441049dab39129606e3927f69834376cc5fb864f5f3b62ac68bac2 SHA512 86432d29d180d4299ba789b69601722a6a15eed9badbf2f930e8867be06c64a2f1f8123ae182d7c6b73339287d04c2cdb4a18a31662ea72e86283ee165dc4d45
23 -DIST findimports-2.0.0.gh.tar.gz 33896 BLAKE2B e457d9e67102018cbd99f907afed33446fe11e3fc8fd9ec44459b2ed9fbe469d825b3f5fb1884b436d0576bcabacc787ef921bb5378e0389ecf789068d439e4a SHA512 c6f5b6aad6fe57f7625592c445286827c0eec74d513e85532c7e650a5f33021f7c204cb6857641a18874c640f0a79d468321875d13fb03ed645554488973294a
24 DIST findimports-2.1.0.gh.tar.gz 34252 BLAKE2B 3433945b3c55f5607b5bd9e4694761b0d06c708d7873c8204d2b0bb14e15e0c60bf010e0dd30b336857891199d4ac5f1133a8ec6f3d4c37c1337f85674aa2704 SHA512 5a86d291e5888e15d612d06d4a94c0f08800a26d4ffdff4b485eb8cf1a10ed38883db2d79c6f73e6b2680cc1e5ffc51952c3405dfd4ff95716e0a2b2ac930a95
25
26 diff --git a/dev-python/findimports/findimports-1.5.2.ebuild b/dev-python/findimports/findimports-1.5.2.ebuild
27 deleted file mode 100644
28 index 39a8903bf95..00000000000
29 --- a/dev-python/findimports/findimports-1.5.2.ebuild
30 +++ /dev/null
31 @@ -1,20 +0,0 @@
32 -# Copyright 2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -DISTUTILS_USE_SETUPTOOLS=rdepend
38 -PYTHON_COMPAT=( python3_{7..9} )
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Python module import analysis tool"
42 -HOMEPAGE="https://github.com/mgedmin/findimports"
43 -SRC_URI="
44 - https://github.com/mgedmin/findimports/archive/${PV}.tar.gz
45 - -> ${P}.gh.tar.gz"
46 -
47 -LICENSE="GPL-2+"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -
51 -distutils_enable_tests setup.py
52
53 diff --git a/dev-python/findimports/findimports-2.0.0.ebuild b/dev-python/findimports/findimports-2.0.0.ebuild
54 deleted file mode 100644
55 index af4535f4643..00000000000
56 --- a/dev-python/findimports/findimports-2.0.0.ebuild
57 +++ /dev/null
58 @@ -1,19 +0,0 @@
59 -# Copyright 2020-2021 Gentoo Authors
60 -# Distributed under the terms of the GNU General Public License v2
61 -
62 -EAPI=7
63 -
64 -PYTHON_COMPAT=( python3_{7..10} )
65 -inherit distutils-r1
66 -
67 -DESCRIPTION="Python module import analysis tool"
68 -HOMEPAGE="https://github.com/mgedmin/findimports"
69 -SRC_URI="
70 - https://github.com/mgedmin/findimports/archive/${PV}.tar.gz
71 - -> ${P}.gh.tar.gz"
72 -
73 -LICENSE="GPL-2+"
74 -SLOT="0"
75 -KEYWORDS="~amd64 ~x86"
76 -
77 -distutils_enable_tests setup.py