Install this version:
emerge -a =dev-python/pyspark-3.1.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/pyspark-3.1.2
Or alternatively:
emerge --autounmask-write -a =dev-python/pyspark-3.1.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.1.2 | 8 | ~amd64 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Apache Spark Python API"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
HOMEPAGE="https://github.com/apache/spark/tree/master/python"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-java/spark-core-3.0.0
>=dev-python/pyarrow-1.0.0[${PYTHON_USEDEP}]
>=dev-python/numpy-1.7[${PYTHON_USEDEP}]
>=dev-python/pandas-0.23.2[${PYTHON_USEDEP}]
>=dev-python/py4j-0.10.9[${PYTHON_USEDEP}]
"
>=dev-java/spark-core-3.0.0 >=dev-python/pyarrow-1.0.0[] >=dev-python/numpy-1.7[] >=dev-python/pandas-0.23.2[] >=dev-python/py4j-0.10.9[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pyspark-3.1.2.tar.gz | 212448856 bytes | mirror://pypi/p/pyspark/pyspark-3.1.2.tar.gz |