dev-python/livereload: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:12:55 +0000 (17:12 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:24:29 +0000 (17:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/livereload/livereload-2.4.1.ebuild
dev-python/livereload/livereload-2.5.2.ebuild

index f40cd94ce162658b8adfa6218e3ffe721cc0a936..e79f6070944f53177a50b57abdbb533d3bd0ffb0 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 bebe781a1863282d73b45e7062436ce8ae002688..f6f7bf77c5ba183c35c52c1f7502d00cbde27e22 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