diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-02 10:01:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-04 18:12:09 +0100 |
commit | a3801fbf13032e748278a6f8b8061ffa76f4d4cf (patch) | |
tree | 90bc21ed99a9f991a558284fd0c15f3bb6b2b9bf /dev-python/jupyter_client | |
parent | dev-python/jupyter: Remove py2 (diff) | |
download | gentoo-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/jupyter_client')
-rw-r--r-- | dev-python/jupyter_client/jupyter_client-5.1.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/jupyter_client/jupyter_client-5.2.3.ebuild | 2 |
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 |