summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: d1b28446a8b90a3ad85184b9aefe50b6c965d0fb (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.2
	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://files.pythonhosted.org/packages/source/p/polars/polars-0.14.2.tar.gz
	b2sums = 6e4577980af0c3673c4f30941a671642fdcce34a2e18bcb26d3c1f348e46c1cd54d816f5f86a280383213e83aec14696dc2f7e7ceee858839bcea1cda4de0bbe

pkgname = python-polars