python3-platformdirs: update to 3.5.1.
This commit is contained in:
parent
ffdb3a3e4d
commit
7b0bba9c44
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-platformdirs'
|
# Template file for 'python3-platformdirs'
|
||||||
pkgname=python3-platformdirs
|
pkgname=python3-platformdirs
|
||||||
version=3.1.1
|
version=3.5.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling hatch-vcs"
|
hostmakedepends="hatchling hatch-vcs"
|
||||||
|
@ -12,7 +12,7 @@ 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=024996549ee88ec1a9aa99ff7f8fc819bb59e2c3477b410d90a16d32d6e707aa
|
checksum=412dae91f52a6f84830f39a8078cecd0e866cb72294a5c66808e74d5e88d251f
|
||||||
make_check_pre="env PYTHONPATH=src"
|
make_check_pre="env PYTHONPATH=src"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue