8 buildPythonPackage rec {
9 pname = "aqipy-atmotech";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
19 hash = "sha256-tqHhfJmtVFUSO57Cid9y3LK4pOoG7ROtwDT2hY5IE1Y=";
27 substituteInPlace setup.py \
28 --replace "'pytest-runner'" ""
31 pythonImportsCheck = [
36 description = "Library for AQI calculation";
37 homepage = "https://github.com/atmotube/aqipy";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ fab ];