dev-python/urwidtrees: urwidtrees is compatible with Python 3
authorAmadeusz Żołnowski <aidecoe@gentoo.org>
Wed, 9 Aug 2017 19:36:15 +0000 (20:36 +0100)
committerAmadeusz Żołnowski <aidecoe@gentoo.org>
Wed, 9 Aug 2017 19:36:46 +0000 (20:36 +0100)
Add compatibility with the same Python versions as defined for
dev-python/urwid.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-python/urwidtrees/urwidtrees-1.0.2.ebuild

index 26a98d8ca215d301e3b9df8e2b90c061cabcd658..866c17183b5b757380f32259241888e8ea97a8bc 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
 
 inherit distutils-r1