commit:     f76ec34cef803e70bf19a34f2fbed37b847e4cda
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 10:56:26 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 18 10:57:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76ec34c

dev-python/http-parser: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/http-parser/http-parser-0.8.3.ebuild | 2 +-
 dev-python/http-parser/http-parser-0.9.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 5337b6d3494..896c88cd6aa 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 5a0b335f0cc..775ab3cd857 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
 

Reply via email to