summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:11:29 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:11:29 +0100
commit3fd7f3c649a294772220dbcf68f7710cebbd62c3 (patch)
tree6b4d06db95b45b0f121f3178b4c070ff3f04d5ba /dev-python/batinfo
parentdev-python/awscli: Remove Py2 (diff)
downloadgentoo-3fd7f3c649a294772220dbcf68f7710cebbd62c3.tar.gz
gentoo-3fd7f3c649a294772220dbcf68f7710cebbd62c3.tar.bz2
gentoo-3fd7f3c649a294772220dbcf68f7710cebbd62c3.zip
dev-python/batinfo: 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/batinfo')
-rw-r--r--dev-python/batinfo/batinfo-0.3.ebuild2
-rw-r--r--dev-python/batinfo/batinfo-0.4.2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/batinfo/batinfo-0.3.ebuild b/dev-python/batinfo/batinfo-0.3.ebuild
index ba9b043f133a..45f9092366e8 100644
--- a/dev-python/batinfo/batinfo-0.3.ebuild
+++ b/dev-python/batinfo/batinfo-0.3.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{5,6}} pypy pypy3 )
+PYTHON_COMPAT=( python3_{5,6} pypy3 )
inherit distutils-r1
diff --git a/dev-python/batinfo/batinfo-0.4.2.ebuild b/dev-python/batinfo/batinfo-0.4.2.ebuild
index ef5eaf12879e..c68994e2063f 100644
--- a/dev-python/batinfo/batinfo-0.4.2.ebuild
+++ b/dev-python/batinfo/batinfo-0.4.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{5,6}} pypy pypy3 )
+PYTHON_COMPAT=( python3_{5,6} pypy3 )
inherit distutils-r1