summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-26 23:30:41 +0100
committerMichał Górny <mgorny@gentoo.org>2017-01-26 23:35:36 +0100
commitf9c532ae16bb19a2da9e024d0fc87bed0dc511cf (patch)
tree80625fa5b47b8e9f500ab4d11bafe6c44a524646 /virtual/python-singledispatch
parentvirtual/python-pathlib: Enable python3.6 (diff)
downloadgentoo-f9c532ae16bb19a2da9e024d0fc87bed0dc511cf.tar.gz
gentoo-f9c532ae16bb19a2da9e024d0fc87bed0dc511cf.tar.bz2
gentoo-f9c532ae16bb19a2da9e024d0fc87bed0dc511cf.zip
virtual/python-singledispatch: Enable python3.6
Diffstat (limited to 'virtual/python-singledispatch')
-rw-r--r--virtual/python-singledispatch/python-singledispatch-0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index 46c5bbefc4f7..9107e51a8566 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -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=""