teams/deshaw: drop

This commit is contained in:
Wolfgang Walther
2026-01-18 15:28:17 +01:00
parent abd6ddeea6
commit 6e85417bfe
23 changed files with 110 additions and 60 deletions
-10
View File
@@ -188,16 +188,6 @@ with lib.maintainers;
enableFeatureFreezePing = true;
};
deshaw = {
# Verify additions to this team with at least one already existing member of the team.
members = [
de11n
despsyched
];
scope = "Group registration for D. E. Shaw employees who collectively maintain packages.";
shortName = "D. E. Shaw employees";
};
dhall = {
members = [
Gabriella439
-3
View File
@@ -5,9 +5,6 @@ let
in
{
name = "iscsi";
meta = {
maintainers = pkgs.lib.teams.deshaw.members;
};
nodes = {
target =
+4 -7
View File
@@ -5,13 +5,10 @@ let
in
{
name = "iscsi";
meta.maintainers =
with lib.maintainers;
[
das_j
helsinki-Jo
]
++ lib.teams.deshaw.members;
meta.maintainers = with lib.maintainers; [
das_j
helsinki-Jo
];
nodes = {
target =
+4 -1
View File
@@ -170,7 +170,10 @@ stdenv.mkDerivation {
description = "Data Center GPU Manager (DCGM) is a daemon that allows users to monitor NVIDIA data-center GPUs";
homepage = "https://developer.nvidia.com/dcgm";
license = lib.licenses.asl20;
teams = [ lib.teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
mainProgram = "dcgmi";
platforms = lib.platforms.linux;
};
-1
View File
@@ -65,6 +65,5 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://javacc.github.io/javacc";
license = lib.licenses.bsd2;
mainProgram = "javacc";
teams = [ lib.teams.deshaw ];
};
})
@@ -26,6 +26,9 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/prometheus/memcached_exporter";
license = lib.licenses.asl20;
mainProgram = "memcached_exporter";
teams = with lib.teams; [ deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
};
})
-1
View File
@@ -39,7 +39,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/upa/mscp";
mainProgram = "mscp";
license = lib.licenses.gpl3Only;
teams = [ lib.teams.deshaw ];
platforms = lib.platforms.unix;
};
})
+4 -1
View File
@@ -65,6 +65,9 @@ python3Packages.buildPythonApplication rec {
changelog = "https://github.com/patroni/patroni/blob/v${version}/docs/releases.rst";
license = lib.licenses.mit;
platforms = lib.platforms.unix;
teams = [ lib.teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
};
}
+4 -1
View File
@@ -29,6 +29,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
license = lib.licenses.bsd3;
mainProgram = "procfd";
platforms = lib.platforms.linux;
teams = with lib.teams; [ deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
};
})
@@ -46,7 +46,10 @@ buildGoModule rec {
description = "NVIDIA GPU metrics exporter for Prometheus leveraging DCGM";
homepage = "https://github.com/NVIDIA/dcgm-exporter";
license = lib.licenses.asl20;
teams = [ lib.teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
mainProgram = "dcgm-exporter";
platforms = lib.platforms.linux;
};
@@ -21,6 +21,9 @@ buildGoModule rec {
mainProgram = "elasticsearch_exporter";
homepage = "https://github.com/prometheus-community/elasticsearch_exporter";
license = lib.licenses.asl20;
teams = [ lib.teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
};
}
+4 -1
View File
@@ -60,6 +60,9 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://www.eyrie.org/~eagle/software/remctl";
mainProgram = "remctl";
license = lib.licenses.mit;
teams = [ lib.teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
};
})
-1
View File
@@ -43,7 +43,6 @@ stdenv.mkDerivation {
description = "Templatized C++ Command Line Parser Library (v1.4)";
homepage = "https://tclap.sourceforge.net/";
license = lib.licenses.mit;
teams = [ lib.teams.deshaw ];
platforms = lib.platforms.all;
};
}
@@ -34,6 +34,9 @@ buildPythonPackage rec {
description = "Extract datetime objects from strings";
homepage = "https://github.com/akoumjian/datefinder";
license = lib.licenses.mit;
teams = [ lib.teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
};
}
@@ -55,8 +55,11 @@ buildPythonPackage rec {
meta = {
description = "Python API for accessing resources on a Jenkins continuous-integration server";
homepage = "https://github.com/salimfadhley/jenkinsapi";
maintainers = with lib.maintainers; [ drets ];
teams = [ lib.teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
drets
];
license = lib.licenses.mit;
};
}
@@ -39,7 +39,10 @@ buildPythonPackage rec {
description = "Kerberos API bindings for Python";
homepage = "https://github.com/jborean93/pykrb5";
license = lib.licenses.mit;
teams = [ lib.teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
broken = stdenv.hostPlatform.isDarwin; # TODO: figure out how to build on Darwin
};
}
@@ -65,7 +65,6 @@ let
changelog = "https://github.com/open-telemetry/opentelemetry-python/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.natsukium ];
teams = [ lib.teams.deshaw ];
};
};
in
@@ -56,6 +56,5 @@ buildPythonPackage rec {
changelog = "https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.natsukium ];
teams = [ lib.teams.deshaw ];
};
}
@@ -24,6 +24,5 @@ buildPythonPackage rec {
description = "Pytest plugin for grpc";
homepage = "https://github.com/MobileDynasty/pytest-env";
license = lib.licenses.mit;
teams = [ lib.teams.deshaw ];
};
}
@@ -55,6 +55,9 @@ buildPythonPackage rec {
'';
homepage = "https://github.com/ymattw/ydiff";
license = lib.licenses.bsd3;
teams = [ lib.teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
};
}
+4 -1
View File
@@ -800,7 +800,10 @@ let
description = "SPNEGO HTTP Authentication Module";
homepage = "https://github.com/stnoonan/spnego-http-auth-nginx-module";
license = with lib.licenses; [ bsd2 ];
teams = [ lib.teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
};
};
@@ -26,7 +26,6 @@ buildGoModule rec {
description = "Prometheus exporter for the Fastly Real-time Analytics API";
homepage = "https://github.com/fastly/fastly-exporter";
license = lib.licenses.asl20;
teams = [ lib.teams.deshaw ];
mainProgram = "fastly-exporter";
};
}
+57 -20
View File
@@ -2724,7 +2724,10 @@ with self;
meta = {
description = "BSD process resource limit and priority functions";
license = with lib.licenses; [ artistic2 ];
teams = [ teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
};
};
@@ -4967,7 +4970,6 @@ with self;
artistic1
gpl1Plus
];
teams = [ teams.deshaw ];
};
};
@@ -5982,7 +5984,10 @@ with self;
artistic1
gpl1Plus
];
teams = [ teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
};
};
@@ -13427,7 +13432,10 @@ with self;
artistic1
gpl1Plus
];
teams = [ teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
};
};
@@ -13458,7 +13466,10 @@ with self;
artistic1
gpl1Plus
];
teams = [ teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
};
};
@@ -13773,7 +13784,10 @@ with self;
artistic1
gpl1Plus
];
teams = [ teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
};
};
@@ -14018,7 +14032,10 @@ with self;
artistic1
gpl1Plus
];
teams = [ teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
};
};
@@ -14036,7 +14053,10 @@ with self;
artistic1
gpl1Plus
];
teams = [ teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
};
};
@@ -14742,7 +14762,10 @@ with self;
meta = {
description = "This is the Git.pm, plus the other files in the perl/Git directory, from github's git/git";
license = with lib.licenses; [ gpl2Plus ];
teams = [ teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
};
};
@@ -15271,7 +15294,10 @@ with self;
artistic1
gpl1Plus
];
teams = [ teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
};
};
@@ -18917,7 +18943,10 @@ with self;
artistic1
gpl1Plus
];
teams = [ teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
};
};
@@ -20409,7 +20438,10 @@ with self;
artistic1
gpl1Plus
];
teams = [ teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
};
};
@@ -26712,8 +26744,11 @@ with self;
description = "Perl extension for Apache ZooKeeper";
homepage = "https://github.com/mark-5/p5-net-zookeeper";
license = with lib.licenses; [ asl20 ];
maintainers = [ maintainers.ztzg ];
teams = [ teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
ztzg
];
};
};
@@ -27084,7 +27119,6 @@ with self;
artistic1
gpl1Plus
];
teams = [ teams.deshaw ];
};
};
@@ -27272,7 +27306,10 @@ with self;
artistic1
gpl1Plus
];
teams = [ teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
};
};
@@ -27964,7 +28001,6 @@ with self;
artistic1
gpl1Plus
];
teams = [ teams.deshaw ];
};
};
@@ -28037,7 +28073,6 @@ with self;
artistic1
gpl1Plus
];
teams = [ teams.deshaw ];
mainProgram = "ppkg-config";
};
};
@@ -28457,7 +28492,10 @@ with self;
artistic1
gpl1Plus
];
teams = [ teams.deshaw ];
maintainers = with lib.maintainers; [
de11n
despsyched
];
};
};
@@ -28475,7 +28513,6 @@ with self;
artistic1
gpl1Plus
];
teams = [ teams.deshaw ];
mainProgram = "poe-gen-tests";
};
};