summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 0a229efc6f7fd1daaf9a2093474e304d63a7f87d (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.9
	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.9.tar.gz
	b2sums = 978affc6bfc6a7ed495a1f9a6228f406f539958ff9d69684d11c5d588dd6923741f3066538739693b746159beca91ef926b061d97848116af64d09c44d60adc4

pkgname = python-polars