MatthewGentoo / pkgdev

collection of tools for Gentoo development

Home Page:https://pkgcore.github.io/pkgdev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pypi test coverage

pkgdev

pkgdev provides a collection of tools for Gentoo development including:

pkgdev commit: commit to an ebuild repository

pkgdev manifest: update package manifests

pkgdev mask: mask packages

pkgdev push: scan commits for QA issues before pushing upstream

pkgdev showkw: show package keywords

Dependencies

pkgdev is developed alongside pkgcheck, pkgcore, and snakeoil. Running pkgdev from git will often require them from git as well.

For releases, see the required runtime dependencies.

Installing

Installing latest pypi release:

pip install pkgdev

Installing from git:

pip install https://github.com/pkgcore/pkgdev/archive/main.tar.gz

Installing from a tarball:

pip install .

About

collection of tools for Gentoo development

https://pkgcore.github.io/pkgdev/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 94.5%Language:Shell 4.0%Language:Jinja 1.4%Language:Makefile 0.1%