python3-jupyter_qtconsole: update to 4.7.1.

This commit is contained in:
Đoàn Trần Công Danh 2020-03-31 12:15:03 +07:00 committed by Piotr
parent 9a29246a51
commit da1cc2dcbd
2 changed files with 8 additions and 6 deletions

View file

@ -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 <al3hex@gmail.com>"
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() {

View file

@ -0,0 +1 @@
ignore="*a* *b* *rc*"