void-packages/srcpkgs/python3-ultrajson/template
2021-12-22 13:22:41 -05:00

20 lines
617 B
Bash

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