python-pytest-cov: update to 7.0.0

This commit is contained in:
Dirk Stolle 2025-09-11 00:34:44 +02:00
parent e0469193ab
commit a0d8a7d69c

View File

@ -3,7 +3,7 @@
_realname=pytest-cov
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=6.3.0
pkgver=7.0.0
pkgrel=1
pkgdesc="py.test plugin for coverage reporting with support for both centralised and distributed testing, including subprocesses and multiprocessing (mingw-w64)"
arch=('any')
@ -20,6 +20,8 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-coverage"
"${MINGW_PACKAGE_PREFIX}-python-pluggy"
"${MINGW_PACKAGE_PREFIX}-python-pytest")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-hatchling"
"${MINGW_PACKAGE_PREFIX}-python-hatch-fancy-pypi-readme"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-virtualenv"
@ -29,7 +31,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-virtualenv"
# "${MINGW_PACKAGE_PREFIX}-python-fields"
)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('35c580e7800f87ce892e687461166e1ac2bcb8fb9e13aea79032518d6e503ff2')
sha256sums=('33c97eda2e049a0c5298e91f519302a1334c26ac65c1a483d6206fd458361af1')
build() {
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"