From: Michał Górny Date: Wed, 5 Feb 2020 14:21:54 +0000 (+0100) Subject: dev-python/humanize: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5b17d45b6a7762198d1d9151a69891395d10c509;p=gentoo.git dev-python/humanize: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/humanize/humanize-0.5.1.ebuild b/dev-python/humanize/humanize-0.5.1.ebuild index b15f1b06682c..9fb7249b70dd 100644 --- a/dev-python/humanize/humanize-0.5.1.ebuild +++ b/dev-python/humanize/humanize-0.5.1.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