23 lines
684 B
Bash
23 lines
684 B
Bash
# Template file for 'python3-PyVirtualDisplay'
|
|
pkgname=python3-PyVirtualDisplay
|
|
version=0.2.5
|
|
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=5b267c8ffc98fcbd084ba852ab4caef3f22e9362bc5d117e1697e767553eaf41
|
|
|
|
do_check() {
|
|
: no test shipped with dist files
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|