From 5417ef96d32fcaf4d52f23a49a6e983f82ea8e9c Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Fri, 10 Feb 2023 20:08:26 +0000 Subject: [PATCH] python3-xlib: update to 0.33. --- srcpkgs/python3-xlib/template | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/srcpkgs/python3-xlib/template b/srcpkgs/python3-xlib/template index c7dae28a8344..6e8fb0e1119c 100644 --- a/srcpkgs/python3-xlib/template +++ b/srcpkgs/python3-xlib/template @@ -1,18 +1,17 @@ # Template file for 'python3-xlib' pkgname=python3-xlib -version=0.30 -revision=3 +version=0.33 +revision=1 build_style=python3-module +make_check_target="test" hostmakedepends="python3-setuptools_scm" depends="python3-six" -checkdepends="$depends xvfb-run python3-nose python3-mock" +checkdepends="${depends} xvfb-run python3-pytest-xdist python3-mock" short_desc="Fully functional X client library for Python3" maintainer="Enno Boland " license="LGPL-2.1-or-later" homepage="https://github.com/python-xlib/python-xlib" -distfiles="${homepage}/releases/download/${version}/python-xlib-${version}.tar.bz2" -checksum=fd237f4eed494bb6fc6f0f94a15279aa9a50c90eeaef4fc57d1f9e923818456b - -do_check() { - python3 runtests.py -} +changelog="https://github.com/python-xlib/python-xlib/raw/master/CHANGELOG.md" +distfiles="https://github.com/python-xlib/python-xlib/releases/download/${version}/python-xlib-${version}.tar.bz2" +checksum=b7a45aaf919915f4908e4b2d79fc2ff3abbbec3b801a45162b3d0f67ed581b37 +make_check_pre="xvfb-run"