From c7f5ee22df4dbc3ea72aff3b91511d8e68603350 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 14 Feb 2022 10:47:31 -0500 Subject: [PATCH] python3-ipython: update to 8.0.1. Closes: #35618 [via git-merge-pr] --- srcpkgs/python3-ipython/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template index cdb2bdd0816..5d11c8a9de9 100644 --- a/srcpkgs/python3-ipython/template +++ b/srcpkgs/python3-ipython/template @@ -1,22 +1,22 @@ # Template file for 'python3-ipython' pkgname=python3-ipython -version=7.31.0 +version=8.0.1 revision=1 wrksrc="ipython-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-jedi python3-decorator python3-pickleshare python3-traitlets python3-prompt_toolkit python3-Pygments python3-backcall - python3-matplotlib-inline python3-pexpect" -checkdepends="$depends python3-pytest python3-nose python3-matplotlib + python3-matplotlib-inline python3-pexpect python3-stack_data" +checkdepends="python3-pytest $depends python3-matplotlib python3-Pillow python3-requests python3-testpath python3-numpy python3-ipython_ipykernel - python3-jupyter_nbformat python3-Pygments python3-Pillow" + python3-jupyter_nbformat python3-Pygments" short_desc="Enhanced interactive Python3 shell" maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://ipython.org/" distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz" -checksum=346c74db7312c41fa566d3be45d2e759a528dcc2994fe48aac1a03a70cd668a3 +checksum=ab564d4521ea8ceaac26c3a2c6e5ddbca15c8848fd5a5cc325f960da88d42974 conflicts="python-ipython<=5.8.0_2" do_check() { @@ -26,7 +26,8 @@ do_check() { not test_deduplicate_completions and \ not test_magic_arguments and \ not test_pinfo_docstring_if_detail_and_no_source and \ - not test_pprint_heap_allocated_type" + not test_pprint_heap_allocated_type and \ + not test_system_interrupt and not test_code_from_file" } post_install() {