20 lines
769 B
Bash
20 lines
769 B
Bash
# Template file for 'python3-pytest-xdist'
|
|
pkgname=python3-pytest-xdist
|
|
version=3.6.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
|
depends="python3-pytest python3-execnet"
|
|
checkdepends="$depends python3-filelock python3-pexpect python3-psutil"
|
|
short_desc="Pytest plugin for distributed testing & loop-on-failures testing modes"
|
|
maintainer="classabbyamp <void@placeviolette.net>"
|
|
license="MIT"
|
|
homepage="https://github.com/pytest-dev/pytest-xdist"
|
|
changelog="https://raw.githubusercontent.com/pytest-dev/pytest-xdist/master/CHANGELOG.rst"
|
|
distfiles="${PYPI_SITE}/p/pytest-xdist/pytest_xdist-${version}.tar.gz"
|
|
checksum=ead156a4db231eec769737f57668ef58a2084a34b2e55c4a8fa20d861107300d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|