[arch-commits] Commit in qtile/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Sun Jan 6 18:57:15 UTC 2019


    Date: Sunday, January 6, 2019 @ 18:57:14
  Author: dvzrv
Revision: 420733

upgpkg: qtile 0.13.0-1

Upgrading to 0.13.0. Adding gdk-pixbuf2 to depends. Extending checkdepends by imagemagick, xorg-{xcalc,xclock,xeyes,xrandr} and xterm (check still hanging because py.test never returns :(

Modified:
  qtile/trunk/PKGBUILD

----------+
 PKGBUILD |   45 ++++++++++++++++++++++++++-------------------
 1 file changed, 26 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-06 18:49:12 UTC (rev 420732)
+++ PKGBUILD	2019-01-06 18:57:14 UTC (rev 420733)
@@ -1,22 +1,16 @@
 # Maintainer: David Runge <dave at sleepmap.de>
-
 pkgname=qtile
-pkgver=0.12.0
-pkgrel=2
-pkgdesc="A full-featured, pure-Python tiling window manager."
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="A full-featured, pure-Python tiling window manager"
 arch=('any')
 url="http://www.qtile.org"
 license=('MIT')
-depends=('pango' 'python-xcffib' 'python-cairocffi' 'python-dbus'
-'python-gobject' 'python-setuptools')
-makedepends=('jupyter_console'
-             'python-ipykernel'
-             'python-iwlib'
-             'python-keyring'
-             'python-mpd2'
-             'python-pytest'
-             'python-setuptools'
-             'python-xdg')
+depends=('gdk-pixbuf2' 'pango' 'python-xcffib' 'python-cairocffi' 'python-dbus'
+'python-gobject' 'python-setuptools' 'python-six')
+makedepends=('jupyter_console' 'python-ipykernel' 'python-iwlib'
+'python-keyring' 'python-mpd2' 'python-pytest' 'python-setuptools'
+'python-xdg')
 optdepends=('alsa-utils: volume widget'
             'canto-daemon: canto widget'
             'cmus: cmus widget'
@@ -28,9 +22,10 @@
             'python-mpd2: mpdwidget, mpd2widget widget'
             'python-setproctitle: change process name to qtile'
             'python-xdg: launchbar widget')
-checkdepends=('python-pytest' 'python-xvfbwrapper' 'xorg-server-xephyr')
+checkdepends=('imagemagick' 'python-pytest' 'python-xvfbwrapper' 'xorg-xcalc'
+'xorg-xclock' 'xorg-xeyes' 'xorg-server-xephyr' 'xorg-xrandr' 'xterm')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('a94237c40775524e16aebdd8555d0ed0623c248b65aee32851145e8a6cc54ce4d46ee5cf4c4f583e468de4557a565c4281660219e4b2ee1b73fb483567e1a5b2')
+sha512sums=('06e6b32952c77c6b44872d5a52e0d196d5bb23c38da5d8acc2bba571f4d5fbadd8a7311f47e9301fb72a45c92b0255a90911edd12442392206da311fb7ada286')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -37,14 +32,26 @@
   python setup.py build
 }
 
-# # tests disabled for now, as they don't run headless
+# # tests disabled for now, as some are failing without explanation and py.test
+# # won't return
 # # https://github.com/qtile/qtile/issues/1130
 # check() {
 #   cd "${pkgname}-${pkgver}"
-#   export PYTTHONPATH="${srcdir}/${pkgname}-${pkgver}/build/lib/:${PYTHONPATH}"
+#   export PYTTHONPATH="build/lib/:${PYTHONPATH}"
 #   export LC_TYPE=en_US.UTF-8
 #   python libqtile/ffi_build.py
-#   py.test
+#   py.test -k 'not test_get_cairo_surface \
+#              and not test_init \
+#              and not test_from_path \
+#              and not test_pattern \
+#              and not test_pattern_rotate \
+#              and not test_svg_scaling \
+#              and not test_toggling \
+#              and not test_focus_cycle \
+#              and not test_focus_lost_hide \
+#              and not test_kill \
+#              and not test_floating_toggle \
+#              and not test_images_good'
 # }
 
 package() {



More information about the arch-commits mailing list