dev-python/openrgb-python - 0.2.3 (jm-overlay)

Search

Install

Install this version:

emerge -a =dev-python/openrgb-python-0.2.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/openrgb-python-0.2.3

Or alternatively:

emerge --autounmask-write -a =dev-python/openrgb-python-0.2.3

Package Information

Description:
A python client for the OpenRGB SDK
Homepage:
https://github.com/jath03/openrgb-python/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.2.3 8 ~amd64 ~x86 0
View Raw Ebuild
# 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

src_install() {
	distutils-r1_src_install
	use examples && dodoc -r examples
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Manifest for 0.2.3

Type File Size Source URLs
DIST openrgb-python-0.2.3.tar.gz 29121 bytes https://github.com/jath03/openrgb-python/archive/v0.2.3.tar.gz