dev-python/mkdocs: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:12:51 +0000 (17:12 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:24:28 +0000 (17:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/mkdocs/mkdocs-0.15.3.ebuild
dev-python/mkdocs/mkdocs-1.0.1.ebuild

index 32e21af0b96c55c5a3e282faec16bcfb15a4806f..113f50d10b56904cf372d1f0610a388203ec7fca 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 vcs-snapshot
 
index 411cce64172d45364da6c04301e3bedbf1fe0224..a6585445076ccbe1db74a41283e572969a4b3f2c 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 vcs-snapshot