Install this version:
emerge -a =dev-python/smart-open-8.0.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/smart-open-8.0.1
Or alternatively:
emerge --autounmask-write -a =dev-python/smart-open-8.0.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 8.0.1 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..14} )
DISTUTILS_USE_PEP517=setuptools
PYPI_VERIFY_REPO="https://github.com/piskvorky/smart_open"
inherit distutils-r1 pypi
DESCRIPTION="Utils for streaming large files (S3, HDFS, GCS, Azure, gzip, bz2, zst)."
HOMEPAGE="https://github.com/piskvorky/smart_open"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
BDEPEND="test? (
dev-python/moto[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/pytest-benchmark[${PYTHON_USEDEP}]
dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
dev-python/pytest-xdist[${PYTHON_USEDEP}]
dev-python/responses[${PYTHON_USEDEP}]
)"
EPYTEST_PLUGINS=( pytest-benchmark pytest-rerunfailures pytest-timeout pytest-xdist )
distutils_enable_tests pytest
dev-python/wrapt[]
test? ( dev-python/moto[] dev-python/numpy[] dev-python/pyopenssl[] dev-python/pytest-benchmark[] dev-python/pytest-rerunfailures[] dev-python/pytest-timeout[] dev-python/pytest-xdist[] dev-python/responses[] )