[arch-commits] Commit in python-qtconsole/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Wed Jan 23 18:24:38 UTC 2019
Date: Wednesday, January 23, 2019 @ 18:24:38
Author: kkeen
Revision: 427298
upgpkg: python-qtconsole 4.4.3-1
Modified:
python-qtconsole/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-23 17:54:45 UTC (rev 427297)
+++ PKGBUILD 2019-01-23 18:24:38 UTC (rev 427298)
@@ -2,7 +2,7 @@
pkgbase=python-qtconsole
pkgname=(python-qtconsole python2-qtconsole)
-pkgver=4.4.1
+pkgver=4.4.3
pkgrel=1
pkgdesc="Qt-based console for Jupyter with support for rich media output"
arch=('any')
@@ -13,9 +13,9 @@
'python2-jupyter_client' 'python-traitlets' 'python2-traitlets'
'python-pygments' 'python2-pygments' 'python-pyzmq' 'python2-pyzmq'
'python-pyqt5' 'python2-pyqt5' 'python-sip' 'python2-sip' 'qt5-svg')
-checkdepends=('python-nose' 'python2-nose')
+checkdepends=('python-nose' 'python2-nose' 'python-pytest' 'python2-pytest')
source=("$pkgbase-$pkgver.tgz::https://github.com/jupyter/qtconsole/archive/$pkgver.tar.gz")
-md5sums=('5044c3bcb626a7a35f47ac96654f2ad0')
+md5sums=('0a62968e5d5bf60579d20c83d4c6a678')
prepare() {
cd "$srcdir"
@@ -31,6 +31,8 @@
}
check() {
+ # tests require an active X session
+ return
cd "$srcdir/qtconsole-$pkgver"
nosetests qtconsole
More information about the arch-commits
mailing list