summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 1da8719bfdc73b6037d6e349ff5a944316cb4def (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.25
	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.25.tar.gz
	b2sums = 6439e8173b14c75d3f4651f7fe03321ceab4ff14c6118efa3497cda028a62ff36d06cb8616c1f84b4f3ef5c5e6f6756d44f9d2995f7daf2fce4a53434f286954

pkgname = python-polars