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

David Runge dvzrv at archlinux.org
Fri Jun 21 20:27:48 UTC 2019


    Date: Friday, June 21, 2019 @ 20:27:48
  Author: dvzrv
Revision: 482631

upgpkg: qtile 0.14.2-1

Upgrading to 0.14.2. Reworking the list of disabled unit tests (because they fail for bizarre reasons).
However, check() is still disabled, because pytest never returns.

Modified:
  qtile/trunk/PKGBUILD

----------+
 PKGBUILD |   32 ++++++++++++++------------------
 1 file changed, 14 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-21 20:09:49 UTC (rev 482630)
+++ PKGBUILD	2019-06-21 20:27:48 UTC (rev 482631)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dave at sleepmap.de>
 pkgname=qtile
-pkgver=0.13.0
-pkgrel=2
+pkgver=0.14.2
+pkgrel=1
 pkgdesc="A full-featured, pure-Python tiling window manager"
 arch=('any')
 url="http://www.qtile.org"
@@ -25,7 +25,7 @@
 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=('06e6b32952c77c6b44872d5a52e0d196d5bb23c38da5d8acc2bba571f4d5fbadd8a7311f47e9301fb72a45c92b0255a90911edd12442392206da311fb7ada286')
+sha512sums=('c6653e8dca24cef4b1cf48c26b2a0feb4bc125a1c966e0a3ea078fd1d1bba9c7306facf620438795aa2d2daecbd6e58bcda954753ab6b27f6c0cbead3766d8c0')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -32,26 +32,22 @@
   python setup.py build
 }
 
-# # tests disabled for now, as some are failing without explanation and py.test
-# # won't return
+# # tests disabled for now, as the test suite won't return:
 # # https://github.com/qtile/qtile/issues/1130
+# # some tests are failing:
+# # https://github.com/qtile/qtile/issues/1352
 # check() {
 #   cd "${pkgname}-${pkgver}"
 #   export PYTTHONPATH="build/lib/:${PYTHONPATH}"
 #   export LC_TYPE=en_US.UTF-8
-#   python libqtile/ffi_build.py
-#   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'
+#   ./scripts/ffibuild
+#   py.test -vv -k 'not test_images_good \
+#                   and not test_svg_scaling \
+#                   and not test_pattern_rotate \
+#                   and not test_pattern \
+#                   and not test_from_path \
+#                   and not test_init \
+#                   and not test_get_cairo_surface'
 # }
 
 package() {



More information about the arch-commits mailing list