dev-python/stevedore: add python3_8 to PYTHON_COMPAT
authorAndrew Udvare <audvare@gmail.com>
Fri, 1 May 2020 21:57:48 +0000 (17:57 -0400)
committerMatthew Thode <prometheanfire@gentoo.org>
Sat, 2 May 2020 04:30:56 +0000 (23:30 -0500)
Signed-off-by: Andrew Udvare <audvare@gmail.com>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/stevedore/stevedore-1.31.0-r1.ebuild [moved from dev-python/stevedore/stevedore-1.31.0.ebuild with 97% similarity]

similarity index 97%
rename from dev-python/stevedore/stevedore-1.31.0.ebuild
rename to dev-python/stevedore/stevedore-1.31.0-r1.ebuild
index f2a882dd93882b760e36e8f4804cbfe5930de2b7..aa18f4f9bd9767892bcf567a4d3fe83700e76909 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 # entry_points is added via setup.cfg as just [entry_points]
 _DISTUTILS_SETUPTOOLS_WARNED=1