commit: 49dd4a6826c83aaedbb2667e59ed354207d0fa11
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 06:25:56 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 13:40:24 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49dd4a68
virtual/python-singledispatch: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
virtual/python-singledispatch/metadata.xml | 10 +++++-----
virtual/python-singledispatch/python-singledispatch-0.ebuild | 4 +++-
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/virtual/python-singledispatch/metadata.xml
b/virtual/python-singledispatch/metadata.xml
index 543f848..9594521 100644
--- a/virtual/python-singledispatch/metadata.xml
+++ b/virtual/python-singledispatch/metadata.xml
@@ -9,9 +9,9 @@
<name>Timo Rothenpieler</name>
<description>proxy maintainer</description>
</maintainer>
- <maintainer>
- <email>[email protected]</email>
- <name>Nikos Chantziaras</name>
- <description>proxy maintainer</description>
- </maintainer>
+ <maintainer>
+ <email>[email protected]</email>
+ <name>Nikos Chantziaras</name>
+ <description>proxy maintainer</description>
+ </maintainer>
</pkgmetadata>
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild
b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index 1270c7d..fef19ef 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -3,7 +3,9 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
inherit python-r1
DESCRIPTION="A virtual for the Python functools.singledispatch module"