# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 #DOCS_BUILDER="mkdocs" #DOCS_DEPEND=" # dev-python/griffe-inherited-docstrings # dev-python/mkdocs-material # dev-python/mkdocstrings-python #" DISTUTILS_USE_PEP517=hatchling PYTHON_COMPAT=( python3_{9..13} ) inherit distutils-r1 DESCRIPTION="Async OAuth client using HTTPX" HOMEPAGE="https://github.com/frankie567/httpx-oauth" SRC_URI="https://github.com/frankie567/httpx-oauth/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT-0" SLOT="0" KEYWORDS="~amd64" RDEPEND=" >=dev-python/httpx-0.18[${PYTHON_USEDEP}]