python3-platformdirs: update to 3.10.0.
This commit is contained in:
parent
c371de85d2
commit
2e48230bdf
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-platformdirs'
|
# Template file for 'python3-platformdirs'
|
||||||
pkgname=python3-platformdirs
|
pkgname=python3-platformdirs
|
||||||
version=3.9.1
|
version=3.10.0
|
||||||
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=1b42b450ad933e981d56e59f1b97495428c9bd60698baab9f3eb3d00d5822421
|
checksum=b45696dab2d7cc691a3226759c0d3b00c47c8b6e293d96f6436f733303f77f6d
|
||||||
make_check_pre="env PYTHONPATH=src"
|
make_check_pre="env PYTHONPATH=src"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue