dev-python/httpx-kerberos - 0.1.2 (pentoo)

Search

Install

Install this version:

emerge -a =dev-python/httpx-kerberos-0.1.2

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

autounmask =dev-python/httpx-kerberos-0.1.2

Or alternatively:

emerge --autounmask-write -a =dev-python/httpx-kerberos-0.1.2

Package Information

Description:
Kerberos authentication for HTTPX
Homepage:
https://pypi.org/project/httpx-kerberos/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.1.2 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=hatchling
PYTHON_COMPAT=( python3_14 )

inherit distutils-r1 pypi

DESCRIPTION="Kerberos authentication for HTTPX"
HOMEPAGE="https://pypi.org/project/httpx-kerberos/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	>=dev-python/cryptography-42.0.0[${PYTHON_USEDEP}]
	>=dev-python/pyspnego-0.10.2[${PYTHON_USEDEP}]
	<dev-python/httpx-1.0.0[${PYTHON_USEDEP}]
	>=dev-python/httpx-0.25.0[${PYTHON_USEDEP}]
"
BDEPEND="
	dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
"

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/cryptography-42.0.0[]
	>=dev-python/pyspnego-0.10.2[]
	<dev-python/httpx-1.0.0[]
	>=dev-python/httpx-0.25.0[]

BDEPEND

	dev-python/hatch-fancy-pypi-readme[]