Commit 91a77ae1 authored by Augustin Trancart's avatar Augustin Trancart
Browse files

python3Packages.basemap-data-{,hires}: fix and add geospatial team

parent 5466ae87
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ buildPythonPackage rec {
  pyproject = true;
  inherit (basemap) version src;

  sourceRoot = "${src.name}/packages/basemap_data_hires";
  sourceRoot = "${src.name}/data/basemap_data_hires";

  build-system = [
    setuptools
@@ -26,5 +26,6 @@ buildPythonPackage rec {
    description = "High-resolution data assets for matplotlib basemap";
    license = lib.licenses.lgpl3Plus;
    maintainers = with lib.maintainers; [ moraxyc ];
    teams = with lib.teams; [ geospatial ];
  };
}
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ buildPythonPackage rec {
  format = "setuptools";
  inherit (basemap) version src;

  sourceRoot = "${src.name}/packages/basemap_data";
  sourceRoot = "${src.name}/data/basemap_data";

  # no tests
  doCheck = false;
@@ -23,6 +23,6 @@ buildPythonPackage rec {
      mit
      lgpl3Plus
    ];
    maintainers = [ ];
    teams = [ teams.geospatial ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ buildPythonPackage rec {
      coastlines, lakes, rivers and political boundaries. See
      http://matplotlib.github.com/basemap/users/examples.html for examples of what it can do.
    '';
    maintainers = [ ];
    teams = [ teams.geospatial ];
    license = with licenses; [
      mit
      lgpl21