void-packages/srcpkgs/python3-PyVirtualDisplay/template
2020-06-05 22:16:35 +07:00

24 lines
716 B
Bash

# Template file for 'python3-PyVirtualDisplay'
pkgname=python3-PyVirtualDisplay
version=1.3.2
revision=1
archs=noarch
wrksrc=PyVirtualDisplay-${version}
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=3fa85a6e490e45eab64e6be19841e0ab15ec8054c97f162079a061da6a93eba0
do_check() {
: needs Xvnc Xephyr GUI, test EasyProcess and pytest-xvfb instead
}
post_install() {
vlicense LICENSE.txt
}