void-packages/srcpkgs/python3-ijson/template

21 lines
662 B
Bash

# Template file for 'python3-ijson'
pkgname=python3-ijson
version=3.3.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
makedepends="yajl-devel python3-devel"
depends="python3"
checkdepends="python3-pytest"
short_desc="Iterative JSON parser with Pythonic interfaces"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="BSD-3-Clause"
homepage="https://github.com/ICRAR/ijson"
changelog="https://raw.githubusercontent.com/ICRAR/ijson/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/i/ijson/ijson-${version}.tar.gz"
checksum=7f172e6ba1bee0d4c8f8ebd639577bfe429dee0f3f96775a067b8bae4492d8a0
post_install() {
vlicense LICENSE.txt
}