# 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..13}) inherit distutils-r1 pypi DESCRIPTION="Utility modules used from Linden Lab" HOMEPAGE="https://github.com/secondlife/python-llbase" SRC_URI="$(pypi_sdist_url "${PN}" "${PV}")" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="test" RDEPEND=" ${PYTHON_DEPS} " DEPEND=" test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] ) dev-python/requests[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] ${RDEPEND} " DOCS="README.md"