blob: e0e7cfbe468285b9a625e2537acc62ea119ca44d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-polars
pkgdesc = Blazingly fast DataFrames library using Apache Arrow Columnar Format as memory model
pkgver = 0.14.5
pkgrel = 1
url = https://www.pola.rs/
arch = x86_64
license = MIT
makedepends = maturin
makedepends = rust-nightly
makedepends = cmake
makedepends = python-installer
depends = python
depends = python-numpy
optdepends = python-pandas: for interoperability with pandas frames
optdepends = python-pyarrow: for interoperability with arrow types
optdepends = python-pytz: to enable conversion to python datetimes with timezones
optdepends = python-fsspec: to transparently open files locally or remotely
source = https://github.com/pola-rs/polars/archive/refs/tags/py-polars-v0.14.5.zip
b2sums = 59f03f0a981218d80475f37ee722b3504c9ed214789cfc5969b778da8c34e7fa932e53ca7ec264371e6e840c96fb1d9a9188f654236d0ef094efdfdab4444465
pkgname = python-polars
|