python3-platformdirs: update to 3.5.1.

This commit is contained in:
triallax 2023-05-15 16:41:08 +01:00 committed by Andrew J. Hesford
parent ffdb3a3e4d
commit 7b0bba9c44
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.1.1
version=3.5.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=024996549ee88ec1a9aa99ff7f8fc819bb59e2c3477b410d90a16d32d6e707aa
checksum=412dae91f52a6f84830f39a8078cecd0e866cb72294a5c66808e74d5e88d251f
make_check_pre="env PYTHONPATH=src"
post_install() {