void-packages/srcpkgs/python3-orjson/template

21 lines
702 B
Bash

# Template file for 'python3-orjson'
pkgname=python3-orjson
version=3.10.11
revision=1
build_style=python3-pep517
build_helper="rust"
hostmakedepends="maturin cargo"
makedepends="rust-std python3"
checkdepends="python3-pytest-xdist"
short_desc="Python JSON library supporting dataclasses, datetimes, and numpy"
maintainer="classabbyamp <void@placeviolette.net>"
license="Apache-2.0 OR MIT"
homepage="https://github.com/ijl/orjson"
changelog="https://raw.githubusercontent.com/ijl/orjson/master/CHANGELOG.md"
distfiles="https://github.com/ijl/orjson/archive/refs/tags/${version}.tar.gz"
checksum=ee6953bbbb44ad22483dbe7b548a5c902e231c7413fc0c20905885a690b50c43
post_install() {
vlicense LICENSE-MIT
}