diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 11:35:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:41:23 +0100 |
commit | 562158a77d313d4e9add422026d383cf7528fa76 (patch) | |
tree | 5c4c7cbf97d824d6c82e5d8ad3d7622e6c90ba91 /dev-python/bashate | |
parent | dev-python/aodhclient: Remove Python 2 support (diff) | |
download | gentoo-562158a77d313d4e9add422026d383cf7528fa76.tar.gz gentoo-562158a77d313d4e9add422026d383cf7528fa76.tar.bz2 gentoo-562158a77d313d4e9add422026d383cf7528fa76.zip |
dev-python/bashate: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bashate')
-rw-r--r-- | dev-python/bashate/bashate-0.3.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/bashate/bashate-0.6.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/bashate/bashate-0.3.1.ebuild b/dev-python/bashate/bashate-0.3.1.ebuild index 9cbb303424bb..7cd8b1c13dec 100644 --- a/dev-python/bashate/bashate-0.3.1.ebuild +++ b/dev-python/bashate/bashate-0.3.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) DISTUTILS_IN_SOURCE_BUILD=TRUE # time diff --git a/dev-python/bashate/bashate-0.6.0.ebuild b/dev-python/bashate/bashate-0.6.0.ebuild index 510ed5b766eb..7bb9ed360080 100644 --- a/dev-python/bashate/bashate-0.6.0.ebuild +++ b/dev-python/bashate/bashate-0.6.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) DISTUTILS_IN_SOURCE_BUILD=TRUE # time |