blob: 2d8e63e50572eb94413708ac3b26b94a276249a5 (
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.15.6
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-0.15.6.tar.gz
b2sums = 3d794cc11deaabaa45948d3ae50f64a1a995fc9b45b6309ff63a348d05c39c5e40ed0ecce66de110e5ab54e3bfa84a9d4d4d6c0d72ac7bc610e4381e289fc6a1
pkgname = python-polars
|