# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit git-r3 distutils-r1 DESCRIPTION="Library to interact with the ArubaOS REST API" HOMEPAGE="https://gitlab.fem-net.de/technik/arubaos-client" SRC_URI="" EGIT_REPO_URI="https://gitlab.fem-net.de/technik/arubaos-client.git" LICENSE="MIT" SLOT="0" KEYWORDS="" DEPEND=" >=dev-python/netaddr-0.8.0[${PYTHON_USEDEP}] >=dev-python/pytimeparse-1.1.8[${PYTHON_USEDEP}] >=dev-python/requests-2.24.0[${PYTHON_USEDEP}] " RDEPEND="${DEPEND}" BDEPEND=""