summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:11:36 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:11:36 +0100
commit2fdd94ce1bdf6c340c62ec5420d34385a586f90f (patch)
tree8862d6bfd1266cf067ec8e8539dc6f308664d504 /dev-python/bpython
parentdev-python/blaze: Remove Py2 (diff)
downloadgentoo-2fdd94ce1bdf6c340c62ec5420d34385a586f90f.tar.gz
gentoo-2fdd94ce1bdf6c340c62ec5420d34385a586f90f.tar.bz2
gentoo-2fdd94ce1bdf6c340c62ec5420d34385a586f90f.zip
dev-python/bpython: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/bpython')
-rw-r--r--dev-python/bpython/bpython-0.17.1.ebuild2
-rw-r--r--dev-python/bpython/bpython-0.18.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/bpython/bpython-0.17.1.ebuild b/dev-python/bpython/bpython-0.17.1.ebuild
index 557cbb3e4b5f..780df94de1a7 100644
--- a/dev-python/bpython/bpython-0.17.1.ebuild
+++ b/dev-python/bpython/bpython-0.17.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1
diff --git a/dev-python/bpython/bpython-0.18.ebuild b/dev-python/bpython/bpython-0.18.ebuild
index 75a9f0d8ad9a..a1b8ee6ae140 100644
--- a/dev-python/bpython/bpython-0.18.ebuild
+++ b/dev-python/bpython/bpython-0.18.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1