From 95a2e4effc2693dced516370fed1aa2b33d5ff62 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 2 Feb 2021 14:46:31 -0500 Subject: [PATCH] python3-ipython: update to 7.20.0. --- srcpkgs/python3-ipython/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template index dfef2b9c24..21b801f026 100644 --- a/srcpkgs/python3-ipython/template +++ b/srcpkgs/python3-ipython/template @@ -1,6 +1,6 @@ # Template file for 'python3-ipython' pkgname=python3-ipython -version=7.19.0 +version=7.20.0 revision=1 wrksrc="ipython-${version}" build_style=python3-module @@ -16,13 +16,9 @@ maintainer="Alessio Sergi " license="BSD-3-Clause" homepage="https://ipython.org/" distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz" -checksum=cbb2ef3d5961d44e6a963b9817d4ea4e1fa2eb589c371a470fed14d8d40cbd6a +checksum=1923af00820a8cf58e91d56b89efc59780a6e81363b94464a0f17c039dffff9e conflicts="python-ipython<=5.8.0_2" -do_check() { - pytest -} - post_install() { # remove iptest rm -f ${DESTDIR}/usr/bin/iptest*