1 { lib, buildPythonPackage, fetchPypi
4 buildPythonPackage rec {
10 sha256 = "e32b4a6832a3b97986df442df63b4c4a7dcc846b326c903189530a5cc6df0260";
13 buildInputs = [ setuptools ];
16 description = "Pure Python read/write support for ESRI Shapefile format";
17 homepage = "https://github.com/GeospatialPython/pyshp";
18 license = licenses.mit;