From 40b0c09cdb6541f347a3a6143a4985ca40691d42 Mon Sep 17 00:00:00 2001 From: RunningDroid Date: Thu, 28 Jul 2022 03:04:33 -0400 Subject: [PATCH] New package: python3-xvfbwrapper-0.2.9 --- srcpkgs/python3-xvfbwrapper/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-xvfbwrapper/template diff --git a/srcpkgs/python3-xvfbwrapper/template b/srcpkgs/python3-xvfbwrapper/template new file mode 100644 index 00000000000..f5c17669195 --- /dev/null +++ b/srcpkgs/python3-xvfbwrapper/template @@ -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 " +license="MIT" +homepage="https://github.com/cgoldberg/xvfbwrapper" +distfiles="${PYPI_SITE}/x/xvfbwrapper/xvfbwrapper-${version}.tar.gz" +checksum=bcf4ae571941b40254faf7a73432dfc119ad21ce688f1fdec533067037ecfc24 + +pre_install() { + vlicense LICENSE +}