void-packages/srcpkgs/python3-PyVirtualDisplay/template

22 lines
666 B
Bash

# Template file for 'python3-PyVirtualDisplay'
pkgname=python3-PyVirtualDisplay
version=3.0
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-EasyProcess"
short_desc="Python wrapper for Xvfb, Xephyr and Xvnc"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="BSD-2-Clause"
homepage="https://github.com/ponty/pyvirtualdisplay"
distfiles="${PYPI_SITE}/P/PyVirtualDisplay/PyVirtualDisplay-${version}.tar.gz"
checksum=09755bc3ceb6eb725fb07eca5425f43f2358d3bf08e00d2a9b792a1aedd16159
do_check() {
: needs Xvnc Xephyr GUI, test EasyProcess and pytest-xvfb instead
}
post_install() {
vlicense LICENSE.txt
}