summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: f45877ec5a9d11a02bf244f352bb2246ad89ef45 (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.58
	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.58.tar.gz
	b2sums = ec90881028b08cb33c0f82d33e2b2e566a2b7c5adc6e4ba8931b55f0b387dda7546598847a35089a6b29b91fab8fea181a3fd8aae912593f5af3397d28a060a0

pkgname = python-polars