diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:34:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:52:46 +0100 |
commit | 790cb28c6e39b9887e29c7929c32d658812e9c6c (patch) | |
tree | ce97179852a3d8321811841c72d4c579688ccbc6 /dev-python/mkdocs-bootswatch | |
parent | dev-python/mkdocs-bootstrap: Remove py2 (diff) | |
download | gentoo-790cb28c6e39b9887e29c7929c32d658812e9c6c.tar.gz gentoo-790cb28c6e39b9887e29c7929c32d658812e9c6c.tar.bz2 gentoo-790cb28c6e39b9887e29c7929c32d658812e9c6c.zip |
dev-python/mkdocs-bootswatch: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mkdocs-bootswatch')
-rw-r--r-- | dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0-r1.ebuild b/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0-r1.ebuild index 03c8ba148de6..10d16c4539a7 100644 --- a/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0-r1.ebuild +++ b/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0.ebuild b/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0.ebuild index 9a7d1ee9b0cc..04376952225a 100644 --- a/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0.ebuild +++ b/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0.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 ) inherit distutils-r1 |