Loading pkgs/applications/audio/ledfx/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ python3.pkgs.buildPythonPackage rec { postPatch = '' substituteInPlace setup.py \ --replace '"openrgb-python~=0.2.10",' "" \ --replace "'rpi-ws281x>=4.3.0; platform_system == \"Linux\"'," "" \ --replace '"sentry-sdk==1.14.0",' "" \ --replace "~=" ">=" Loading @@ -31,7 +30,7 @@ python3.pkgs.buildPythonPackage rec { icmplib multidict numpy # openrgb-python # not packaged openrgb-python paho-mqtt pillow psutil Loading pkgs/development/python-modules/openrgb-python/default.nix 0 → 100644 +33 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pythonOlder }: buildPythonPackage rec { pname = "openrgb-python"; version = "0.2.15"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-rTfpqMM+IUd8rMmw/r15sICLoPHL6KLaRrmUjWTfUkA="; }; # Module has no tests doCheck = false; pythonImportsCheck = [ "openrgb" ]; meta = with lib; { description = "Module for the OpenRGB SDK"; homepage = "https://openrgb-python.readthedocs.io/"; changelog = "https://github.com/jath03/openrgb-python/releases/tag/v${version}"; license = licenses.gpl3Only; maintainers = with maintainers; [ fab ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7207,6 +7207,8 @@ self: super: with self; { openrazer-daemon = callPackage ../development/python-modules/openrazer/daemon.nix { }; openrgb-python = callPackage ../development/python-modules/openrgb-python { }; openrouteservice = callPackage ../development/python-modules/openrouteservice { }; opensearch-py = callPackage ../development/python-modules/opensearch-py { }; Loading Loading
pkgs/applications/audio/ledfx/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ python3.pkgs.buildPythonPackage rec { postPatch = '' substituteInPlace setup.py \ --replace '"openrgb-python~=0.2.10",' "" \ --replace "'rpi-ws281x>=4.3.0; platform_system == \"Linux\"'," "" \ --replace '"sentry-sdk==1.14.0",' "" \ --replace "~=" ">=" Loading @@ -31,7 +30,7 @@ python3.pkgs.buildPythonPackage rec { icmplib multidict numpy # openrgb-python # not packaged openrgb-python paho-mqtt pillow psutil Loading
pkgs/development/python-modules/openrgb-python/default.nix 0 → 100644 +33 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pythonOlder }: buildPythonPackage rec { pname = "openrgb-python"; version = "0.2.15"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-rTfpqMM+IUd8rMmw/r15sICLoPHL6KLaRrmUjWTfUkA="; }; # Module has no tests doCheck = false; pythonImportsCheck = [ "openrgb" ]; meta = with lib; { description = "Module for the OpenRGB SDK"; homepage = "https://openrgb-python.readthedocs.io/"; changelog = "https://github.com/jath03/openrgb-python/releases/tag/v${version}"; license = licenses.gpl3Only; maintainers = with maintainers; [ fab ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7207,6 +7207,8 @@ self: super: with self; { openrazer-daemon = callPackage ../development/python-modules/openrazer/daemon.nix { }; openrgb-python = callPackage ../development/python-modules/openrgb-python { }; openrouteservice = callPackage ../development/python-modules/openrouteservice { }; opensearch-py = callPackage ../development/python-modules/opensearch-py { }; Loading