Install this version:
emerge -a =dev-python/fastparquet-2026.5.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/fastparquet-2026.5.0
Or alternatively:
emerge --autounmask-write -a =dev-python/fastparquet-2026.5.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2026.5.0 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
PYTHON_COMPAT=( python3_{10..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Python support for Parquet file format."
HOMEPAGE="https://github.com/dask/fastparquet/"
SRC_URI="https://github.com/dask/fastparquet/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=">=dev-python/cramjam-2.3[${PYTHON_USEDEP}]
dev-python/fsspec[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
>=dev-python/pandas-1.5.0[${PYTHON_USEDEP}]"
BDEPEND="dev-python/cython[${PYTHON_USEDEP}]
dev-python/setuptools-scm[${PYTHON_USEDEP}]"
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
>=dev-python/cramjam-2.3[] dev-python/fsspec[] dev-python/numpy[] dev-python/packaging[] >=dev-python/pandas-1.5.0[]
dev-python/cython[] dev-python/setuptools-scm[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | fastparquet-2026.5.0.gh.tar.gz | 28921354 bytes | https://github.com/dask/fastparquet/archive/refs/tags/2026.5.0.tar.gz |