11 buildPythonPackage rec {
12 pname = "python-family-hub-local";
14 format = "setuptools";
16 disabled = pythonOlder "3.9";
19 inherit pname version;
21 hash = "sha256-bbOBlUJ4g+HOcJihEBAz3lsHR9Gn07z8st14FRFeJbc=";
24 propagatedBuildInputs = [
33 pythonImportsCheck = [ "pyfamilyhublocal" ];
36 description = "Module to accesse information from Samsung FamilyHub fridges locally";
37 homepage = "https://github.com/Klathmon/python-family-hub-local";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ fab ];