8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "sha256-SOs998BQV4UlLnRB3Yf7zze51u43g2Npwgk6y80S+m8=";
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 ];