102 lines
4.0 KiB
Plaintext
102 lines
4.0 KiB
Plaintext
pkgbase = python-pandas
|
|
pkgdesc = High-performance, easy-to-use data structures and data analysis tools for Python
|
|
pkgver = 2.2.3
|
|
pkgrel = 1
|
|
url = https://pandas.pydata.org/
|
|
arch = x86_64
|
|
arch = powerpc64le
|
|
arch = powerpc64
|
|
arch = powerpc
|
|
arch = riscv64
|
|
license = BSD-3-Clause
|
|
checkdepends = python-pytest
|
|
checkdepends = python-pytest-asyncio
|
|
checkdepends = python-pytest-xdist
|
|
checkdepends = python-hypothesis
|
|
checkdepends = python-pandas-datareader
|
|
checkdepends = python-numexpr
|
|
checkdepends = python-bottleneck
|
|
checkdepends = python-matplotlib
|
|
checkdepends = python-jinja
|
|
checkdepends = python-tabulate
|
|
checkdepends = python-scipy
|
|
checkdepends = python-numba
|
|
checkdepends = python-xarray
|
|
checkdepends = python-xlrd
|
|
checkdepends = python-xlwt
|
|
checkdepends = python-openpyxl
|
|
checkdepends = python-xlsxwriter
|
|
checkdepends = python-beautifulsoup4
|
|
checkdepends = python-html5lib
|
|
checkdepends = python-lxml
|
|
checkdepends = python-sqlalchemy
|
|
checkdepends = python-psycopg2
|
|
checkdepends = python-pymysql
|
|
checkdepends = python-pytables
|
|
checkdepends = python-blosc
|
|
checkdepends = zlib
|
|
checkdepends = python-pyarrow
|
|
checkdepends = python-fsspec
|
|
checkdepends = python-pyqt5
|
|
checkdepends = python-qtpy
|
|
checkdepends = xclip
|
|
checkdepends = xsel
|
|
checkdepends = python-brotli
|
|
checkdepends = python-snappy
|
|
checkdepends = python-zstandard
|
|
checkdepends = python-dask
|
|
checkdepends = python-toolz
|
|
checkdepends = python-cftime
|
|
checkdepends = python-statsmodels
|
|
checkdepends = python-scikit-learn
|
|
checkdepends = python-seaborn
|
|
checkdepends = python-geopandas
|
|
checkdepends = python-odfpy
|
|
checkdepends = ipython
|
|
checkdepends = python-botocore
|
|
checkdepends = python-numba
|
|
makedepends = git
|
|
makedepends = cython
|
|
makedepends = python-build
|
|
makedepends = python-installer
|
|
makedepends = meson-python
|
|
makedepends = python-versioneer
|
|
depends = python-numpy
|
|
depends = python-dateutil
|
|
depends = python-pytz
|
|
optdepends = python-pandas-datareader: pandas.io.data replacement (recommended)
|
|
optdepends = python-numexpr: accelerating certain numerical operations (recommended)
|
|
optdepends = python-bottleneck: accelerating certain types of nan evaluations (recommended)
|
|
optdepends = python-matplotlib: plotting
|
|
optdepends = python-jinja: conditional formatting with DataFrame.style
|
|
optdepends = python-tabulate: printing in Markdown-friendly format
|
|
optdepends = python-scipy: miscellaneous statistical functions
|
|
optdepends = python-numba: alternative execution engine
|
|
optdepends = python-xarray: pandas-like API for N-dimensional data
|
|
optdepends = python-xlrd: Excel XLS input
|
|
optdepends = python-xlwt: Excel XLS output
|
|
optdepends = python-openpyxl: Excel XLSX input/output
|
|
optdepends = python-xlsxwriter: alternative Excel XLSX output
|
|
optdepends = python-beautifulsoup4: read_html function (in any case)
|
|
optdepends = python-html5lib: read_html function (and/or python-lxml)
|
|
optdepends = python-lxml: read_xml, to_xml and read_html function (and/or python-html5lib)
|
|
optdepends = python-sqlalchemy: SQL database support
|
|
optdepends = python-psycopg2: PostgreSQL engine for sqlalchemy
|
|
optdepends = python-pymysql: MySQL engine for sqlalchemy
|
|
optdepends = python-pytables: HDF5-based reading / writing
|
|
optdepends = python-blosc: for msgpack compression using blosc
|
|
optdepends = zlib: compression for msgpack
|
|
optdepends = python-pyarrow: Parquet, ORC and feather reading/writing
|
|
optdepends = python-fsspec: handling files aside from local and HTTP
|
|
optdepends = python-pyqt5: read_clipboard function (only one needed)
|
|
optdepends = python-qtpy: read_clipboard function (only one needed)
|
|
optdepends = xclip: read_clipboard function (only one needed)
|
|
optdepends = xsel: read_clipboard function (only one needed)
|
|
optdepends = python-brotli: Brotli compression
|
|
optdepends = python-snappy: Snappy compression
|
|
optdepends = python-zstandard: Zstandard (zstd) compression
|
|
source = git+https://github.com/pandas-dev/pandas#tag=v2.2.3
|
|
sha256sums = d0dc0272f48e837c1176f2853bd67d331a0c196677c263f5d41093f62bb22488
|
|
|
|
pkgname = python-pandas
|