dev-python/gidgethub - 5.4.0 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =dev-python/gidgethub-5.4.0

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

autounmask =dev-python/gidgethub-5.4.0

Or alternatively:

emerge --autounmask-write -a =dev-python/gidgethub-5.4.0

Package Information

Description:
An async GitHub API library
Homepage:
https://github.com/gidgethub/gidgethub https://pypi.org/project/gidgethub/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
5.4.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=flit
PYTHON_COMPAT=( python3_{11..15} )

inherit distutils-r1 pypi

DESCRIPTION="An async GitHub API library"
HOMEPAGE="
	https://github.com/gidgethub/gidgethub
	https://pypi.org/project/gidgethub/
"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

# pyjwt[crypto] extra pulls in cryptography; ::gentoo's pyjwt has no
# USE=crypto flag so we depend on cryptography directly.
RDEPEND=">=dev-python/cryptography-3.4.0[${PYTHON_USEDEP}]
	>=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
	>=dev-python/uritemplate-3.0.1[${PYTHON_USEDEP}]"
BDEPEND="test? (
	dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"

PATCHES=( "${FILESDIR}/${P}-flit-core-4.patch" )

EPYTEST_PLUGINS=( pytest-asyncio )
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

>=dev-python/cryptography-3.4.0[]
	>=dev-python/pyjwt-2.4.0[]
	>=dev-python/uritemplate-3.0.1[]

BDEPEND

test? (
	dev-python/pytest-asyncio[]
)