python-pytest-enabler: update to 3.4.0

This commit is contained in:
Biswapriyo Nath 2025-05-16 06:14:43 +00:00
parent 3365c0e94e
commit a225340474

View File

@ -3,8 +3,8 @@
_realname=pytest-enabler
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.3.0
pkgrel=2
pkgver=3.4.0
pkgrel=1
pkgdesc='Enable installed pytest plugins (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -16,7 +16,6 @@ license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-jaraco.context"
"${MINGW_PACKAGE_PREFIX}-python-jaraco.functools"
"${MINGW_PACKAGE_PREFIX}-python-importlib_resources"
"${MINGW_PACKAGE_PREFIX}-python-toml")
makedepends=(
"${MINGW_PACKAGE_PREFIX}-python-build"
@ -25,7 +24,7 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-python-setuptools-scm"
)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('7780165bf20a1b67230c480e1ac0f3653c0d42947bd6d39505e5d9c883263bd1')
sha256sums=('45ece0ff22183503804d15307364290bc41fa027c843eb7046ee4f3439c8ba3f')
build() {
export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}