maintainers: drop jyp

Inactive since 2021. Not a member of the nixos org (anymore), thus can't
be pinged for review.

Changed files
-13
maintainers
pkgs
development
python-modules
astunparse
bz2file
gast
gensim
smart-open
tensorflow
tensorflow-estimator
-6
maintainers/maintainer-list.nix
···
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";
···
githubId = 20658981;
name = "Jarosław Wygoda";
};
jzellner = {
email = "jeffz@eml.cc";
github = "sofuture";
-1
pkgs/development/python-modules/astunparse/default.nix
···
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 ];
};
}
···
description = "This is a factored out version of unparse found in the Python source distribution";
homepage = "https://github.com/simonpercivall/astunparse";
license = licenses.bsd3;
};
}
-1
pkgs/development/python-modules/bz2file/default.nix
···
meta = {
description = "Bz2file is a Python library for reading and writing bzip2-compressed files";
license = lib.licenses.asl20;
-
maintainers = with lib.maintainers; [ jyp ];
};
}
···
meta = {
description = "Bz2file is a Python library for reading and writing bzip2-compressed files";
license = lib.licenses.asl20;
};
}
-1
pkgs/development/python-modules/gast/default.nix
···
homepage = "https://github.com/serge-sans-paille/gast/";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
-
jyp
cpcloud
];
};
···
homepage = "https://github.com/serge-sans-paille/gast/";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
cpcloud
];
};
-1
pkgs/development/python-modules/gensim/default.nix
···
homepage = "https://radimrehurek.com/gensim/";
changelog = "https://github.com/RaRe-Technologies/gensim/blob/${version}/CHANGELOG.md";
license = licenses.lgpl21Only;
-
maintainers = with maintainers; [ jyp ];
};
}
···
homepage = "https://radimrehurek.com/gensim/";
changelog = "https://github.com/RaRe-Technologies/gensim/blob/${version}/CHANGELOG.md";
license = licenses.lgpl21Only;
};
}
-1
pkgs/development/python-modules/smart-open/default.nix
···
description = "Library for efficient streaming of very large file";
homepage = "https://github.com/RaRe-Technologies/smart_open";
license = licenses.mit;
-
maintainers = with maintainers; [ jyp ];
};
}
···
description = "Library for efficient streaming of very large file";
homepage = "https://github.com/RaRe-Technologies/smart_open";
license = licenses.mit;
};
}
-1
pkgs/development/python-modules/tensorflow-estimator/bin.nix
···
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 ];
};
}
···
description = "TensorFlow Estimator is a high-level API that encapsulates model training, evaluation, prediction, and exporting";
homepage = "http://tensorflow.org";
license = licenses.asl20;
};
}
-1
pkgs/development/python-modules/tensorflow/bin.nix
···
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
-
jyp
abbradar
];
badPlatforms = [ "x86_64-darwin" ];
···
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
abbradar
];
badPlatforms = [ "x86_64-darwin" ];