Install this version:
emerge -a =dev-python/arubaos-client-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/arubaos-client-9999
Or alternatively:
emerge --autounmask-write -a =dev-python/arubaos-client-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
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=""
>=dev-python/netaddr-0.8.0[] >=dev-python/pytimeparse-1.1.8[] >=dev-python/requests-2.24.0[]
>=dev-python/netaddr-0.8.0[] >=dev-python/pytimeparse-1.1.8[] >=dev-python/requests-2.24.0[]