gentoo-ebuilds/dev-python/requests-kerberos/requests-kerberos-0.15.0.ebuild
Michał Górny f5fcfb1f04
dev-python/requests-kerberos: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-09-03 07:02:35 +02:00

34 lines
806 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
DESCRIPTION="A Kerberos authentication handler for python-requests"
HOMEPAGE="
https://github.com/requests/requests-kerberos/
https://pypi.org/project/requests-kerberos/
"
SRC_URI="
https://github.com/requests/${PN}/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
"
LICENSE="ISC"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~riscv x86"
RDEPEND="
dev-python/cryptography[${PYTHON_USEDEP}]
>=dev-python/requests-1.1.0[${PYTHON_USEDEP}]
dev-python/pyspnego[${PYTHON_USEDEP}]
dev-python/gssapi[${PYTHON_USEDEP}]
dev-python/krb5[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=( pytest-mock )
distutils_enable_tests pytest