# -*- 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.25.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  5ca67ade216b118a88a38d9092f26aea33bafa91 \
                    sha256  4d97661bf5848dd9e5eb7ded480deccf9d32ce2cd500b88a26acbf7bd2864985 \
                    size    26822

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