summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: ac26d8e2e2078df4c4879c9b7c612ea7eecad247 (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.13.50
	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.13.50.tar.gz
	sha512sums = dc361d94ac9556a094e95e1b192d6af30def7c67e4aa9c388b966f574082a120a2b85020e91d685f963cfdd62142bf886fba54b968001632231b2989ab3594a3

pkgname = python-polars