www-apps/klaus: add Python 3 support
authorLouis Sautier <sautier.louis@gmail.com>
Tue, 31 May 2016 10:45:41 +0000 (12:45 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 1 Jun 2016 07:07:45 +0000 (07:07 +0000)
Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1572

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
www-apps/klaus/klaus-1.0.1.ebuild

index 9f7ebd01a9a82575b25b81fd62b7d0a2e05593a5..97cbe3ef1b9c58e689b42d63d7a9a7309c118f0a 100644 (file)
@@ -1,9 +1,10 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
+
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1
 
@@ -20,7 +21,7 @@ RDEPEND="
        dev-python/six[${PYTHON_USEDEP}]
        dev-python/flask[${PYTHON_USEDEP}]
        dev-python/pygments[${PYTHON_USEDEP}]
-       >=dev-python/dulwich-0.12.0[${PYTHON_USEDEP}]
+       >=dev-python/dulwich-0.13.0[${PYTHON_USEDEP}]
        dev-python/httpauth[${PYTHON_USEDEP}]
        dev-python/humanize[${PYTHON_USEDEP}]
        ctags? (