diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-02 10:01:40 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-04 18:12:13 +0100 |
commit | 80027bd3ae4d0ffa944f64979acd1d4f620f77d3 (patch) | |
tree | 877f86f15be83add9d6a2cc96fc414273495ea34 /dev-python/jupyter_console | |
parent | dev-python/jupyter_client: Remove py2 (diff) | |
download | gentoo-80027bd3ae4d0ffa944f64979acd1d4f620f77d3.tar.gz gentoo-80027bd3ae4d0ffa944f64979acd1d4f620f77d3.tar.bz2 gentoo-80027bd3ae4d0ffa944f64979acd1d4f620f77d3.zip |
dev-python/jupyter_console: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jupyter_console')
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild b/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild index 420dd470c6a8..4798de780222 100644 --- a/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild +++ b/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_5 ) +PYTHON_COMPAT=( python3_5 ) inherit distutils-r1 diff --git a/dev-python/jupyter_console/jupyter_console-4.1.1.ebuild b/dev-python/jupyter_console/jupyter_console-4.1.1.ebuild index 005c83c43f8b..e88257ae59ed 100644 --- a/dev-python/jupyter_console/jupyter_console-4.1.1.ebuild +++ b/dev-python/jupyter_console/jupyter_console-4.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_5 ) +PYTHON_COMPAT=( python3_5 ) inherit distutils-r1 diff --git a/dev-python/jupyter_console/jupyter_console-5.0.0.ebuild b/dev-python/jupyter_console/jupyter_console-5.0.0.ebuild index efefcf744d1a..9efab28cfe66 100644 --- a/dev-python/jupyter_console/jupyter_console-5.0.0.ebuild +++ b/dev-python/jupyter_console/jupyter_console-5.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_5 ) +PYTHON_COMPAT=( python3_5 ) inherit distutils-r1 diff --git a/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild b/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild index 9227c3733bcc..aa887586323f 100644 --- a/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild +++ b/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 |