10 buildPythonPackage rec {
14 src = fetchFromGitHub {
18 sha256 = "sha256-BCHLd1SbdHWrl7dcLD69t2K5Sa1WtGpMxTmMyDWl9u4=";
21 propagatedBuildInputs = [
31 # Tests requires network features (e. g., discovery testing)
35 "test_timeout_PilotBuilder"
38 pythonImportsCheck = [ "pywizlight" ];
41 description = "Python connector for WiZ light bulbs";
42 homepage = "https://github.com/sbidy/pywizlight";
43 changelog = "https://github.com/sbidy/pywizlight/releases/tag/v${version}";
44 license = with licenses; [ mit ];
45 maintainers = with maintainers; [ fab ];