summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 21:54:53 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 22:21:19 +0100
commit193cef39e58de9befa9fa3997e893c38d734831f (patch)
tree96566a491ac2d97df2590300714cd6734412a320 /dev-python/pytrie
parentmedia-plugins/kodi-audiodecoder-modplug: Cleanup old versions (diff)
downloadgentoo-193cef39e58de9befa9fa3997e893c38d734831f.tar.gz
gentoo-193cef39e58de9befa9fa3997e893c38d734831f.tar.bz2
gentoo-193cef39e58de9befa9fa3997e893c38d734831f.zip
dev-python/pytrie: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytrie')
-rw-r--r--dev-python/pytrie/pytrie-0.3.1.ebuild2
-rw-r--r--dev-python/pytrie/pytrie-0.3.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytrie/pytrie-0.3.1.ebuild b/dev-python/pytrie/pytrie-0.3.1.ebuild
index 6e691bcdaff0..565ed0863459 100644
--- a/dev-python/pytrie/pytrie-0.3.1.ebuild
+++ b/dev-python/pytrie/pytrie-0.3.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/pytrie/pytrie-0.3.ebuild b/dev-python/pytrie/pytrie-0.3.ebuild
index 89b2e162a304..458bf5c0f666 100644
--- a/dev-python/pytrie/pytrie-0.3.ebuild
+++ b/dev-python/pytrie/pytrie-0.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1