mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-xvfbwrapper-0.2.9
This commit is contained in:
parent
8a04307b66
commit
40b0c09cdb
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-xvfbwrapper/template
Normal file
19
srcpkgs/python3-xvfbwrapper/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue