blob: 4414a6600dbfda159d653785ef80352b048c1b53 (
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.14
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.14.tar.gz
b2sums = 60f06b276c3f03d2563014f2d4d4c19da71329d1f61660103592f1a9c260d5484cac2e944243f48073b3fba08d1bbe18d884fbc58247e652bc492e2d76d0d6b8
pkgname = python-polars
|