blob: 32c0f30c7243301bb70be94e7eb8ae22e47387c2 (
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.26
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.14.26.tar.gz
b2sums = 5ce9399582a53747c4f1a13315a82df04b73f6b67718921d4112ea40833b1619bd6201cc8f23c3cc69809c44aa340b5232db82add07fc283c9081e884c5d2075
pkgname = python-polars
|