2025-01-21 19:12:34 -05:00

21 lines
702 B
Bash

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