Install this version:
emerge -a =sci-ml/graphify-0.8.44
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-ml/graphify-0.8.44
Or alternatively:
emerge --autounmask-write -a =sci-ml/graphify-0.8.44
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.8.44 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="AI coding assistant skill"
HOMEPAGE="https://github.com/safishamsi/graphify"
SRC_URI="https://github.com/safishamsi/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-libs/tree-sitter-bash
dev-libs/tree-sitter-cpp
dev-libs/tree-sitter-json
dev-libs/tree-sitter-ruby
dev-libs/tree-sitter-c
dev-libs/tree-sitter-go
dev-libs/tree-sitter-java
dev-libs/tree-sitter-javascript
dev-libs/tree-sitter-python
dev-libs/tree-sitter-rust
dev-libs/tree-sitter-typescript
dev-python/networkx[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/rapidfuzz[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
dev-libs/tree-sitter-bash dev-libs/tree-sitter-cpp dev-libs/tree-sitter-json dev-libs/tree-sitter-ruby dev-libs/tree-sitter-c dev-libs/tree-sitter-go dev-libs/tree-sitter-java dev-libs/tree-sitter-javascript dev-libs/tree-sitter-python dev-libs/tree-sitter-rust dev-libs/tree-sitter-typescript dev-python/networkx[] dev-python/numpy[] dev-python/rapidfuzz[]
dev-libs/tree-sitter-bash dev-libs/tree-sitter-cpp dev-libs/tree-sitter-json dev-libs/tree-sitter-ruby dev-libs/tree-sitter-c dev-libs/tree-sitter-go dev-libs/tree-sitter-java dev-libs/tree-sitter-javascript dev-libs/tree-sitter-python dev-libs/tree-sitter-rust dev-libs/tree-sitter-typescript dev-python/networkx[] dev-python/numpy[] dev-python/rapidfuzz[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | graphify-0.8.44.gh.tar.gz | 2258704 bytes | https://github.com/safishamsi/graphify/archive/v0.8.44.tar.gz |