blob: 740fdd1efc0129048ffe3ac355d3dfb50069e55d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = python2-pytest-xvfb
pkgdesc = Pytest plugin to run Xvfb for tests
pkgver = 1.2.0
pkgrel = 1
url = https://github.com/The-Compiler/pytest-xvfb
arch = i686
arch = x86_64
license = MIT
makedepends = python2-setuptools
depends = python2>=2.7
depends = python2-pytest>=2.8.1
depends = python2-pyvirtualdisplay>=0.2.1
source = https://files.pythonhosted.org/packages/source/p/pytest-xvfb/pytest-xvfb-1.2.0.tar.gz
md5sums = a5e43fe3926c55b03fc12f4f149f059d
pkgname = python2-pytest-xvfb
|