projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0561df1
)
dev-python/trollius: Add python3.5 support
author
Justin Lecher
<jlec@gentoo.org>
Wed, 6 Jan 2016 15:51:36 +0000
(16:51 +0100)
committer
Justin Lecher
<jlec@gentoo.org>
Wed, 6 Jan 2016 17:14:48 +0000
(18:14 +0100)
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/trollius/trollius-2.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/trollius/trollius-2.0.ebuild
b/dev-python/trollius/trollius-2.0.ebuild
index b15094c7a12cc3c0624be89a15be7d6ddec22b08..2d842214cb19822d3bf62eb572457afb4a4aae86 100644
(file)
--- a/
dev-python/trollius/trollius-2.0.ebuild
+++ b/
dev-python/trollius/trollius-2.0.ebuild
@@
-1,9
+1,11
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
6
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy )
+
inherit distutils-r1
DESCRIPTION="A port of the Tulip project (asyncio module, PEP3156)"