void-packages/srcpkgs/python3-ultrajson/template
Andrew J. Hesford 4a5fb3b1b5 python3-ultrajson: update to 3.2.0.
Closes: #24797 [via git-merge-pr]
2020-09-09 23:50:33 -04:00

18 lines
565 B
Bash

# Template file for 'python3-ultrajson'
pkgname=python3-ultrajson
version=3.2.0
revision=1
wrksrc="ujson-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
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=abb1996ba1c1d2faf5b1e38efa97da7f64e5373a31f705b96fe0587f5f778db4
post_install() {
vlicense LICENSE.txt
}