9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 sha256 = "14b8hdxcks6qyrqpp4mm77fvzznbskqn7fw9qgwgcqx81pg45iwk";
21 propagatedBuildInputs = [
26 # Project doesn't ship the tests
27 # https://github.com/kstaniek/python-ampio-smog-api/issues/2
30 pythonImportsCheck = [ "asmog" ];
33 description = "Python module for Ampio Smog Sensors";
34 homepage = "https://github.com/kstaniek/python-ampio-smog-api";
35 license = with licenses; [ asl20 ];
36 maintainers = with maintainers; [ fab ];