virtual/python-singledispatch: Enable python3.6
authorMichał Górny <mgorny@gentoo.org>
Thu, 26 Jan 2017 22:30:41 +0000 (23:30 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 26 Jan 2017 22:35:36 +0000 (23:35 +0100)
virtual/python-singledispatch/python-singledispatch-0.ebuild

index 46c5bbefc4f771663a8854a8563f881d77a2819e..9107e51a85666024d953c0cdf0612846b857432d 100644 (file)
@@ -4,11 +4,11 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit python-r1
 
-DESCRIPTION="A virtual for the Python functools.singledispatch module"
+DESCRIPTION="A virtual for the Python functools.singledispatch function"
 HOMEPAGE=""
 SRC_URI=""