21 lines
720 B
Bash
21 lines
720 B
Bash
# Template file for 'python3-platformdirs'
|
|
pkgname=python3-platformdirs
|
|
version=4.2.0
|
|
revision=1
|
|
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://raw.githubusercontent.com/platformdirs/platformdirs/main/CHANGES.rst"
|
|
distfiles="${PYPI_SITE}/p/platformdirs/platformdirs-${version}.tar.gz"
|
|
checksum=ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768
|
|
make_check_pre="env PYTHONPATH=src"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|