summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-18 12:56:26 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-18 12:57:06 +0200
commitf76ec34cef803e70bf19a34f2fbed37b847e4cda (patch)
treefcd3092a42e5565d8ac0686935d8b48de640af26 /dev-python/http-parser
parentpackage.mask: Last rite dev-python/restkit (diff)
downloadgentoo-f76ec34cef803e70bf19a34f2fbed37b847e4cda.tar.gz
gentoo-f76ec34cef803e70bf19a34f2fbed37b847e4cda.tar.bz2
gentoo-f76ec34cef803e70bf19a34f2fbed37b847e4cda.zip
dev-python/http-parser: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/http-parser')
-rw-r--r--dev-python/http-parser/http-parser-0.8.3.ebuild2
-rw-r--r--dev-python/http-parser/http-parser-0.9.0.ebuild2
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 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