From: Michał Górny Date: Mon, 18 May 2020 10:56:26 +0000 (+0200) Subject: dev-python/http-parser: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f76ec34cef803e70bf19a34f2fbed37b847e4cda;p=gentoo.git dev-python/http-parser: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/http-parser/http-parser-0.8.3.ebuild b/dev-python/http-parser/http-parser-0.8.3.ebuild index 5337b6d34946..896c88cd6aa9 100644 --- a/dev-python/http-parser/http-parser-0.8.3.ebuild +++ b/dev-python/http-parser/http-parser-0.8.3.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 flag-o-matic diff --git a/dev-python/http-parser/http-parser-0.9.0.ebuild b/dev-python/http-parser/http-parser-0.9.0.ebuild index 5a0b335f0ccb..775ab3cd8575 100644 --- a/dev-python/http-parser/http-parser-0.9.0.ebuild +++ b/dev-python/http-parser/http-parser-0.9.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1