# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{8,10} ) WEBAPP_MANUAL_SLOT="yes" inherit python-r1 webapp DESCRIPTION="IP address and data center infrastructure management tool" HOMEPAGE="https://github.com/netbox-community/netbox" SRC_URI="https://github.com/netbox-community/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="ldap vhosts" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="acct-user/netbox ${PYTHON_DEPS}