mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-ijson: update to 3.2.1.
This commit is contained in:
parent
463ae5f349
commit
30707e76f7
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-ijson'
|
# Template file for 'python3-ijson'
|
||||||
pkgname=python3-ijson
|
pkgname=python3-ijson
|
||||||
version=3.2.0.post0
|
version=3.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools_scm"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
|
@ -11,8 +11,9 @@ short_desc="Iterative JSON parser with Pythonic interfaces"
|
||||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/ICRAR/ijson"
|
homepage="https://github.com/ICRAR/ijson"
|
||||||
|
changelog="https://raw.githubusercontent.com/ICRAR/ijson/master/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/i/ijson/ijson-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/ijson/ijson-${version}.tar.gz"
|
||||||
checksum=80a5bd7e9923cab200701f67ad2372104328b99ddf249dbbe8834102c852d316
|
checksum=8574bf19f31fab870488769ad919a80f130825236ac8bde9a733f69c2961d7a7
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue