Install this version:
emerge -a =dev-python/vcsgraph-0.3.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/vcsgraph-0.3.0
Or alternatively:
emerge --autounmask-write -a =dev-python/vcsgraph-0.3.0
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CRATES=""
RUST_MIN_VER="1.83"
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit cargo distutils-r1
DESCRIPTION="Graph algorithms for version control systems"
HOMEPAGE="https://pypi.org/project/vcsgraph/ https://github.com/breezy-team/vcsgraph"
SRC_URI="https://github.com/breezy-team/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
SRC_URI+=" https://github.com/gentoo-crate-dist/${PN}/releases/download/v${PV}/${P}-crates.tar.xz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
BDEPEND="
dev-python/setuptools-rust[${PYTHON_USEDEP}]
"
distutils_enable_tests unittest
python_test() {
cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
eunittest
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | vcsgraph-0.3.0.gh.tar.gz | 101890 bytes | https://github.com/breezy-team/vcsgraph/archive/v0.3.0.tar.gz |