python-platformdirs: update to 4.3.7

This commit is contained in:
Biswapriyo Nath
2025-03-22 06:12:24 +00:00
parent 3d5db2c6db
commit bbd92c10cb

View File

@@ -3,8 +3,8 @@
_realname=platformdirs
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=4.3.6
pkgrel=2
pkgver=4.3.7
pkgrel=1
pkgdesc='A small Python module for determining appropriate platform-specific dirs (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -28,7 +28,7 @@ checkdepends=(
"${MINGW_PACKAGE_PREFIX}-python-pytest-mock"
)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907')
sha256sums=('eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"