dev-python/arubaos-client - 9999 (fem-overlay)

Search

Package Information

Description:
Library to interact with the ArubaOS REST API
Homepage:
https://gitlab.fem-net.de/technik/arubaos-client
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# 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=""

Dependencies

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

	>=dev-python/netaddr-0.8.0[${PYTHON_USEDEP}]
	>=dev-python/pytimeparse-1.1.8[${PYTHON_USEDEP}]
	>=dev-python/requests-2.24.0[${PYTHON_USEDEP}]