mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
python3-platformdirs: update to 3.8.0.
Adopt.
This commit is contained in:
parent
8a57e2fae7
commit
8a0841d942
1 changed files with 3 additions and 3 deletions
|
@ -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 <orphan@voidlinux.org>"
|
||||
maintainer="icp <pangolin@vivaldi.net>"
|
||||
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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue