mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
New package: python3-pytest-xvfb-1.2.0
This commit is contained in:
parent
3234c7f02d
commit
499bc79fd8
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-pytest-xvfb/template
Normal file
20
srcpkgs/python3-pytest-xvfb/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue