7 buildPythonPackage rec {
8 pname = "openrgb-python";
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
15 inherit pname version;
16 hash = "sha256-rTfpqMM+IUd8rMmw/r15sICLoPHL6KLaRrmUjWTfUkA=";
22 pythonImportsCheck = [
27 description = "Module for the OpenRGB SDK";
28 homepage = "https://openrgb-python.readthedocs.io/";
29 changelog = "https://github.com/jath03/openrgb-python/releases/tag/v${version}";
30 license = licenses.gpl3Only;
31 maintainers = with maintainers; [ fab ];