Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/
Date: Wed, 01 Jun 2016 07:35:45
Message-Id: 1464764865.e2476d86c53f6dde15c45e16b5dd8d7767cdbaf7.monsieurp@gentoo
1 commit: e2476d86c53f6dde15c45e16b5dd8d7767cdbaf7
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Tue May 31 10:45:41 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 1 07:07:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2476d86
7
8 www-apps/klaus: add Python 3 support
9
10 Package-Manager: portage-2.3.0_rc1
11 Closes: https://github.com/gentoo/gentoo/pull/1572
12
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 www-apps/klaus/klaus-1.0.1.ebuild | 5 +++--
16 1 file changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/www-apps/klaus/klaus-1.0.1.ebuild b/www-apps/klaus/klaus-1.0.1.ebuild
19 index 9f7ebd0..97cbe3e 100644
20 --- a/www-apps/klaus/klaus-1.0.1.ebuild
21 +++ b/www-apps/klaus/klaus-1.0.1.ebuild
22 @@ -1,9 +1,10 @@
23 # Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26 +
27 EAPI=6
28
29 -PYTHON_COMPAT=( python2_7 )
30 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
31
32 inherit distutils-r1
33
34 @@ -20,7 +21,7 @@ RDEPEND="
35 dev-python/six[${PYTHON_USEDEP}]
36 dev-python/flask[${PYTHON_USEDEP}]
37 dev-python/pygments[${PYTHON_USEDEP}]
38 - >=dev-python/dulwich-0.12.0[${PYTHON_USEDEP}]
39 + >=dev-python/dulwich-0.13.0[${PYTHON_USEDEP}]
40 dev-python/httpauth[${PYTHON_USEDEP}]
41 dev-python/humanize[${PYTHON_USEDEP}]
42 ctags? (