dev-python/bokeh: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 2 Dec 2019 09:01:23 +0000 (10:01 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 4 Dec 2019 17:11:40 +0000 (18:11 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/bokeh/bokeh-0.11.1.ebuild
dev-python/bokeh/bokeh-0.12.6.ebuild

index 2f3b0875ca1b636a4684a43772ff685583b4b8e8..e4100d3e1d2dacc3fd04b718f4fbb552231ab35b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_5 )
+PYTHON_COMPAT=( python3_5 )
 
 inherit distutils-r1
 
index e4c6a7d90a63249d4014499990f94d16cc72ce68..72a12e367f3acc2679c6e2710f91e6225f319ed2 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1