dev-python/voluptuous: add python3_8 to PYTHON_COMPAT
authorAndrew Udvare <audvare@gmail.com>
Fri, 1 May 2020 22:45:50 +0000 (18:45 -0400)
committerMatthew Thode <prometheanfire@gentoo.org>
Sat, 2 May 2020 04:30:53 +0000 (23:30 -0500)
Signed-off-by: Andrew Udvare <audvare@gmail.com>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/voluptuous/voluptuous-0.11.1-r1.ebuild [moved from dev-python/voluptuous/voluptuous-0.11.1.ebuild with 92% similarity]

similarity index 92%
rename from dev-python/voluptuous/voluptuous-0.11.1.ebuild
rename to dev-python/voluptuous/voluptuous-0.11.1-r1.ebuild
index f4517ddae718800ea78266b7d3b2d80ee645f73a..7cdce4236c2a0c9a06a785a0900654c2fab83e17 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
 
 inherit distutils-r1