blob: 02c937f24c8ea4a66a9849a992e7cecb3e2893bd (
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.16.13
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.16.13.tar.gz
b2sums = d8f8a350def76d99deea897c7d2a724af33a4e0443991495304a4a148bf9a90184d2b217f2a2fcb96cb4234ebf6b4a68ae56cb8454a60dc8eea97c64e6b9d20d
pkgname = python-polars
|