mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +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'
|
||||
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 <gottox@voidlinux.org>"
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue