# -*- 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.1
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  d4f9cd1d1ec7bb2c31c2349f4dacd4d7c6bb599a \
                    sha256  26a1c73171d10b7acccbded82bf6a586ab8203601e565badc74bbbf8bc5a10f8 \
                    size    27479

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