From 2fa35382fcb80873fe62f762eadb28ffaa6b4619 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 20 Jul 2025 14:28:52 +0200 Subject: [PATCH] maintainers: drop jyp Inactive since 2021. Not a member of the nixos org (anymore), thus can't be pinged for review. --- maintainers/maintainer-list.nix | 6 ------ pkgs/development/python-modules/astunparse/default.nix | 1 - pkgs/development/python-modules/bz2file/default.nix | 1 - pkgs/development/python-modules/gast/default.nix | 1 - pkgs/development/python-modules/gensim/default.nix | 1 - pkgs/development/python-modules/smart-open/default.nix | 1 - .../development/python-modules/tensorflow-estimator/bin.nix | 1 - pkgs/development/python-modules/tensorflow/bin.nix | 1 - 8 files changed, 13 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 2ca9edb79453..db361a06fb97 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -12884,12 +12884,6 @@ githubId = 20658981; name = "Jarosław Wygoda"; }; - jyp = { - email = "jeanphilippe.bernardy@gmail.com"; - github = "jyp"; - githubId = 27747; - name = "Jean-Philippe Bernardy"; - }; jzellner = { email = "jeffz@eml.cc"; github = "sofuture"; diff --git a/pkgs/development/python-modules/astunparse/default.nix b/pkgs/development/python-modules/astunparse/default.nix index 77f2cc10ad10..6311e3739344 100644 --- a/pkgs/development/python-modules/astunparse/default.nix +++ b/pkgs/development/python-modules/astunparse/default.nix @@ -28,6 +28,5 @@ buildPythonPackage rec { description = "This is a factored out version of unparse found in the Python source distribution"; homepage = "https://github.com/simonpercivall/astunparse"; license = licenses.bsd3; - maintainers = with maintainers; [ jyp ]; }; } diff --git a/pkgs/development/python-modules/bz2file/default.nix b/pkgs/development/python-modules/bz2file/default.nix index bd8b79a9a13e..a98ddf851823 100644 --- a/pkgs/development/python-modules/bz2file/default.nix +++ b/pkgs/development/python-modules/bz2file/default.nix @@ -20,6 +20,5 @@ buildPythonPackage rec { meta = { description = "Bz2file is a Python library for reading and writing bzip2-compressed files"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ jyp ]; }; } diff --git a/pkgs/development/python-modules/gast/default.nix b/pkgs/development/python-modules/gast/default.nix index a47a7500f4ed..d892c461be4a 100644 --- a/pkgs/development/python-modules/gast/default.nix +++ b/pkgs/development/python-modules/gast/default.nix @@ -36,7 +36,6 @@ buildPythonPackage rec { homepage = "https://github.com/serge-sans-paille/gast/"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ - jyp cpcloud ]; }; diff --git a/pkgs/development/python-modules/gensim/default.nix b/pkgs/development/python-modules/gensim/default.nix index d2dd45791885..05311cf6f846 100644 --- a/pkgs/development/python-modules/gensim/default.nix +++ b/pkgs/development/python-modules/gensim/default.nix @@ -61,6 +61,5 @@ buildPythonPackage rec { homepage = "https://radimrehurek.com/gensim/"; changelog = "https://github.com/RaRe-Technologies/gensim/blob/${version}/CHANGELOG.md"; license = licenses.lgpl21Only; - maintainers = with maintainers; [ jyp ]; }; } diff --git a/pkgs/development/python-modules/smart-open/default.nix b/pkgs/development/python-modules/smart-open/default.nix index 45632ab37969..8d4a7f756ca0 100644 --- a/pkgs/development/python-modules/smart-open/default.nix +++ b/pkgs/development/python-modules/smart-open/default.nix @@ -73,6 +73,5 @@ buildPythonPackage rec { description = "Library for efficient streaming of very large file"; homepage = "https://github.com/RaRe-Technologies/smart_open"; license = licenses.mit; - maintainers = with maintainers; [ jyp ]; }; } diff --git a/pkgs/development/python-modules/tensorflow-estimator/bin.nix b/pkgs/development/python-modules/tensorflow-estimator/bin.nix index 1acfcec9a878..0d43ea9fdc9a 100644 --- a/pkgs/development/python-modules/tensorflow-estimator/bin.nix +++ b/pkgs/development/python-modules/tensorflow-estimator/bin.nix @@ -28,6 +28,5 @@ buildPythonPackage rec { description = "TensorFlow Estimator is a high-level API that encapsulates model training, evaluation, prediction, and exporting"; homepage = "http://tensorflow.org"; license = licenses.asl20; - maintainers = with maintainers; [ jyp ]; }; } diff --git a/pkgs/development/python-modules/tensorflow/bin.nix b/pkgs/development/python-modules/tensorflow/bin.nix index 4057bfea3be7..be84a4ea8065 100644 --- a/pkgs/development/python-modules/tensorflow/bin.nix +++ b/pkgs/development/python-modules/tensorflow/bin.nix @@ -229,7 +229,6 @@ buildPythonPackage rec { sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ - jyp abbradar ]; badPlatforms = [ "x86_64-darwin" ];