python3-platformdirs: update to 3.1.0.

This commit is contained in:
icp 2023-03-03 21:49:57 +05:30 committed by Michal Vasilek
parent 7d57ffc86a
commit d17d2f8764

View file

@ -1,6 +1,6 @@
# Template file for 'python3-platformdirs'
pkgname=python3-platformdirs
version=3.0.0
version=3.1.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=8a1228abb1ef82d788f74139988b137e78692984ec7b08eaa6c65f1723af28f9
checksum=accc3665857288317f32c7bebb5a8e482ba717b474f3fc1d18ca7f9214be0cef
make_check_pre="env PYTHONPATH=src"
post_install() {