You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
780 B
Tcl
25 lines
780 B
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 python 1.0
|
|
|
|
name py-jiter
|
|
version 0.16.0
|
|
revision 0
|
|
|
|
categories-append devel
|
|
license MIT
|
|
maintainers {reneeotten @reneeotten} openmaintainer
|
|
|
|
description Fast iterable JSON parser.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/pydantic/jiter
|
|
|
|
checksums rmd160 5dcec230c6ce52ef558ee2b6509f1f1a1e2f3f40 \
|
|
sha256 7b24c3492c5f4f84a37946ad9cf504910cf6a782d6a4e0689b6673c5894b4a1c \
|
|
size 176431
|
|
|
|
python.versions 313 314
|
|
python.pep517_backend maturin
|