13 buildPythonPackage rec {
14 pname = "python-awair";
17 disabled = pythonOlder "3.6";
19 src = fetchFromGitHub {
21 repo = "python_awair";
23 hash = "sha256-zdZyA6adM4bfEYupdZl7CzMjwyfRkQBrntNh0MusynE=";
26 nativeBuildInputs = [ poetry-core ];
28 propagatedBuildInputs = [
39 pythonImportsCheck = [ "python_awair" ];
42 description = "Python library for the Awair API";
43 homepage = "https://github.com/ahayworth/python_awair";
44 license = with licenses; [ mit ];
45 maintainers = with maintainers; [ fab ];