From: Michał Górny Date: Thu, 6 Feb 2020 05:46:09 +0000 (+0100) Subject: dev-python/semantic_version: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6cd79986cf9de1c092feb83a10b1eafd60fb3747;p=gentoo.git dev-python/semantic_version: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/semantic_version/semantic_version-2.8.2.ebuild b/dev-python/semantic_version/semantic_version-2.8.2.ebuild index 760fc93c5e61..3f78ef9ec089 100644 --- a/dev-python/semantic_version/semantic_version-2.8.2.ebuild +++ b/dev-python/semantic_version/semantic_version-2.8.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7} ) inherit distutils-r1