diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-21 08:25:56 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-21 15:40:24 +0200 |
commit | 49dd4a6826c83aaedbb2667e59ed354207d0fa11 (patch) | |
tree | fc7be4eb252f4bb3bdf6b5d6475210078a26d708 /virtual/python-singledispatch | |
parent | dev-python/pyzmq: Keyword under ALLARCHES policy (diff) | |
download | gentoo-49dd4a6826c83aaedbb2667e59ed354207d0fa11.tar.gz gentoo-49dd4a6826c83aaedbb2667e59ed354207d0fa11.tar.bz2 gentoo-49dd4a6826c83aaedbb2667e59ed354207d0fa11.zip |
virtual/python-singledispatch: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'virtual/python-singledispatch')
-rw-r--r-- | virtual/python-singledispatch/metadata.xml | 10 | ||||
-rw-r--r-- | 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 543f848f4505..9594521fee5e 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>realnc@gmail.com</email> - <name>Nikos Chantziaras</name> - <description>proxy maintainer</description> - </maintainer> + <maintainer> + <email>realnc@gmail.com</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 1270c7d4b6b5..fef19efc14e2 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" |