summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 21:13:12 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 21:46:50 +0100
commitca8f9322217d745b7ca454377e6b8944c390dfe5 (patch)
tree44381aaa462fe47fb2efadc85fbcbdaef3cd6b4f /dev-python/python-ctags
parentdev-python/python-augeas: Remove py2 (diff)
downloadgentoo-ca8f9322217d745b7ca454377e6b8944c390dfe5.tar.gz
gentoo-ca8f9322217d745b7ca454377e6b8944c390dfe5.tar.bz2
gentoo-ca8f9322217d745b7ca454377e6b8944c390dfe5.zip
dev-python/python-ctags: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-ctags')
-rw-r--r--dev-python/python-ctags/python-ctags-1.2.4.ebuild2
-rw-r--r--dev-python/python-ctags/python-ctags-1.3.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-ctags/python-ctags-1.2.4.ebuild b/dev-python/python-ctags/python-ctags-1.2.4.ebuild
index c1c2cd0d065e..c9fc195cd9fe 100644
--- a/dev-python/python-ctags/python-ctags-1.2.4.ebuild
+++ b/dev-python/python-ctags/python-ctags-1.2.4.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
inherit distutils-r1
diff --git a/dev-python/python-ctags/python-ctags-1.3.0.ebuild b/dev-python/python-ctags/python-ctags-1.3.0.ebuild
index c906ddf7d4d3..b7aa5a9ff131 100644
--- a/dev-python/python-ctags/python-ctags-1.3.0.ebuild
+++ b/dev-python/python-ctags/python-ctags-1.3.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
inherit distutils-r1