maintainers: drop jyp
Inactive since 2021. Not a member of the nixos org (anymore), thus can't be pinged for review.
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,7 +36,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/serge-sans-paille/gast/";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [
|
||||
jyp
|
||||
cpcloud
|
||||
];
|
||||
};
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user