dev-python/http-parser: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 18 May 2020 10:56:26 +0000 (12:56 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 18 May 2020 10:57:06 +0000 (12:57 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/http-parser/http-parser-0.8.3.ebuild
dev-python/http-parser/http-parser-0.9.0.ebuild

index 5337b6d3494675a84ad7db444bc18866fd1a7b3e..896c88cd6aa98b685bf63c16b51b799b4cf420f5 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 flag-o-matic
 
index 5a0b335f0ccbeeaa4e623695ffa2e7291d02d0ef..775ab3cd857523d793ed9aa11d823112998ff57d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1