# -*- 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-arro3-compute
python.rootname     arro3_compute
version             0.6.5
revision            0

license             Apache-2
maintainers         {mps @Schamschula} openmaintainer
description         A minimal Python library for Apache Arrow, binding to the Rust \
                    Arrow implementation.
long_description    {*}${description}
homepage            https://github.com/kylebarron/arro3

checksums           rmd160  285b3b5899e68ab5bde7256ff6fd8c999495722b \
                    sha256  5cef7890c8171456ef594d0f1b3372dd4bd00de09e52ef283ebf640ffa200d00 \
                    size    89683

python.versions     310 311 312 313 314

python.pep517_backend \
                    maturin
