1 { lib, buildPythonPackage, fetchPypi,
5 buildPythonPackage rec {
10 inherit pname version;
11 sha256 = "0nq36w9ylvfwmwn5qd9c8fsp2jzsqpmy4xcr6pzxcpmg8qhm0nhk";
14 propagatedBuildInputs = [
20 description = "Python library to use Shapely or GeoJSON objects as matplotlib paths";
21 homepage = "https://bitbucket.org/sgillies/descartes/";
22 license = licenses.bsd3;
23 maintainers = with maintainers; [ knedlsepp ];
24 # all tests are failing