20 lines
720 B
Bash
20 lines
720 B
Bash
# 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
|
|
}
|