mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-json5: update to 0.9.24.
This commit is contained in:
parent
43fff1281f
commit
80fb287f6c
1 changed files with 5 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'python3-json5'
|
# Template file for 'python3-json5'
|
||||||
pkgname=python3-json5
|
pkgname=python3-json5
|
||||||
version=0.9.14
|
version=0.9.24
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest python3-hypothesis"
|
checkdepends="python3-pytest python3-hypothesis"
|
||||||
short_desc="Python implementation of the JSON5 data format"
|
short_desc="Python implementation of the JSON5 data format"
|
||||||
maintainer="dkwo <npiazza@disroot.org>"
|
maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/dpranke/pyjson5"
|
homepage="https://github.com/dpranke/pyjson5"
|
||||||
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
|
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=e7d27778960a7ef30b3d69bf3bf61ee152b211a956fcd92e09162b6852c3ad64
|
checksum=c84b956755957dadd9fe1dcbf27df69595e5e1482a3185e29293902803a82d63
|
||||||
|
|
Loading…
Add table
Reference in a new issue