Files
macports-ports/python/py-xarray/Portfile
2026-02-19 12:06:48 -05:00

47 lines
1.6 KiB
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
name py-xarray
version 2026.2.0
revision 0
categories-append science math
supported_archs noarch
platforms {darwin any}
license Apache-2
maintainers {petr @petrrr} openmaintainer
description Provides N-D labeled arrays and datasets in Python
long_description \
xarray (formerly xray) is an open source project and Python package that \
aims to bring the labeled data power of pandas to the physical sciences, \
by providing N-dimensional variants of the core pandas data structures.
homepage https://github.com/pydata/xarray
checksums rmd160 2d99cb71bad23d0c224240034bff672e858bb116 \
sha256 978b6acb018770554f8fd964af4eb02f9bcc165d4085dbb7326190d92aa74bcf \
size 3111388
python.versions 310 311 312 313 314
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools_scm
depends_lib-append \
port:py${python.version}-numpy \
port:py${python.version}-packaging \
port:py${python.version}-pandas
test.run yes
depends_test-append \
port:py${python.version}-hypothesis \
port:py${python.version}-pytest-xdist \
port:py${python.version}-pytest-asyncio \
port:py${python.version}-cftime
}