18 lines
747 B
Bash
18 lines
747 B
Bash
# Template file for 'python3-xlib'
|
|
pkgname=python3-xlib
|
|
version=0.33
|
|
revision=2
|
|
build_style=python3-module
|
|
make_check_target="test"
|
|
hostmakedepends="python3-setuptools_scm"
|
|
depends="python3-six"
|
|
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"
|
|
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"
|