dev-python/jupyter_console: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 2 Dec 2019 09:01:40 +0000 (10:01 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 4 Dec 2019 17:12:13 +0000 (18:12 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/jupyter_console/jupyter_console-4.0.3.ebuild
dev-python/jupyter_console/jupyter_console-4.1.1.ebuild
dev-python/jupyter_console/jupyter_console-5.0.0.ebuild
dev-python/jupyter_console/jupyter_console-5.1.0.ebuild

index 420dd470c6a80ddad8ed2fa63b92be82dadf9505..4798de7802221d1be35777ac46ec2e10848270ef 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_5 )
+PYTHON_COMPAT=( python3_5 )
 
 inherit distutils-r1
 
index 005c83c43f8bf5e7abdcaac95d0f78a4a8218a69..e88257ae59ed713552ed999c608c55b15caf472b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_5 )
+PYTHON_COMPAT=( python3_5 )
 
 inherit distutils-r1
 
index efefcf744d1a0defc70b923dbbbf7766620843a4..9efab28cfe6697c196ac2032edecc13c299ae472 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_5 )
+PYTHON_COMPAT=( python3_5 )
 
 inherit distutils-r1
 
index 9227c3733bcc7f5937810de2bcf5bcf3f31be555..aa887586323f3e4d52815a401d093803dc46b48e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1