Install this version:
emerge -a =dev-python/bidict-0.24.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/bidict-0.24.1
Or alternatively:
emerge --autounmask-write -a =dev-python/bidict-0.24.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.24.1 | 8 | ~amd64 | 0 |
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=uv-build
inherit distutils-r1
DESCRIPTION="The bidirectional mapping library for Python"
HOMEPAGE="
https://pypi.org/project/bidict/
https://github.com/jab/bidict
"
SRC_URI="https://github.com/jab/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
>=dev-python/uv-build-0.8.13[${PYTHON_USEDEP}]
test? (
dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/sortedcollections[${PYTHON_USEDEP}]
dev-python/sortedcontainers[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
)
"
DOCS=( {CHANGELOG,README,SECURITY}.rst )
EPYTEST_IGNORE=( tests/test_microbenchmarks.py )
EPYTEST_XDIST=1
distutils_enable_tests pytest
distutils_enable_sphinx docs \
dev-python/furo
>=dev-python/uv-build-0.8.13[] test? ( dev-python/hypothesis[] dev-python/sortedcollections[] dev-python/sortedcontainers[] dev-python/typing-extensions[] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | bidict-0.24.1.gh.tar.gz | 445661 bytes | https://github.com/jab/bidict/archive/refs/tags/v0.24.1.tar.gz |