summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 20:40:10 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 20:53:14 +0100
commit34fe214b355612fa31f11f39fcd8e5ff90cb7f40 (patch)
treeda8c143d7b7b9cc47d4d2fa0f747c38ca406e7c9 /dev-python/pyocr
parentdev-python/pynvim: Remove py2 (diff)
downloadgentoo-34fe214b355612fa31f11f39fcd8e5ff90cb7f40.tar.gz
gentoo-34fe214b355612fa31f11f39fcd8e5ff90cb7f40.tar.bz2
gentoo-34fe214b355612fa31f11f39fcd8e5ff90cb7f40.zip
dev-python/pyocr: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyocr')
-rw-r--r--dev-python/pyocr/pyocr-0.5.3.ebuild2
-rw-r--r--dev-python/pyocr/pyocr-0.6.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyocr/pyocr-0.5.3.ebuild b/dev-python/pyocr/pyocr-0.5.3.ebuild
index 04c7d4119fb0..3d3deb7c592c 100644
--- a/dev-python/pyocr/pyocr-0.5.3.ebuild
+++ b/dev-python/pyocr/pyocr-0.5.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/pyocr/pyocr-0.6.ebuild b/dev-python/pyocr/pyocr-0.6.ebuild
index e04aa833ed0a..3ba44f6491c6 100644
--- a/dev-python/pyocr/pyocr-0.6.ebuild
+++ b/dev-python/pyocr/pyocr-0.6.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1