14 buildPythonPackage rec {
15 pname = "python-awair";
18 disabled = pythonOlder "3.6";
20 src = fetchFromGitHub {
22 repo = "python_awair";
24 hash = "sha256-zdZyA6adM4bfEYupdZl7CzMjwyfRkQBrntNh0MusynE=";
27 nativeBuildInputs = [ poetry-core ];
29 propagatedBuildInputs = [
40 pythonImportsCheck = [ "python_awair" ];
43 description = "Python library for the Awair API";
44 homepage = "https://github.com/ahayworth/python_awair";
45 license = with licenses; [ mit ];
46 maintainers = with maintainers; [ fab ];