From 711ee9b13f4c0b6a75c29c28b3262cf93f5540e2 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 13 May 2022 02:11:49 -0400 Subject: [PATCH] New package: python3-pytest-xdist-2.5.0 --- srcpkgs/python3-pytest-xdist/template | 21 +++++++++++++++++++++ 1 file changed, 21 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 00000000000..36392a27d41 --- /dev/null +++ b/srcpkgs/python3-pytest-xdist/template @@ -0,0 +1,21 @@ +# Template file for 'python3-pytest-xdist' +pkgname=python3-pytest-xdist +version=2.5.0 +revision=1 +wrksrc="${pkgname#python3-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools python3-setuptools_scm" +depends="python3-pytest python3-pytest-forked python3-execnet" +short_desc="Pytest plugin for distributed testing & loop-on-failures testing modes" +maintainer="classabbyamp " +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=4580deca3ff04ddb2ac53eba39d76cb5dd5edeac050cb6fbc768b0dd712b4edf +# tests only work in tox +make_check=no + +post_install() { + vlicense LICENSE +}