mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
python3-ultrajson: update to 5.4.0.
This commit is contained in:
parent
d8040ec387
commit
98c6eaec69
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python3-ultrajson'
|
||||
pkgname=python3-ultrajson
|
||||
version=5.3.0
|
||||
version=5.4.0
|
||||
revision=1
|
||||
wrksrc="ujson-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
makedepends="python3-devel"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
checkdepends="python3-pytest-xdist"
|
||||
short_desc="Ultra fast JSON encoder and decoder for Python"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/ultrajson/ultrajson"
|
||||
distfiles="${PYPI_SITE}/u/ujson/ujson-${version}.tar.gz"
|
||||
checksum=ab938777b3ac0372231ee654a7f6a13787e587b1ca268d8aa7e6fb6846e477d0
|
||||
checksum=6b953e09441e307504130755e5bd6b15850178d591f66292bba4608c4f7f9b00
|
||||
|
||||
export UJSON_BUILD_NO_STRIP=1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue