python-pytest-rerunfailures: update to 16.1
This commit is contained in:
parent
536989abb9
commit
7e4ceb263c
@ -3,15 +3,18 @@
|
|||||||
_realname=pytest-rerunfailures
|
_realname=pytest-rerunfailures
|
||||||
pkgbase=mingw-w64-python-${_realname}
|
pkgbase=mingw-w64-python-${_realname}
|
||||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||||
pkgver=15.1
|
pkgver=16.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="a pytest plugin that re-runs failed tests up to -n times to eliminate flakey failures (mingw-w64)"
|
pkgdesc="a pytest plugin that re-runs failed tests up to -n times to eliminate flakey failures (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
|
'archlinux: python-pytest-rerunfailures'
|
||||||
|
'gentoo: dev-python/pytest-rerunfailures'
|
||||||
'purl: pkg:pypi/pytest-rerunfailures'
|
'purl: pkg:pypi/pytest-rerunfailures'
|
||||||
)
|
)
|
||||||
url='https://github.com/pytest-dev/pytest-rerunfailures'
|
url='https://github.com/pytest-dev/pytest-rerunfailures'
|
||||||
|
msys2_changelog_url='https://pytest-rerunfailures.readthedocs.io/latest/changelog.html'
|
||||||
license=('spdx:MPL-2.0')
|
license=('spdx:MPL-2.0')
|
||||||
depends=(
|
depends=(
|
||||||
"${MINGW_PACKAGE_PREFIX}-python"
|
"${MINGW_PACKAGE_PREFIX}-python"
|
||||||
@ -24,7 +27,7 @@ makedepends=(
|
|||||||
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
|
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
|
||||||
)
|
)
|
||||||
source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz")
|
source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz")
|
||||||
sha256sums=('c6040368abd7b8138c5b67288be17d6e5611b7368755ce0465dda0362c8ece80')
|
sha256sums=('c38b266db8a808953ebd71ac25c381cb1981a78ff9340a14bcb9f1b9bff1899e')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
|
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user