https://github.com/pkgcore/pkgdev
collection of tools for Gentoo development
https://github.com/pkgcore/pkgdev
ebuilds gentoo
Last synced: 5 months ago
JSON representation
collection of tools for Gentoo development
- Host: GitHub
- URL: https://github.com/pkgcore/pkgdev
- Owner: pkgcore
- License: bsd-3-clause
- Created: 2021-02-27T06:31:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-18T20:08:44.000Z (6 months ago)
- Last Synced: 2025-12-21T21:53:04.858Z (6 months ago)
- Topics: ebuilds, gentoo
- Language: Python
- Homepage: https://pkgcore.github.io/pkgdev/
- Size: 692 KB
- Stars: 33
- Watchers: 5
- Forks: 12
- Open Issues: 60
-
Metadata Files:
- Readme: README.rst
- Changelog: NEWS.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
|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 .
.. _pkgcheck: https://github.com/pkgcore/pkgcheck
.. _pkgcore: https://github.com/pkgcore/pkgcore
.. _snakeoil: https://github.com/pkgcore/snakeoil
.. _dependencies: https://github.com/pkgcore/pkgdev/blob/main/requirements/install.txt
.. |pypi| image:: https://img.shields.io/pypi/v/pkgdev.svg
:target: https://pypi.python.org/pypi/pkgdev
.. |test| image:: https://github.com/pkgcore/pkgdev/workflows/test/badge.svg
:target: https://github.com/pkgcore/pkgdev/actions?query=workflow%3A%22test%22
.. |coverage| image:: https://codecov.io/gh/pkgcore/pkgdev/branch/main/graph/badge.svg
:target: https://codecov.io/gh/pkgcore/pkgdev