python3-platformdirs: update to 3.6.0.

This commit is contained in:
icp 2023-06-18 12:06:56 +05:30 committed by classabbyamp
parent cdd80b4241
commit 4327ac0761

View file

@ -1,6 +1,6 @@
# Template file for 'python3-platformdirs'
pkgname=python3-platformdirs
version=3.5.3
version=3.6.0
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=e48fabd87db8f3a7df7150a4a5ea22c546ee8bc39bc2473244730d4b56d2cc4e
checksum=57e28820ca8094678b807ff529196506d7a21e17156cb1cddb3e74cebce54640
make_check_pre="env PYTHONPATH=src"
post_install() {