Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/
Date: Tue, 23 Oct 2018 08:48:00
Message-Id: 1540284453.7f56dd7e204a30f03f23448d6f3696d4204fcf2e.sbraz@gentoo
1 commit: 7f56dd7e204a30f03f23448d6f3696d4204fcf2e
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 23 08:46:47 2018 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 23 08:47:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f56dd7e
7
8 www-apps/klaus: add Python 3.7 support
9
10 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 www-apps/klaus/klaus-1.3.0.ebuild | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/www-apps/klaus/klaus-1.3.0.ebuild b/www-apps/klaus/klaus-1.3.0.ebuild
17 index 564444a7884..97d0bc760ba 100644
18 --- a/www-apps/klaus/klaus-1.3.0.ebuild
19 +++ b/www-apps/klaus/klaus-1.3.0.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
28 +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
29
30 inherit distutils-r1
31
32 @@ -23,9 +23,7 @@ RDEPEND="
33 dev-python/humanize[${PYTHON_USEDEP}]
34 dev-python/pygments[${PYTHON_USEDEP}]
35 dev-python/six[${PYTHON_USEDEP}]
36 - ctags? (
37 - dev-python/python-ctags[${PYTHON_USEDEP}]
38 - )
39 + ctags? ( dev-python/python-ctags[${PYTHON_USEDEP}] )
40 "
41 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"