summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 3a170c6e12cca636909ff5ad5627d675f30995bc (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.51
	pkgrel = 2
	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.51.tar.gz
	b2sums = c6eeffeeeec3441197d6d839e21a78c1826447e35271d99b2ba81d7f13c435f16ce54da10e37ea3fd634759d0d78756dab5b7739855f8e6d33e820cb13311fbd

pkgname = python-polars