void-packages/srcpkgs/python3-orjson/template
2025-08-13 18:29:40 -04:00

20 lines
701 B
Bash

# Template file for 'python3-orjson'
pkgname=python3-orjson
version=3.11.2
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=e8ceb69c8044767c7daa8052ddf82aa76545a79ea583e2aefa1011049da7369a
post_install() {
vlicense LICENSE-MIT
}