diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-15 11:41:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:42 +0000 |
commit | e2174694e26ed37696c6279c368ccd0d9ec835bd (patch) | |
tree | e446561ffa693b7368f70b7b3b71698bdafa9bd5 /community/ipython | |
parent | 439e1acc1eb6a17b3b40bf78d100eaa787369f4d (diff) | |
download | aports-e2174694e26ed37696c6279c368ccd0d9ec835bd.tar.bz2 aports-e2174694e26ed37696c6279c368ccd0d9ec835bd.tar.xz |
community/ipython: rebuild against python 3.7
remove py3-jedi due to lack of support for 3.7
https://github.com/davidhalter/jedi/issues/1263
Diffstat (limited to 'community/ipython')
-rw-r--r-- | community/ipython/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/ipython/APKBUILD b/community/ipython/APKBUILD index 13203ba711..70649c74e5 100644 --- a/community/ipython/APKBUILD +++ b/community/ipython/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=ipython pkgver=7.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="A rich toolkit to help you make the most of using Python interactively" url="https://ipython.org/" arch="noarch" @@ -11,7 +11,6 @@ depends=" py3-traitlets py3-pexpect py3-prompt_toolkit>2.0.0 - py3-jedi py3-pygments py3-pickleshare py3-decorator |