HomeAssistantRepository/dev-python/oauth2client/oauth2client-4.1.3.ebuild
Andreas Billmeier bc8c4d77d0
dev-python/oauth2client: disable py3.10, py3.9
Signed-off-by: Andreas Billmeier <b@edevau.net>
2024-10-26 21:56:57 +02:00

28 lines
832 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="OAuth 2.0 client library"
HOMEPAGE="http://github.com/google/oauth2client/ https://pypi.org/project/oauth2client/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
|| ( >=dev-python/pysnmp-pyasn1-0.1.7[${PYTHON_USEDEP}] dev-python/pyasn1[${PYTHON_USEDEP}] )
|| ( >=dev-python/pysnmp-pyasn1-modules-0.0.5[${PYTHON_USEDEP}] dev-python/pyasn1-modules[${PYTHON_USEDEP}] )
>=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
>=dev-python/six-1.6.1[${PYTHON_USEDEP}]"
distutils_enable_tests pytest