10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-IkuAYEg5nuUT6zxmuJe6afp4MVWf0+HAnEoAdOrdTvQ=";
24 propagatedBuildInputs = [
34 "--asyncio-mode=legacy"
38 # Tests requires network features (e. g., discovery testing)
41 "test_timeout_PilotBuilder"
42 "test_error_PilotBuilder_warm_wite"
43 "test_error_PilotBuilder_cold_white_lower"
46 pythonImportsCheck = [
51 description = "Python connector for WiZ light bulbs";
52 homepage = "https://github.com/sbidy/pywizlight";
53 changelog = "https://github.com/sbidy/pywizlight/releases/tag/v${version}";
54 license = with licenses; [ mit ];
55 maintainers = with maintainers; [ fab ];