cf40561062
Closes #25614.
18 lines
569 B
Bash
18 lines
569 B
Bash
# Template file for 'python3-ultrajson'
|
|
pkgname=python3-ultrajson
|
|
version=4.0.1
|
|
revision=1
|
|
wrksrc="ujson-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
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=26cf6241b36ff5ce4539ae687b6b02673109c5e3efc96148806a7873eaa229d3
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|