python3-platformdirs: update to 4.3.6.

This commit is contained in:
icp 2024-09-16 13:13:36 +05:30 committed by Andrew Benson
parent e2762c886f
commit e64f196eac

View file

@ -1,6 +1,6 @@
# Template file for 'python3-platformdirs' # Template file for 'python3-platformdirs'
pkgname=python3-platformdirs pkgname=python3-platformdirs
version=4.2.2 version=4.3.6
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs" hostmakedepends="hatchling hatch-vcs"
@ -12,7 +12,7 @@ license="MIT"
homepage="https://platformdirs.rtfd.io/" homepage="https://platformdirs.rtfd.io/"
changelog="https://raw.githubusercontent.com/platformdirs/platformdirs/main/CHANGES.rst" changelog="https://raw.githubusercontent.com/platformdirs/platformdirs/main/CHANGES.rst"
distfiles="${PYPI_SITE}/p/platformdirs/platformdirs-${version}.tar.gz" distfiles="${PYPI_SITE}/p/platformdirs/platformdirs-${version}.tar.gz"
checksum=38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3 checksum=357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907
make_check_pre="env PYTHONPATH=src" make_check_pre="env PYTHONPATH=src"
post_install() { post_install() {