Install this version:
emerge -a =dev-python/smart-open-7.6.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/smart-open-7.6.0
Or alternatively:
emerge --autounmask-write -a =dev-python/smart-open-7.6.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 7.6.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi
MY_PN="${PN//-/_}"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Utils for streaming large files"
HOMEPAGE="https://github.com/piskvorky/smart_open"
SRC_URI="https://github.com/piskvorky/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.gh.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-python/azure-core[${PYTHON_USEDEP}]
dev-python/azure-common[${PYTHON_USEDEP}]
dev-python/azure-storage-blob[${PYTHON_USEDEP}]
dev-python/boto3[${PYTHON_USEDEP}]
dev-python/google-cloud-storage[${PYTHON_USEDEP}]
dev-python/paramiko[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/wrapt[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/backports-zstd[${PYTHON_USEDEP}]' python3_{12,13} )"
BDEPEND="test? ( dev-python/moto[${PYTHON_USEDEP}]
dev-python/responses[${PYTHON_USEDEP}] )"
EPYTEST_XDIST=1
EPYTEST_PLUGINS=( pytest-timeout )
distutils_enable_tests pytest
EPYTEST_IGNORE=( integration-tests ci_helpers )
dev-python/azure-core[${PYTHON_USEDEP}]
dev-python/azure-common[${PYTHON_USEDEP}]
dev-python/azure-storage-blob[${PYTHON_USEDEP}]
dev-python/boto3[${PYTHON_USEDEP}]
dev-python/google-cloud-storage[${PYTHON_USEDEP}]
dev-python/paramiko[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/wrapt[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/backports-zstd[${PYTHON_USEDEP}]' python3_{12,13} )
test? ( dev-python/moto[] dev-python/responses[] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | smart_open-7.6.0.gh.tar.gz | 152232 bytes | https://github.com/piskvorky/smart_open/archive/v7.6.0.tar.gz |