vp-build/srcpkgs/python3-PyVirtualDisplay/template

23 lines
701 B
Bash

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