diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:11:29 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:11:29 +0100 |
commit | 3fd7f3c649a294772220dbcf68f7710cebbd62c3 (patch) | |
tree | 6b4d06db95b45b0f121f3178b4c070ff3f04d5ba /dev-python/batinfo | |
parent | dev-python/awscli: Remove Py2 (diff) | |
download | gentoo-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.ebuild | 2 | ||||
-rw-r--r-- | dev-python/batinfo/batinfo-0.4.2.ebuild | 2 |
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 |