python3-platformdirs: update to 3.8.0.

Adopt.
This commit is contained in:
icp 2023-06-27 02:14:35 +05:30 committed by classabbyamp
parent 8a57e2fae7
commit 8a0841d942

View file

@ -1,18 +1,18 @@
# Template file for 'python3-platformdirs' # Template file for 'python3-platformdirs'
pkgname=python3-platformdirs pkgname=python3-platformdirs
version=3.6.0 version=3.8.0
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs" hostmakedepends="hatchling hatch-vcs"
depends="python3" depends="python3"
checkdepends="python3-appdirs python3-pytest python3-pytest-mock" checkdepends="python3-appdirs python3-pytest python3-pytest-mock"
short_desc="Library to determine platform-specific system directories" short_desc="Library to determine platform-specific system directories"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="icp <pangolin@vivaldi.net>"
license="MIT" license="MIT"
homepage="https://platformdirs.rtfd.io/" homepage="https://platformdirs.rtfd.io/"
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=57e28820ca8094678b807ff529196506d7a21e17156cb1cddb3e74cebce54640 checksum=b0cabcb11063d21a0b261d557acb0a9d2126350e63b70cdf7db6347baea456dc
make_check_pre="env PYTHONPATH=src" make_check_pre="env PYTHONPATH=src"
post_install() { post_install() {