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

index 03c8ba148de6c4221302efb93aa5c9d3fcc8773c..10d16c4539a75093a6662fa2631e2f0d57564d9c 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 9a7d1ee9b0cc58fcd67f195ff44269484aeb4007..04376952225a877b3814e0d29bdddae08275e8eb 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