22 lines
628 B
Bash
22 lines
628 B
Bash
# Template file for 'python3-ultrajson'
|
|
pkgname=python3-ultrajson
|
|
version=5.8.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
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=78e318def4ade898a461b3d92a79f9441e7e0e4d2ad5419abed4336d702c7425
|
|
|
|
export UJSON_BUILD_NO_STRIP=1
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|