sci-ml/graphify - 0.8.44 (inode64-overlay)

Search

Install

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

Package Information

Description:
AI coding assistant skill
Homepage:
https://github.com/safishamsi/graphify
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.8.44 8 ~amd64 0
View Raw Ebuild
# 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}"

Inherited Eclasses

Dependencies

DEPEND

	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[]

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[]

Manifest for 0.8.44

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