17 buildPythonPackage rec {
21 disabled = pythonOlder "3.6";
23 src = fetchFromGitHub {
27 sha256 = "sha256-uqvM5F0rpw+xeCXYl4lGMt3r0ugPsUmSvujmTJ9HABk=";
30 nativeBuildInputs = [ poetry-core ];
32 propagatedBuildInputs = [
47 # Ignore the examples directory as the files are prefixed with test_
48 pytestFlagsArray = [ "--ignore examples/" ];
49 pythonImportsCheck = [ "aioambient" ];
52 description = "Python library for the Ambient Weather API";
53 homepage = "https://github.com/bachya/aioambient";
54 license = with licenses; [ mit ];
55 maintainers = with maintainers; [ fab ];