9 buildPythonPackage rec {
10 pname = "aqipy-atmotech";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
20 hash = "sha256-tqHhfJmtVFUSO57Cid9y3LK4pOoG7ROtwDT2hY5IE1Y=";
23 nativeCheckInputs = [ pytestCheckHook ];
26 substituteInPlace setup.py \
27 --replace "'pytest-runner'" ""
30 pythonImportsCheck = [ "aqipy" ];
33 description = "Library for AQI calculation";
34 homepage = "https://github.com/atmotube/aqipy";
35 license = licenses.asl20;
36 maintainers = with maintainers; [ fab ];