Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flit/
Date: Thu, 06 Jan 2022 10:39:08
Message-Id: 1641465517.e9ecbf87816464434798bf61e90f8b64e96893ff.soap@gentoo
1 commit: e9ecbf87816464434798bf61e90f8b64e96893ff
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 6 10:38:37 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 10:38:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ecbf87
7
8 dev-python/flit: remove superfluous sys-apps/findutils dep
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 dev-python/flit/flit-3.4.0.ebuild | 3 +--
13 dev-python/flit/flit-3.5.0.ebuild | 3 +--
14 dev-python/flit/flit-3.5.1.ebuild | 3 +--
15 dev-python/flit/flit-3.6.0.ebuild | 3 +--
16 4 files changed, 4 insertions(+), 8 deletions(-)
17
18 diff --git a/dev-python/flit/flit-3.4.0.ebuild b/dev-python/flit/flit-3.4.0.ebuild
19 index 1bc9a7f33b5c..e0ffe8a26ea2 100644
20 --- a/dev-python/flit/flit-3.4.0.ebuild
21 +++ b/dev-python/flit/flit-3.4.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 2019-2021 Gentoo Authors
24 +# Copyright 2019-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=8
28 @@ -26,7 +26,6 @@ RDEPEND="
29 "
30 BDEPEND="${RDEPEND}
31 sys-apps/grep
32 - sys-apps/findutils
33 test? (
34 dev-python/responses[${PYTHON_USEDEP}]
35 dev-python/testpath[${PYTHON_USEDEP}]
36
37 diff --git a/dev-python/flit/flit-3.5.0.ebuild b/dev-python/flit/flit-3.5.0.ebuild
38 index 1bc9a7f33b5c..e0ffe8a26ea2 100644
39 --- a/dev-python/flit/flit-3.5.0.ebuild
40 +++ b/dev-python/flit/flit-3.5.0.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 2019-2021 Gentoo Authors
43 +# Copyright 2019-2022 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=8
47 @@ -26,7 +26,6 @@ RDEPEND="
48 "
49 BDEPEND="${RDEPEND}
50 sys-apps/grep
51 - sys-apps/findutils
52 test? (
53 dev-python/responses[${PYTHON_USEDEP}]
54 dev-python/testpath[${PYTHON_USEDEP}]
55
56 diff --git a/dev-python/flit/flit-3.5.1.ebuild b/dev-python/flit/flit-3.5.1.ebuild
57 index a5cc9637395b..0b4c68459970 100644
58 --- a/dev-python/flit/flit-3.5.1.ebuild
59 +++ b/dev-python/flit/flit-3.5.1.ebuild
60 @@ -1,4 +1,4 @@
61 -# Copyright 2019-2021 Gentoo Authors
62 +# Copyright 2019-2022 Gentoo Authors
63 # Distributed under the terms of the GNU General Public License v2
64
65 EAPI=8
66 @@ -26,7 +26,6 @@ RDEPEND="
67 "
68 BDEPEND="${RDEPEND}
69 sys-apps/grep
70 - sys-apps/findutils
71 test? (
72 dev-python/pip[${PYTHON_USEDEP}]
73 dev-python/responses[${PYTHON_USEDEP}]
74
75 diff --git a/dev-python/flit/flit-3.6.0.ebuild b/dev-python/flit/flit-3.6.0.ebuild
76 index 13ed55109146..d5541742237d 100644
77 --- a/dev-python/flit/flit-3.6.0.ebuild
78 +++ b/dev-python/flit/flit-3.6.0.ebuild
79 @@ -1,4 +1,4 @@
80 -# Copyright 2019-2021 Gentoo Authors
81 +# Copyright 2019-2022 Gentoo Authors
82 # Distributed under the terms of the GNU General Public License v2
83
84 EAPI=8
85 @@ -26,7 +26,6 @@ RDEPEND="
86 "
87 BDEPEND="${RDEPEND}
88 sys-apps/grep
89 - sys-apps/findutils
90 test? (
91 dev-python/pip[${PYTHON_USEDEP}]
92 dev-python/responses[${PYTHON_USEDEP}]