# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) inherit autotools python-single-r1 DESCRIPTION="Open Lighting Architecture, a framework for lighting control information" HOMEPAGE="https://www.openlighting.org/ola/" SRC_URI="https://github.com/OpenLightingProject/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" KEYWORDS="~amd64" IUSE="doc examples ftdi http osc python rdm-tests tcmalloc test usb zeroconf" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) rdm-tests? ( python )" RESTRICT="!test? ( test )" RDEPEND="