summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-02 10:01:39 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-04 18:12:09 +0100
commita3801fbf13032e748278a6f8b8061ffa76f4d4cf (patch)
tree90bc21ed99a9f991a558284fd0c15f3bb6b2b9bf /dev-python
parentdev-python/jupyter: Remove py2 (diff)
downloadgentoo-a3801fbf13032e748278a6f8b8061ffa76f4d4cf.tar.gz
gentoo-a3801fbf13032e748278a6f8b8061ffa76f4d4cf.tar.bz2
gentoo-a3801fbf13032e748278a6f8b8061ffa76f4d4cf.zip
dev-python/jupyter_client: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/jupyter_client/jupyter_client-5.1.0-r1.ebuild2
-rw-r--r--dev-python/jupyter_client/jupyter_client-5.2.3.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jupyter_client/jupyter_client-5.1.0-r1.ebuild b/dev-python/jupyter_client/jupyter_client-5.1.0-r1.ebuild
index 1e77d33caa6f..e1d659212525 100644
--- a/dev-python/jupyter_client/jupyter_client-5.1.0-r1.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-5.1.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
diff --git a/dev-python/jupyter_client/jupyter_client-5.2.3.ebuild b/dev-python/jupyter_client/jupyter_client-5.2.3.ebuild
index 4bf42f571651..747f74cfe1a6 100644
--- a/dev-python/jupyter_client/jupyter_client-5.2.3.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-5.2.3.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1