summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-20 17:33:24 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-20 17:37:58 +0200
commitd3ceeee41a5b822d1f5034fa5d3a30348efac241 (patch)
tree503d428e00b1fcd8cac5dc547b1ca5b6c41ab470 /dev-python/sortedcontainers
parentdev-python/pyfakefs: Remove old (diff)
downloadgentoo-d3ceeee41a5b822d1f5034fa5d3a30348efac241.tar.gz
gentoo-d3ceeee41a5b822d1f5034fa5d3a30348efac241.tar.bz2
gentoo-d3ceeee41a5b822d1f5034fa5d3a30348efac241.zip
dev-python/sortedcontainers: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sortedcontainers')
-rw-r--r--dev-python/sortedcontainers/sortedcontainers-2.2.2-r1.ebuild (renamed from dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild b/dev-python/sortedcontainers/sortedcontainers-2.2.2-r1.ebuild
index 8b209c7e49af..e964422fcf1e 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.2.2-r1.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,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1