dev-python/ezgb - 0.2.0 (gentoo)

Search

Install

Install this version:

emerge -a =dev-python/ezgb-0.2.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/ezgb-0.2.0

Or alternatively:

emerge --autounmask-write -a =dev-python/ezgb-0.2.0

Package Information

Description:
A standalone Python library for working with git-bug repositories
Homepage:
https://git.kernel.org/pub/scm/utils/ezgb/ezgb.git/ https://pypi.org/project/ezgb/
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
0.2.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1

DESCRIPTION="A standalone Python library for working with git-bug repositories"
HOMEPAGE="
	https://git.kernel.org/pub/scm/utils/ezgb/ezgb.git/
	https://pypi.org/project/ezgb/
"
SRC_URI="https://git.kernel.org/pub/scm/utils/ezgb/ezgb.git/snapshot/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	>=dev-python/pygit2-1.19.3[${PYTHON_USEDEP}]
	dev-util/git-bug
"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/pygit2-1.19.3[]
	dev-util/git-bug

Manifest for 0.2.0

Type File Size Source URLs
DIST ezgb-0.2.0.tar.gz 120376 bytes https://git.kernel.org/pub/scm/utils/ezgb/ezgb.git/snapshot/ezgb-0.2.0.tar.gz