summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:11:32 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:11:32 +0100
commitae997d109501896d7f84e7ef562947c4d83b7cbe (patch)
treef807115e2dd569252d1333ae60a02eef946c2b02
parentdev-python/bert: Remove Py2 (diff)
downloadgentoo-ae997d109501896d7f84e7ef562947c4d83b7cbe.tar.gz
gentoo-ae997d109501896d7f84e7ef562947c4d83b7cbe.tar.bz2
gentoo-ae997d109501896d7f84e7ef562947c4d83b7cbe.zip
dev-python/biplist: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--dev-python/biplist/biplist-1.0.1.ebuild2
-rw-r--r--dev-python/biplist/biplist-1.0.2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/biplist/biplist-1.0.1.ebuild b/dev-python/biplist/biplist-1.0.1.ebuild
index bcab105a5bcb..4179a8947959 100644
--- a/dev-python/biplist/biplist-1.0.1.ebuild
+++ b/dev-python/biplist/biplist-1.0.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1
diff --git a/dev-python/biplist/biplist-1.0.2.ebuild b/dev-python/biplist/biplist-1.0.2.ebuild
index 8e1836cad2f3..a6dd4f4a6a41 100644
--- a/dev-python/biplist/biplist-1.0.2.ebuild
+++ b/dev-python/biplist/biplist-1.0.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1