From ac9b41b09ba0d6e7caa4a2056207933b77823122 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sun, 27 Jan 2019 17:03:59 -0600 Subject: [PATCH] dev-python/ipython: add py37 support Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode --- dev-python/ipython/ipython-5.4.1-r2.ebuild | 4 ++-- dev-python/ipython/ipython-6.1.0-r2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/ipython/ipython-5.4.1-r2.ebuild b/dev-python/ipython/ipython-5.4.1-r2.ebuild index 39d2a6d696d5..90da276d529e 100644 --- a/dev-python/ipython/ipython-5.4.1-r2.ebuild +++ b/dev-python/ipython/ipython-5.4.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) PYTHON_REQ_USE='readline,sqlite,threads(+)' inherit distutils-r1 eutils diff --git a/dev-python/ipython/ipython-6.1.0-r2.ebuild b/dev-python/ipython/ipython-6.1.0-r2.ebuild index cf2d06ab0493..eeecaab5b9f0 100644 --- a/dev-python/ipython/ipython-6.1.0-r2.ebuild +++ b/dev-python/ipython/ipython-6.1.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{4,5,6,7} ) PYTHON_REQ_USE='readline,sqlite,threads(+)' inherit distutils-r1 eutils -- 2.26.2