python3-platformdirs: update to 3.9.1.

This commit is contained in:
icp 2023-07-16 11:36:58 +05:30 committed by Piraty
parent 7255d8b3a6
commit a2db80765e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-platformdirs'
pkgname=python3-platformdirs
version=3.8.0
version=3.9.1
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
@ -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=b0cabcb11063d21a0b261d557acb0a9d2126350e63b70cdf7db6347baea456dc
checksum=1b42b450ad933e981d56e59f1b97495428c9bd60698baab9f3eb3d00d5822421
make_check_pre="env PYTHONPATH=src"
post_install() {