1 { lib, buildPythonPackage, fetchPypi, python-dateutil, requests, pytz, pyproj , pytest, pyyaml } :
2 buildPythonPackage rec {
8 sha256 = "sha256-4QKqJETf4MhDmrHhd2zA+kfOoowJuKKCEsiTxgF8F5s=";
11 # as now upstream https://github.com/geopython/OWSLib/pull/824
13 substituteInPlace requirements.txt \
14 --replace 'pyproj ' 'pyproj #'
17 buildInputs = [ pytest ];
18 propagatedBuildInputs = [ python-dateutil pyproj pytz requests pyyaml ];
20 # 'tests' dir not included in pypy distribution archive.
24 description = "client for Open Geospatial Consortium web service interface standards";
25 license = licenses.bsd3;
26 homepage = "https://www.osgeo.org/projects/owslib/";