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/flit_core/
Date: Thu, 13 Jan 2022 20:16:44
Message-Id: 1642104916.8ea789afbd83adb3079a7b6541ad9f580e1fe502.mgorny@gentoo
1 commit: 8ea789afbd83adb3079a7b6541ad9f580e1fe502
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 13 20:12:59 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 13 20:15:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea789af
7
8 dev-python/flit_core: Remove obsolete intreehooks dep
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../flit_core/{flit_core-3.5.1.ebuild => flit_core-3.5.1-r1.ebuild} | 3 +--
13 .../flit_core/{flit_core-3.6.0.ebuild => flit_core-3.6.0-r1.ebuild} | 3 +--
14 2 files changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/flit_core/flit_core-3.5.1.ebuild b/dev-python/flit_core/flit_core-3.5.1-r1.ebuild
17 similarity index 88%
18 rename from dev-python/flit_core/flit_core-3.5.1.ebuild
19 rename to dev-python/flit_core/flit_core-3.5.1-r1.ebuild
20 index a27ed429b4ae..8a614e2b6daf 100644
21 --- a/dev-python/flit_core/flit_core-3.5.1.ebuild
22 +++ b/dev-python/flit_core/flit_core-3.5.1-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 2019-2021 Gentoo Authors
25 +# Copyright 2019-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=8
29 @@ -16,7 +16,6 @@ SLOT="0"
30 KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
31
32 RDEPEND="
33 - dev-python/intreehooks[${PYTHON_USEDEP}]
34 dev-python/tomli[${PYTHON_USEDEP}]
35 "
36 BDEPEND="
37
38 diff --git a/dev-python/flit_core/flit_core-3.6.0.ebuild b/dev-python/flit_core/flit_core-3.6.0-r1.ebuild
39 similarity index 90%
40 rename from dev-python/flit_core/flit_core-3.6.0.ebuild
41 rename to dev-python/flit_core/flit_core-3.6.0-r1.ebuild
42 index 22ec64d9e025..dbf83cbd0820 100644
43 --- a/dev-python/flit_core/flit_core-3.6.0.ebuild
44 +++ b/dev-python/flit_core/flit_core-3.6.0-r1.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 2019-2021 Gentoo Authors
47 +# Copyright 2019-2022 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=8
51 @@ -18,7 +18,6 @@ SLOT="0"
52 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
53
54 RDEPEND="
55 - dev-python/intreehooks[${PYTHON_USEDEP}]
56 dev-python/tomli[${PYTHON_USEDEP}]
57 "
58 BDEPEND="