# Template file for 'python3-platformdirs'
pkgname=python3-platformdirs
version=4.4.0
revision=2
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
depends="python3"
checkdepends="python3-appdirs python3-pytest python3-pytest-mock"
short_desc="Library to determine platform-specific system directories"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://platformdirs.rtfd.io/"
changelog="https://github.com/tox-dev/platformdirs/releases"
distfiles="${PYPI_SITE}/p/platformdirs/platformdirs-${version}.tar.gz"
checksum=ca753cf4d81dc309bc67b0ea38fd15dc97bc30ce419a7f58d13eb3bf14c4febf
make_check_pre="env PYTHONPATH=src"

post_install() {
	vlicense LICENSE
}
