From 499bc79fd805bea7a6066ff4e4e59901e9e79362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 31 Mar 2020 12:14:34 +0700 Subject: [PATCH] New package: python3-pytest-xvfb-1.2.0 --- srcpkgs/python3-pytest-xvfb/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-pytest-xvfb/template diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template new file mode 100644 index 00000000000..9670ee4ccac --- /dev/null +++ b/srcpkgs/python3-pytest-xvfb/template @@ -0,0 +1,20 @@ +# Template file for 'python3-pytest-xvfb' +pkgname=python3-pytest-xvfb +version=1.2.0 +revision=1 +archs=noarch +wrksrc=pytest-xvfb-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-pytest>=2.8.1 python3-PyVirtualDisplay xorg-server-xvfb xauth" +checkdepends="python3-pytest python3-PyVirtualDisplay xorg-server-xvfb xauth" +short_desc="Pytest plugin to run Xvfb for tests" +maintainer="Đoàn Trần Công Danh " +license="MIT" +homepage="https://github.com/The-Compiler/pytest-xvfb" +distfiles="${PYPI_SITE}/p/pytest-xvfb/pytest-xvfb-${version}.tar.gz" +checksum=a7544ca8d0c7c40db4b40d7a417a7b071c68d6ef6bdf9700872d7a167302f979 + +post_install() { + vlicense LICENSE +}