19 lines
565 B
Bash
19 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
|
|
}
|