From 57977df0f50bd835dd2c45ce21e4da85e2dad8ca Mon Sep 17 00:00:00 2001 From: AluminumTank Date: Fri, 2 Jul 2021 10:41:09 -0400 Subject: [PATCH] New package: python3-ijson-3.1.4 --- srcpkgs/python3-ijson/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-ijson/template diff --git a/srcpkgs/python3-ijson/template b/srcpkgs/python3-ijson/template new file mode 100644 index 0000000000..2fb5be71f9 --- /dev/null +++ b/srcpkgs/python3-ijson/template @@ -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 " +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 +}