From 603c64300f86605465e783e6eecd612ec6b4fe2a Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 27 Jun 2023 02:14:35 +0530 Subject: [PATCH] python3-platformdirs: update to 3.8.0. Adopt. --- srcpkgs/python3-platformdirs/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-platformdirs/template b/srcpkgs/python3-platformdirs/template index 9aa52606afdb9a..723be614b2b9cc 100644 --- a/srcpkgs/python3-platformdirs/template +++ b/srcpkgs/python3-platformdirs/template @@ -1,18 +1,18 @@ # Template file for 'python3-platformdirs' pkgname=python3-platformdirs -version=3.6.0 +version=3.8.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="Orphaned " +maintainer="icp " 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=57e28820ca8094678b807ff529196506d7a21e17156cb1cddb3e74cebce54640 +checksum=b0cabcb11063d21a0b261d557acb0a9d2126350e63b70cdf7db6347baea456dc make_check_pre="env PYTHONPATH=src" post_install() {