diff --git a/mingw-w64-python-pytest-cov/PKGBUILD b/mingw-w64-python-pytest-cov/PKGBUILD index f25eb4bca7..155e5481a1 100644 --- a/mingw-w64-python-pytest-cov/PKGBUILD +++ b/mingw-w64-python-pytest-cov/PKGBUILD @@ -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}"