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

# Note: keep in sync with py-arro3-compute and py-arro3-io
name                py-arro3-core
python.rootname     arro3_core
version             0.7.0
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  19a4eedc9462e181b5aae0f4d8dba19eaec6bd34 \
                    sha256  976eedb471a164c71697ea6b0760b1f96e6efe6b91689a6f7a55247c5f141988 \
                    size    93520

python.versions     310 311 312 313 314

python.pep517_backend \
                    maturin
