From da1cc2dcbda5f9c8593104356099185a2bce44cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 31 Mar 2020 12:15:03 +0700 Subject: [PATCH] python3-jupyter_qtconsole: update to 4.7.1. --- srcpkgs/python3-jupyter_qtconsole/template | 13 +++++++------ srcpkgs/python3-jupyter_qtconsole/update | 1 + 2 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 srcpkgs/python3-jupyter_qtconsole/update diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template index 44e8639e50..0c06266276 100644 --- a/srcpkgs/python3-jupyter_qtconsole/template +++ b/srcpkgs/python3-jupyter_qtconsole/template @@ -1,25 +1,26 @@ # Template file for 'python3-jupyter_qtconsole' pkgname=python3-jupyter_qtconsole -version=4.4.3 -revision=3 +version=4.7.1 +revision=1 archs=noarch wrksrc="qtconsole-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-traitlets python3-jupyter_core python3-jupyter_client python3-Pygments python3-ipython_ipykernel python3-ipython_genutils - python3-PyQt5-svg" -checkdepends="$depends python3-pytest" + python3-PyQt5-svg python3-QtPy" +checkdepends="$depends python3-pytest-qt python3-flaky" short_desc="Jupyter Qt console" maintainer="Alessio Sergi " license="BSD-3-Clause" homepage="https://github.com/jupyter/qtconsole" distfiles="${PYPI_SITE}/q/qtconsole/qtconsole-${version}.tar.gz" -checksum=bc1ba15f50c29ed50f1268ad823bb6543be263c18dd093b80495e9df63b003ac +checksum=d51c1c51c81fbd1fac62b2d4bdc8b54fb6b7cbe6cbf70c3baeea11516525c956 conflicts="python-jupyter_qtconsole<=4.4.3_2" do_check() { - QT_QPA_PLATFORM=offscreen pytest + # flaky test + QT_QPA_PLATFORM=offscreen pytest -k 'not test_frontend_to_kernel' } post_install() { diff --git a/srcpkgs/python3-jupyter_qtconsole/update b/srcpkgs/python3-jupyter_qtconsole/update new file mode 100644 index 0000000000..25ef51d109 --- /dev/null +++ b/srcpkgs/python3-jupyter_qtconsole/update @@ -0,0 +1 @@ +ignore="*a* *b* *rc*"