diff options
author | Mike Gilbert <floppym@gentoo.org> | 2019-02-09 22:06:37 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-02-09 22:08:13 -0500 |
commit | 3320ed2483a073bb51db124642e42af7cdfb7064 (patch) | |
tree | a770a386d0d4793ff6b4f63c7a944d319da9be6e /dev-python/ipython | |
parent | dev-libs/poco: Revbump to fix MySQL dependencies and detection (diff) | |
download | gentoo-3320ed2483a073bb51db124642e42af7cdfb7064.tar.gz gentoo-3320ed2483a073bb51db124642e42af7cdfb7064.tar.bz2 gentoo-3320ed2483a073bb51db124642e42af7cdfb7064.zip |
dev-python/ipython: add python3.7 for 5.8.0
Package-Manager: Portage-2.3.58, Repoman-2.3.12_p63
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ipython-5.8.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ipython/ipython-5.8.0-r1.ebuild b/dev-python/ipython/ipython-5.8.0-r1.ebuild index 7d8b1e5a7f17..0a6fff812b7c 100644 --- a/dev-python/ipython/ipython-5.8.0-r1.ebuild +++ b/dev-python/ipython/ipython-5.8.0-r1.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 virtualx |