New package: python3-ijson-3.1.4
This commit is contained in:
parent
67a4d46f99
commit
57977df0f5
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-ijson/template
Normal file
20
srcpkgs/python3-ijson/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'python3-ijson'
|
||||
pkgname=python3-ijson
|
||||
version=3.1.4
|
||||
revision=1
|
||||
wrksrc="ijson-${version}"
|
||||
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"
|
||||
distfiles="${PYPI_SITE}/i/ijson/ijson-${version}.tar.gz"
|
||||
checksum=1d1003ae3c6115ec9b587d29dd136860a81a23c7626b682e2b5b12c9fd30e4ea
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
}
|
Loading…
Reference in a new issue