mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
python3-ipython: update to 7.23.1.
This commit is contained in:
parent
e9b1cc8abd
commit
7e20cd88fa
2 changed files with 3 additions and 15 deletions
|
@ -1,12 +0,0 @@
|
||||||
diff --git IPython/core/pylabtools.py IPython/core/pylabtools.py
|
|
||||||
index c71b0cdb6..bb815956e 100644
|
|
||||||
--- IPython/core/pylabtools.py
|
|
||||||
+++ IPython/core/pylabtools.py
|
|
||||||
@@ -383,6 +383,6 @@ def configure_inline_support(shell, backend):
|
|
||||||
stacklevel=2,
|
|
||||||
)
|
|
||||||
|
|
||||||
- from matplotlib_inline.backend_inline import configure_inline_support_orig
|
|
||||||
+ from matplotlib_inline.backend_inline import configure_inline_support as configure_inline_support_orig
|
|
||||||
|
|
||||||
configure_inline_support_orig(shell, backend)
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-ipython'
|
# Template file for 'python3-ipython'
|
||||||
pkgname=python3-ipython
|
pkgname=python3-ipython
|
||||||
version=7.23.0
|
version=7.23.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="ipython-${version}"
|
wrksrc="ipython-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://ipython.org/"
|
homepage="https://ipython.org/"
|
||||||
distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
|
||||||
checksum=69178f32bf9c6257430b6f592c3ae230c32861a1966d2facec454e09078e232d
|
checksum=714810a5c74f512b69d5f3b944c86e592cee0a5fb9c728e582f074610f6cf038
|
||||||
conflicts="python-ipython<=5.8.0_2"
|
conflicts="python-ipython<=5.8.0_2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue