* update python-pytest-xdist to 3.6.1-2

This commit is contained in:
Alexander Baldeck 2024-12-05 13:51:51 +01:00
parent 91a0b52dc6
commit 8da0fb9347
3 changed files with 26 additions and 2 deletions

View File

@ -0,0 +1,20 @@
pkgbase = python-pytest-xdist
pkgdesc = py.test xdist plugin for distributed testing and loop-on-failing modes
pkgver = 3.6.1
pkgrel = 2
url = https://github.com/pytest-dev/pytest-xdist
arch = any
license = MIT
checkdepends = python-filelock
checkdepends = python-psutil
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python-execnet
depends = python-pytest
source = git+https://github.com/pytest-dev/pytest-xdist.git#tag=v3.6.1
sha512sums = e36399a8c999b0d12fbdc97a6782ccaa3e5d1d4a685440018d3e951e9cb0325af5261391e8727a8c62f7bc0ac734030f7afda4040fd79b7c37a316799a9a9da5
pkgname = python-pytest-xdist

View File

@ -0,0 +1,4 @@
[python-pytest-xdist]
source = "git"
git = "https://github.com/pytest-dev/pytest-xdist.git"
prefix = "v"

View File

@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=python-pytest-xdist
pkgver=3.5.0
pkgver=3.6.1
pkgrel=2
pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing modes'
arch=(any)
@ -12,7 +12,7 @@ depends=('python-execnet' 'python-pytest')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
checkdepends=('python-filelock' 'python-psutil')
source=("git+https://github.com/pytest-dev/pytest-xdist.git#tag=v$pkgver")
sha512sums=('33aace625d501a3f005188a2baa2dcbb4106b93d404bff85787fd6520b72840eb3a35c0abe7f641408b543815850040c7f74241cb6da43661351368460610dc7')
sha512sums=('e36399a8c999b0d12fbdc97a6782ccaa3e5d1d4a685440018d3e951e9cb0325af5261391e8727a8c62f7bc0ac734030f7afda4040fd79b7c37a316799a9a9da5')
build() {
cd pytest-xdist