[arch-commits] Commit in python-qtconsole/trunk (PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Tue May 24 12:43:32 UTC 2022
Date: Tuesday, May 24, 2022 @ 12:43:32
Author: archange
Revision: 1210191
ipython_genutils is now split from traitlets
Also tests do not segfault anymore at the end.
Modified:
python-qtconsole/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-24 12:25:26 UTC (rev 1210190)
+++ PKGBUILD 2022-05-24 12:43:32 UTC (rev 1210191)
@@ -4,7 +4,7 @@
_pkgname=qtconsole
pkgname=python-qtconsole
pkgver=5.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Qt-based console for Jupyter with support for rich media output"
arch=(any)
url="https://qtconsole.readthedocs.io/"
@@ -11,6 +11,7 @@
license=(BSD)
depends=(
python-ipykernel
+ python-ipython-genutils
python-jupyter_core
python-jupyter_client
python-traitlets
@@ -32,8 +33,7 @@
check() {
cd ${_pkgname}-${pkgver}
- # Tests passes but then xvfb-run segfaults
- xvfb-run -s '-nolisten local' pytest -x -vv --color=yes qtconsole || echo "Tests segfaulted"
+ xvfb-run -s '-nolisten local' pytest -x -vv --color=yes qtconsole
}
package() {
More information about the arch-commits
mailing list