Files
macports-ports/python/py-orjson/Portfile
2026-02-05 17:31:33 -08:00

36 lines
1.3 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup cargo_fetch 1.0
PortGroup python 1.0
PortGroup legacysupport 1.1
name py-orjson
version 3.11.7
revision 0
categories-append devel
license MIT
platforms darwin
supported_archs arm64 x86_64
python.versions 310 311 312 313 314
maintainers {toby @tobypeterson} openmaintainer
description orjson is a fast, correct JSON library
long_description {*}${description}. It benchmarks as the fastest \
Python library for JSON and is more correct than \
the standard json library or other third-party \
libraries. It serializes dataclass, datetime, \
numpy, and UUID instances natively.
homepage https://github.com/ijl/orjson
checksums ${distname}${extract.suffix} \
rmd160 18366e034716c9fe116f138b82e13774dfc25016 \
sha256 9b1a67243945819ce55d24a30b59d6a168e86220452d2c96f4d1f093e71c0c49 \
size 6144992
python.pep517 yes
python.pep517_backend maturin