blob: d96636232b3b7dcd7edbf246d098a76a41ae3a60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-polars
pkgdesc = Blazingly fast DataFrames library using Apache Arrow Columnar Format as memory model
pkgver = 1.3.0
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
options = !lto
source = https://github.com/pola-rs/polars/archive/refs/tags/py-1.3.0.tar.gz
b2sums = 92e9be7ce0188fddd4fbe838fee04cb055b967d6874e1bcbc456b8855d2099f29d0942a509194ab78cc66f1f7325f0422b2210331f596e55a25df38e99df0049
pkgname = python-polars
|