mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
959 B
Tcl
27 lines
959 B
Tcl
# -*- 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-core
|
|
name py-arro3-io
|
|
python.rootname arro3_io
|
|
version 0.8.1
|
|
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 80defe617c4b609667bfcd63231857250bf8ce1b \
|
|
sha256 0f39d54a9a6e169ef4fec3c75d616a0fd73562afb4ba3eea8d163e538fe38d52 \
|
|
size 87287
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
python.pep517_backend \
|
|
maturin
|