New package: python3-pytest-xvfb-1.2.0

This commit is contained in:
Đoàn Trần Công Danh 2020-03-31 12:14:34 +07:00 committed by Piotr
parent 3234c7f02d
commit 499bc79fd8

View file

@ -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 <congdanhqx@gmail.com>"
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
}