From 301923155e0f464fba26df8f19594e61c37287eb Mon Sep 17 00:00:00 2001 From: Bas Ploeger <5904333+basploeger@users.noreply.github.com> Date: Tue, 17 May 2022 21:30:17 +0200 Subject: [PATCH] New package: python3-pytest-xdist-2.5.0 --- srcpkgs/python3-pytest-xdist/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-pytest-xdist/template diff --git a/srcpkgs/python3-pytest-xdist/template b/srcpkgs/python3-pytest-xdist/template new file mode 100644 index 000000000000..648d156cbe15 --- /dev/null +++ b/srcpkgs/python3-pytest-xdist/template @@ -0,0 +1,19 @@ +# Template file for 'python3-pytest-xdist' +pkgname=python3-pytest-xdist +version=2.5.0 +revision=1 +wrksrc="pytest-xdist-${version}" +build_style=python3-module +hostmakedepends="python3-pip python3-setuptools python3-wheel" +depends="python3-pytest" +short_desc="Pytest plugin for distributed and loop-on-failures test execution" +maintainer="Bas Ploeger " +license="MIT" +homepage="https://pytest-xdist.readthedocs.io" +changelog="https://raw.githubusercontent.com/pytest-dev/pytest-xdist/master/CHANGELOG.rst" +distfiles="${PYPI_SITE}/p/pytest-xdist/pytest-xdist-${version}.tar.gz" +checksum=4580deca3ff04ddb2ac53eba39d76cb5dd5edeac050cb6fbc768b0dd712b4edf + +post_install() { + vlicense LICENSE +}