Install this version:
emerge -a =dev-python/openrgb-python-0.3.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/openrgb-python-0.3.0
Or alternatively:
emerge --autounmask-write -a =dev-python/openrgb-python-0.3.0
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11,12,13,14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="A python client for the OpenRGB SDK"
HOMEPAGE="https://github.com/jath03/openrgb-python/"
SRC_URI="https://github.com/jath03/openrgb-python/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
distutils_enable_sphinx docs "dev-python/sphinx-autodoc-typehints"
src_install() {
distutils-r1_src_install
use examples && dodoc -r examples
}
Manage flags for this package:
euse -i <flag> -p dev-python/openrgb-python |
euse -E <flag> -p dev-python/openrgb-python |
euse -D <flag> -p dev-python/openrgb-python
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | openrgb-python-0.3.0.tar.gz | 37058 bytes | https://github.com/jath03/openrgb-python/archive/v0.3.0.tar.gz |