New package: python3-xvfbwrapper-0.2.9

This commit is contained in:
RunningDroid 2022-07-28 03:04:33 -04:00 committed by classabbyamp
parent 8a04307b66
commit 40b0c09cdb
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'python3-xvfbwrapper'
pkgname=python3-xvfbwrapper
version=0.2.9
revision=1
wrksrc="${pkgname#python3-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="xorg-server-xvfb"
checkdepends="${depends} python3-pytest"
short_desc="Python wrapper for controlling Xvfb"
maintainer="RunningDroid <runningdroid@zoho.com>"
license="MIT"
homepage="https://github.com/cgoldberg/xvfbwrapper"
distfiles="${PYPI_SITE}/x/xvfbwrapper/xvfbwrapper-${version}.tar.gz"
checksum=bcf4ae571941b40254faf7a73432dfc119ad21ce688f1fdec533067037ecfc24
pre_install() {
vlicense LICENSE
}