blob: 659aaca684edd496f796c1951f8008470ca02eec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-polars-bin
pkgdesc = Blazingly fast DataFrames library using Apache Arrow Columnar Format as memory model
pkgver = 1.17.1
pkgrel = 1
url = https://www.pola.rs/
arch = x86_64
license = MIT
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
provides = python-polars
conflicts = python-polars
noextract = polars-1.17.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
source = https://files.pythonhosted.org/packages/29/08/54fe197c9d5f951cf85944ff9cfe0a706dc9d2230e98814a125eda8a1d09/polars-1.17.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
source = https://raw.githubusercontent.com/pola-rs/polars/py-1.17.1/LICENSE
b2sums = 105e922fbe2686605a04b4df5e304f8e99d0dec1a82aa47b9cabc3ee16e2af4ae8adbe8d72fb5584787672bcc597926a18fd25df3210c5338542f612b3128e06
b2sums = 74c712ca4ce1f3b35b33e76a681fb9f8411857f127a556a1d1d4ff17010b6a7d43c4b8c49f3cccd97daf6bbb7ffb294852e2b0fe40647927243fb542a64848ac
pkgname = python-polars-bin
|