1 { lib, buildPythonPackage, fetchPypi, dateutil, requests, pytz, pyproj , pytest, pyyaml } :
2 buildPythonPackage rec {
8 sha256 = "408d40b3a6a210bcb3f3609b607960eeedaa63ffd574dde7896906691c354814";
11 buildInputs = [ pytest ];
12 propagatedBuildInputs = [ dateutil pyproj pytz requests pyyaml ];
14 # 'tests' dir not included in pypy distribution archive.
18 description = "client for Open Geospatial Consortium web service interface standards";
19 license = licenses.bsd3;
20 homepage = "https://www.osgeo.org/projects/owslib/";