9 buildPythonPackage rec {
10 pname = "asyncsleepiq";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-TDHFKLifNmmAVvD5DjSopEXFbR+KPMIdSA+rLAKrfpI=";
25 propagatedBuildInputs = [
29 # upstream has no tests
32 pythonImportsCheck = [
37 description = "Async interface to SleepIQ API";
38 homepage = "https://github.com/kbickar/asyncsleepiq";
39 changelog = "https://github.com/kbickar/asyncsleepiq/releases/tag/v${version}";
40 license = licenses.mit;
41 maintainers = with maintainers; [ dotlambda ];