# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 pypi DESCRIPTION="python-requests HTTP exchanges recorder" HOMEPAGE="https://github.com/betamaxpy/betamax" LICENSE="Apache-2.0" SLOT="python2" KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 sparc x86" IUSE="test" RESTRICT="mirror !test? ( test )" RDEPEND="dev-python/requests:python2[${PYTHON_USEDEP}] !