Install this version:
emerge -a =dev-python/vcs-versioning-2.2.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/vcs-versioning-2.2.2
Or alternatively:
emerge --autounmask-write -a =dev-python/vcs-versioning-2.2.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.2.2 | 8 | ~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_VERIFY_REPO=https://github.com/pypa/setuptools-scm
PYTHON_COMPAT=( python3_{12..15} python3_{14..15}t )
inherit distutils-r1 pypi
DESCRIPTION="Core VCS versioning functionality from setuptools-scm"
HOMEPAGE="
https://github.com/pypa/setuptools-scm/
https://pypi.org/project/vcs-versioning/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
RDEPEND="
>=dev-python/packaging-20[${PYTHON_USEDEP}]
"
BDEPEND="
>=dev-python/packaging-20[${PYTHON_USEDEP}]
test? (
>=dev-python/setuptools-scm-10.1.1[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=( pytest-timeout )
EPYTEST_XDIST=1
distutils_enable_tests pytest
EPYTEST_DESELECT=(
# the usual nondescript gpg-agent failure
testing_vcs/test_git.py::test_git_getdate_signed_commit
)
>=dev-python/packaging-20[]
>=dev-python/packaging-20[] test? ( >=dev-python/setuptools-scm-10.1.1[] )