New package: python3-orjson-3.10.6

This commit is contained in:
classabbyamp 2024-07-18 03:52:17 -04:00
parent e927d0b1d1
commit a2c7b607fa
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Template file for 'python3-orjson'
pkgname=python3-orjson
version=3.10.6
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=9891b984bcdbe77f5ee05cda7f3628c7fdd188317a02f3482ace4f63a64bd7c6
post_install() {
vlicense LICENSE-MIT
}