Gentoo Archives: gentoo-commits

From: "Amadeusz Piotr Żołnowski" <aidecoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/
Date: Wed, 09 Aug 2017 19:36:55
Message-Id: 1502307406.7d42990d40c7101eac5a182a11172e853aeccf87.aidecoe@gentoo
1 commit: 7d42990d40c7101eac5a182a11172e853aeccf87
2 Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 9 19:36:15 2017 +0000
4 Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 9 19:36:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d42990d
7
8 dev-python/urwidtrees: urwidtrees is compatible with Python 3
9
10 Add compatibility with the same Python versions as defined for
11 dev-python/urwid.
12
13 Package-Manager: Portage-2.3.6, Repoman-2.3.3
14
15 dev-python/urwidtrees/urwidtrees-1.0.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild b/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild
19 index 26a98d8ca21..866c17183b5 100644
20 --- a/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild
21 +++ b/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 -PYTHON_COMPAT=( python2_7 )
27 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
28
29 inherit distutils-r1