8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
16 owner = "GeospatialPython";
19 hash = "sha256-yfxhgk8a1rdpGVkE1sjJqT6tiFLimhu2m2SjGxLI6wo=";
26 pythonImportsCheck = [
31 # Requires network access
36 description = "Python read/write support for ESRI Shapefile format";
37 homepage = "https://github.com/GeospatialPython/pyshp";
38 license = licenses.mit;
39 maintainers = with maintainers; [ ];