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/cmd2/
Date: Fri, 03 Jan 2020 20:46:32
Message-Id: 1578084375.f24cd559d5213c9f30302156d056e724fdc8abbd.soap@gentoo
1 commit: f24cd559d5213c9f30302156d056e724fdc8abbd
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 3 20:46:15 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 3 20:46:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24cd559
7
8 dev-python/cmd2: Remove python_gen_cond_dep calls for py3.5
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-python/cmd2/cmd2-0.9.21.ebuild | 3 +--
14 dev-python/cmd2/cmd2-0.9.22.ebuild | 3 +--
15 2 files changed, 2 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/cmd2/cmd2-0.9.21.ebuild b/dev-python/cmd2/cmd2-0.9.21.ebuild
18 index 715f6032dc2..68c78f3022d 100644
19 --- a/dev-python/cmd2/cmd2-0.9.21.ebuild
20 +++ b/dev-python/cmd2/cmd2-0.9.21.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -28,7 +28,6 @@ DEPEND="
28 dev-python/setuptools_scm[${PYTHON_USEDEP}]
29 test? (
30 ${RDEPEND}
31 - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python3_5)
32 dev-python/pytest[${PYTHON_USEDEP}]
33 )
34 "
35
36 diff --git a/dev-python/cmd2/cmd2-0.9.22.ebuild b/dev-python/cmd2/cmd2-0.9.22.ebuild
37 index 715f6032dc2..68c78f3022d 100644
38 --- a/dev-python/cmd2/cmd2-0.9.22.ebuild
39 +++ b/dev-python/cmd2/cmd2-0.9.22.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2019 Gentoo Authors
42 +# Copyright 1999-2020 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -28,7 +28,6 @@ DEPEND="
47 dev-python/setuptools_scm[${PYTHON_USEDEP}]
48 test? (
49 ${RDEPEND}
50 - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python3_5)
51 dev-python/pytest[${PYTHON_USEDEP}]
52 )
53 "