Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-machete/
Date: Thu, 01 Sep 2022 12:27:09
Message-Id: 1662034331.fa5f56620752ee67894da067c9d23c7ee460b316.marecki@gentoo
1 commit: fa5f56620752ee67894da067c9d23c7ee460b316
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 12:12:11 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 12:12:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5f5662
7
8 dev-vcs/git-machete: do not call python_gen_cond_dep
9
10 This was a holdover from the first, single-impl iteration of this ebuild.
11 Now that git-machete is installed multi-impl (and why not, maybe someone
12 WILL want to call it from Python scripts - the API is IMHO clean enough
13 for it to work), it is very much unnecessary.
14
15 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
16
17 dev-vcs/git-machete/git-machete-3.12.0.ebuild | 6 ++----
18 1 file changed, 2 insertions(+), 4 deletions(-)
19
20 diff --git a/dev-vcs/git-machete/git-machete-3.12.0.ebuild b/dev-vcs/git-machete/git-machete-3.12.0.ebuild
21 index fc280b8825d9..d84db41daa4c 100644
22 --- a/dev-vcs/git-machete/git-machete-3.12.0.ebuild
23 +++ b/dev-vcs/git-machete/git-machete-3.12.0.ebuild
24 @@ -19,10 +19,8 @@ KEYWORDS="~amd64 ~riscv"
25
26 RDEPEND="dev-vcs/git"
27 BDEPEND="test? (
28 - $(python_gen_cond_dep '
29 - >=dev-python/pytest-mock-3.8.2[${PYTHON_USEDEP}]
30 - >=dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
31 - ')
32 + >=dev-python/pytest-mock-3.8.2[${PYTHON_USEDEP}]
33 + >=dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
34 )"
35
36 DOCS=( CONTRIBUTING.md README.md )