Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/doit/
Date: Sun, 28 May 2017 10:22:36
Message-Id: 1495966895.beede6f963a6c0b58b95a3789ffbf7d9a6a53769.pacho@gentoo
1 commit: beede6f963a6c0b58b95a3789ffbf7d9a6a53769
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 10:21:35 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 10:21:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beede6f9
7
8 dev-python/doit: Support newer python
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/doit/doit-0.29.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/doit/doit-0.29.0.ebuild b/dev-python/doit/doit-0.29.0.ebuild
16 index 0d753dc5736..8e9c0cb2f55 100644
17 --- a/dev-python/doit/doit-0.29.0.ebuild
18 +++ b/dev-python/doit/doit-0.29.0.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
24 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
25 inherit eutils distutils-r1
26
27 RESTRICT="test" # can't work as it imports nonexistant modules from coverage