mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-xlib: update to 0.33.
This commit is contained in:
parent
8580a4bb8d
commit
3d11ce7288
1 changed files with 8 additions and 9 deletions
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'python3-xlib'
|
# Template file for 'python3-xlib'
|
||||||
pkgname=python3-xlib
|
pkgname=python3-xlib
|
||||||
version=0.30
|
version=0.33
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
make_check_target="test"
|
||||||
hostmakedepends="python3-setuptools_scm"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
depends="python3-six"
|
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"
|
short_desc="Fully functional X client library for Python3"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/python-xlib/python-xlib"
|
homepage="https://github.com/python-xlib/python-xlib"
|
||||||
distfiles="${homepage}/releases/download/${version}/python-xlib-${version}.tar.bz2"
|
changelog="https://github.com/python-xlib/python-xlib/raw/master/CHANGELOG.md"
|
||||||
checksum=fd237f4eed494bb6fc6f0f94a15279aa9a50c90eeaef4fc57d1f9e923818456b
|
distfiles="https://github.com/python-xlib/python-xlib/releases/download/${version}/python-xlib-${version}.tar.bz2"
|
||||||
|
checksum=b7a45aaf919915f4908e4b2d79fc2ff3abbbec3b801a45162b3d0f67ed581b37
|
||||||
do_check() {
|
make_check_pre="xvfb-run"
|
||||||
python3 runtests.py
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue