summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 21618663d02f1b285fdc71438974e737e91786b8 (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.49
	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.49.tar.gz
	sha512sums = 472586fd5f37eedcb39674b6c0ffdb79c8855db6ca4f4a98f3bb8ba70cd9f08abff60a312eb09352d4ae5b52e7be7b79a019d86cbab372c3fde8adee179a221a

pkgname = python-polars