Install this version:
emerge -a =dev-python/inline-snapshot-0.35.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/inline-snapshot-0.35.4
Or alternatively:
emerge --autounmask-write -a =dev-python/inline-snapshot-0.35.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.35.4 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{10..15} )
PYPI_VERIFY_REPO="https://github.com/15r10nk/inline-snapshot"
inherit distutils-r1 pypi
DESCRIPTION="Golden master/snapshot/approval testing library for Python"
HOMEPAGE="
https://github.com/15r10nk/inline-snapshot
https://pypi.org/project/inline-snapshot/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=">=dev-python/asttokens-2.0.5[${PYTHON_USEDEP}]
>=dev-python/executing-2.2.0[${PYTHON_USEDEP}]
>=dev-python/pytest-8.3.4[${PYTHON_USEDEP}]
>=dev-python/rich-13.7.1[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]"
# shellcheck disable=SC2016
RDEPEND+=" $(python_gen_cond_dep '>=dev-python/tomli-2.0.0[${PYTHON_USEDEP}]' python3_10)"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
>=dev-python/asttokens-2.0.5[] >=dev-python/executing-2.2.0[] >=dev-python/pytest-8.3.4[] >=dev-python/rich-13.7.1[] dev-python/typing-extensions[] $(python_gen_cond_dep '>=dev-python/tomli-2.0.0[${PYTHON_USEDEP}]' python3_10)