ifcopenshell, python3Packages.cartopy: add geospatial team (#520390)

This commit is contained in:
Ivan Mincik
2026-06-16 11:18:33 +00:00
committed by GitHub
4 changed files with 4 additions and 1 deletions
@@ -138,6 +138,7 @@ buildPythonPackage (finalAttrs: {
changelog = "https://github.com/SciTools/cartopy/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.lgpl3Plus;
maintainers = [ ];
teams = [ lib.teams.geospatial ];
mainProgram = "feature_download";
};
})
@@ -208,6 +208,6 @@ buildPythonPackage rec {
description = "Open source IFC library and geometry engine";
homepage = "https://ifcopenshell.org/";
license = lib.licenses.lgpl3;
maintainers = with lib.maintainers; [ autra ];
teams = [ lib.teams.geospatial ];
};
}
@@ -173,6 +173,7 @@ buildPythonPackage (finalAttrs: {
lib.maintainers.pbsds
lib.maintainers.SomeoneSerge
];
teams = [ lib.teams.geospatial ];
license = lib.licenses.bsd2;
changelog = "https://github.com/mapillary/OpenSfM/blob/${finalAttrs.src.rev}/CHANGELOG.md";
description = "Open source Structure-from-Motion pipeline from Mapillary";
@@ -64,5 +64,6 @@ buildPythonPackage (finalAttrs: {
changelog = "https://github.com/randyzwitch/streamlit-folium/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
teams = [ lib.teams.geospatial ];
};
})