From: Andrew Udvare Date: Fri, 1 May 2020 22:45:25 +0000 (-0400) Subject: dev-python/cliff: add python3_8 to PYTHON_COMPAT X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0da48093f924ae3a6d266c5838412269397323fe;p=gentoo.git dev-python/cliff: add python3_8 to PYTHON_COMPAT Signed-off-by: Andrew Udvare Signed-off-by: Matthew Thode --- diff --git a/dev-python/cliff/cliff-2.12.0-r2.ebuild b/dev-python/cliff/cliff-2.12.0-r3.ebuild similarity index 97% rename from dev-python/cliff/cliff-2.12.0-r2.ebuild rename to dev-python/cliff/cliff-2.12.0-r3.ebuild index d702e55c0eb1..0342023910da 100644 --- a/dev-python/cliff/cliff-2.12.0-r2.ebuild +++ b/dev-python/cliff/cliff-2.12.0-r3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) VIRTUALX_REQUIRED="test" inherit distutils-r1 virtualx diff --git a/dev-python/cliff/cliff-2.18.0.ebuild b/dev-python/cliff/cliff-2.18.0-r1.ebuild similarity index 98% rename from dev-python/cliff/cliff-2.18.0.ebuild rename to dev-python/cliff/cliff-2.18.0-r1.ebuild index ae96648b505c..9fa5d8c0e8d5 100644 --- a/dev-python/cliff/cliff-2.18.0.ebuild +++ b/dev-python/cliff/cliff-2.18.0-r1.ebuild @@ -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 [entry_points] in setup.cfg _DISTUTILS_SETUPTOOLS_WARNED=1