8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "1yxls7ywfg954c3vxgnp98qa1b8dsq9b2fld11fb9sx1k4mjc29d";
17 propagatedBuildInputs = [
22 # Project has no tests
24 pythonImportsCheck = [ "waqiasync" ];
27 description = "Python library for http://aqicn.org";
28 homepage = "https://github.com/andrey-git/waqi-async";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ];