9 buildPythonPackage rec {
10 pname = "airthings-cloud";
12 format = "setuptools";
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
17 owner = "Danielhiversen";
20 hash = "sha256-sqHNK6biSWso4uOYimzU7PkEn0uP5sHAaPGsS2vSMNY=";
23 propagatedBuildInputs = [
28 # Project has no tests
31 pythonImportsCheck = [
36 description = "Python module for Airthings";
37 homepage = "https://github.com/Danielhiversen/pyAirthings";
38 license = with licenses; [ mit ];
39 maintainers = with maintainers; [ fab ];