void-packages/srcpkgs/python3-PyVirtualDisplay/template
2021-01-23 12:18:44 +07:00

23 lines
701 B
Bash

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