python3-platformdirs: update to 3.11.0.

This commit is contained in:
icp 2023-10-03 13:20:58 +05:30 committed by classabbyamp
parent ef83e27da2
commit 9f2ccc2c04

View file

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