commit: 277d794deb741ed4d733e286ad03798094dd78da Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Feb 4 13:21:06 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Feb 4 13:21:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=277d794d
dev-python/boto3: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/boto3/boto3-1.10.2.ebuild | 2 +- dev-python/boto3/boto3-1.9.122.ebuild | 2 +- dev-python/boto3/boto3-1.9.4-r1.ebuild | 2 +- dev-python/boto3/boto3-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/boto3/boto3-1.10.2.ebuild b/dev-python/boto3/boto3-1.10.2.ebuild index 7ade38cf045..b19ce9f817a 100644 --- a/dev-python/boto3/boto3-1.10.2.ebuild +++ b/dev-python/boto3/boto3-1.10.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 vcs-snapshot diff --git a/dev-python/boto3/boto3-1.9.122.ebuild b/dev-python/boto3/boto3-1.9.122.ebuild index 7d65a102225..9febd85846f 100644 --- a/dev-python/boto3/boto3-1.9.122.ebuild +++ b/dev-python/boto3/boto3-1.9.122.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 vcs-snapshot diff --git a/dev-python/boto3/boto3-1.9.4-r1.ebuild b/dev-python/boto3/boto3-1.9.4-r1.ebuild index 7d65a102225..9febd85846f 100644 --- a/dev-python/boto3/boto3-1.9.4-r1.ebuild +++ b/dev-python/boto3/boto3-1.9.4-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 vcs-snapshot diff --git a/dev-python/boto3/boto3-9999.ebuild b/dev-python/boto3/boto3-9999.ebuild index 7ade38cf045..b19ce9f817a 100644 --- a/dev-python/boto3/boto3-9999.ebuild +++ b/dev-python/boto3/boto3-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 vcs-snapshot
