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: www-apps/trac-tags/
Date: Sun, 09 Feb 2020 15:54:32
Message-Id: 1581263663.bc158237f0c847c9e49c5865cf4f7e3562d993d0.mgorny@gentoo
1 commit: bc158237f0c847c9e49c5865cf4f7e3562d993d0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 12:40:23 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 15:54:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc158237
7
8 www-apps/trac-tags: Switch to python-single-r1, due to trac dep
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{trac-tags-0.6-r1.ebuild => trac-tags-0.6-r2.ebuild} | 11 +++++++----
13 1 file changed, 7 insertions(+), 4 deletions(-)
14
15 diff --git a/www-apps/trac-tags/trac-tags-0.6-r1.ebuild b/www-apps/trac-tags/trac-tags-0.6-r2.ebuild
16 similarity index 71%
17 rename from www-apps/trac-tags/trac-tags-0.6-r1.ebuild
18 rename to www-apps/trac-tags/trac-tags-0.6-r2.ebuild
19 index 43896d792b6..025d60b0a73 100644
20 --- a/www-apps/trac-tags/trac-tags-0.6-r1.ebuild
21 +++ b/www-apps/trac-tags/trac-tags-0.6-r2.ebuild
22 @@ -1,8 +1,9 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28
29 +DISTUTILS_SINGLE_IMPL=1
30 PYTHON_COMPAT=( python2_7 )
31
32 inherit distutils-r1
33 @@ -20,11 +21,13 @@ SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 IUSE=""
36
37 -CDEPEND=">=dev-python/genshi-0.6[${PYTHON_USEDEP}]"
38 +CDEPEND="
39 + $(python_gen_cond_dep '
40 + >=dev-python/genshi-0.6[${PYTHON_MULTI_USEDEP}]
41 + ')"
42 DEPEND="${CDEPEND}
43 - dev-python/setuptools[${PYTHON_USEDEP}]
44 app-arch/unzip"
45 RDEPEND="${CDEPEND}
46 - >=www-apps/trac-0.11[${PYTHON_USEDEP}]"
47 + >=www-apps/trac-0.11[${PYTHON_SINGLE_USEDEP}]"
48
49 S="${WORKDIR}/${MY_DIR}"