8 buildPythonPackage rec {
9 pname = "fritzprofiles";
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-VoKgLJWF9x8dW8A6CNwLtK+AmehtgZP41nUGQO819es=";
18 propagatedBuildInputs = [
23 pythonImportsCheck = [
31 description = "Tool to switch the online time of profiles in the AVM Fritz!Box";
32 homepage = "https://github.com/AaronDavidSchneider/fritzprofiles";
33 license = licenses.mit;
34 maintainers = with maintainers; [ hexa ];