Files
macports-ports/python/py-rpds-py/Portfile
T
2026-07-03 00:05:13 -04:00

38 lines
1.1 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 python 1.0
name py-rpds-py
version 2026.6.3
revision 0
categories-append devel
license BSD
maintainers nomaintainer
description Python bindings to Rust's persistent data structures (rpds)
long_description {*}${description}
homepage https://github.com/crate-py/rpds
checksums rmd160 2e8732f34a9cea845d4ab4c7e42c03d8a4ac37cb \
sha256 1cebd1337c242e4ec2293e541f712b2da849b29f48f0c293684b71c0632625d4 \
size 64051
python.versions 310 311 312 313 314
python.pep517_backend maturin
if {${subport} ne ${name}} {
if {${python.version} == 310} {
version 0.30.0
revision 0
checksums rmd160 da5c9ea2a4c80ee77168d621e78b16e99292f74b \
sha256 dd8ff7cf90014af0c0f787eea34794ebf6415242ee1d6fa91eaba725cc441e84 \
size 69469
}
distname rpds_py-${version}
}