Install this version:
emerge -a =dev-python/reedsolo-1.7.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/reedsolo-1.7.0
Or alternatively:
emerge --autounmask-write -a =dev-python/reedsolo-1.7.0
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..15} )
inherit distutils-r1 pypi
DESCRIPTION="Python Reed Solomon encoder/decoder"
HOMEPAGE="
https://github.com/tomerfiliba/reedsolomon/
https://pypi.org/project/reedsolo/
"
SRC_URI="https://files.pythonhosted.org/packages/f7/61/a67338cbecf370d464e71b10e9a31355f909d6937c3a8d6b17dd5d5beb5e/${P}.tar.gz"
LICENSE="|| ( Unlicense MIT-0 )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="+native-extensions"
BDEPEND="
>=dev-python/cython-3[${PYTHON_USEDEP}]
"
python_compile() {
local DISTUTILS_ARGS=()
if use native-extensions && [[ ${EPYTHON} != pypy3 ]] ; then
DISTUTILS_ARGS+=(
--cythonize
)
fi
distutils-r1_python_compile
}
Manage flags for this package:
euse -i <flag> -p dev-python/reedsolo |
euse -E <flag> -p dev-python/reedsolo |
euse -D <flag> -p dev-python/reedsolo
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | reedsolo-1.7.0.tar.gz | 59723 bytes | https://files.pythonhosted.org/packages/f7/61/a67338cbecf370d464e71b10e9a31355f909d6937c3a8d6b17dd5d5beb5e/reedsolo-1.7.0.tar.gz |