summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 7bb1e468cee9223f6abb3248bc4376a0b5d344a7 (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.11
	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-polars-v0.14.11.tar.gz
	b2sums = 88d4bd7f8fb21ce2db5868e22ad104f5dd767755497f0ca5a1d79e35b5c98219a10023a3de2da8efbb56242980846c2a10bde0b1b63206da5fed7174b0f02b0b

pkgname = python-polars