# -*- 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.24.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  a2a2b9462e866b874fdd0b38393320263376fc69 \
                    sha256  772cc1b2cd963e7e17e6cc55fe0371fb9c704d63e44cacec7b9b7f523b78919e \
                    size    26863

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