python3-platformdirs: update to 2.6.0.

This commit is contained in:
mhmdanas 2022-12-18 23:53:01 +00:00 committed by Michal Vasilek
parent 44270665b6
commit 50b97a635f

View File

@ -1,7 +1,7 @@
# Template file for 'python3-platformdirs' # Template file for 'python3-platformdirs'
pkgname=python3-platformdirs pkgname=python3-platformdirs
version=2.5.2 version=2.6.0
revision=2 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs" hostmakedepends="hatchling hatch-vcs"
depends="python3" depends="python3"
@ -12,9 +12,9 @@ license="MIT"
homepage="https://github.com/platformdirs/platformdirs" homepage="https://github.com/platformdirs/platformdirs"
changelog="https://raw.githubusercontent.com/platformdirs/platformdirs/main/CHANGES.rst" changelog="https://raw.githubusercontent.com/platformdirs/platformdirs/main/CHANGES.rst"
distfiles="${PYPI_SITE}/p/platformdirs/platformdirs-${version}.tar.gz" distfiles="${PYPI_SITE}/p/platformdirs/platformdirs-${version}.tar.gz"
checksum=58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19 checksum=b46ffafa316e6b83b47489d240ce17173f123a9b9c83282141c3daf26ad9ac2e
make_check_pre="env PYTHONPATH=src" make_check_pre="env PYTHONPATH=src"
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE
} }