dev-python/mkdocs-bootstrap: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:34:33 +0000 (17:34 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:52:45 +0000 (17:52 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/mkdocs-bootstrap/mkdocs-bootstrap-0.1.1-r1.ebuild
dev-python/mkdocs-bootstrap/mkdocs-bootstrap-0.1.1.ebuild

index 070124cc0f37d69f42cbffa622d59a4169c92566..d9522fbe9b32440a5949b17d84bd1edb762b68fd 100644 (file)
@@ -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
 
index 628907c1f97644cdc5d0273a2f2f2b741e229f88..3a26b9a98edd415ee8dde6a6c66832e8ded65e20 100644 (file)
@@ -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