python3-platformdirs: update to 3.0.0.
This commit is contained in:
parent
8fbd7a652e
commit
11ca274c8d
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-platformdirs'
|
# Template file for 'python3-platformdirs'
|
||||||
pkgname=python3-platformdirs
|
pkgname=python3-platformdirs
|
||||||
version=2.6.0
|
version=3.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling hatch-vcs"
|
hostmakedepends="hatchling hatch-vcs"
|
||||||
|
@ -9,10 +9,10 @@ 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="k4leg <python.bogdan@gmail.com>"
|
maintainer="k4leg <python.bogdan@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/platformdirs/platformdirs"
|
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=b46ffafa316e6b83b47489d240ce17173f123a9b9c83282141c3daf26ad9ac2e
|
checksum=8a1228abb1ef82d788f74139988b137e78692984ec7b08eaa6c65f1723af28f9
|
||||||
make_check_pre="env PYTHONPATH=src"
|
make_check_pre="env PYTHONPATH=src"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue