# -*- 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             0.27.0
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

distname            rpds_py-${version}

checksums           rmd160  0b118318c617213159d4943ede72327889b38d63 \
                    sha256  8b23cf252f180cda89220b378d917180f29d313cd6a07b2431c0d3b776aae86f \
                    size    27420

python.versions     39 310 311 312 313
python.pep517_backend maturin
