treewide: remove @sdll from maintainers

sdll github handle returns 404. Sasha agreed to remove @sdll
maintainer entry.
This commit is contained in:
Sergei Trofimovich 2021-09-18 10:22:27 +01:00
parent e89c396d66
commit 3ec1a47f2e
8 changed files with 17 additions and 23 deletions

View file

@ -9862,12 +9862,6 @@
githubId = 11613056; githubId = 11613056;
name = "Scott Dier"; name = "Scott Dier";
}; };
sdll = {
email = "sasha.delly@gmail.com";
github = "sdll";
githubId = 17913919;
name = "Sasha Illarionov";
};
SeanZicari = { SeanZicari = {
email = "sean.zicari@gmail.com"; email = "sean.zicari@gmail.com";
github = "SeanZicari"; github = "SeanZicari";

View file

@ -17,7 +17,7 @@ buildPythonPackage rec {
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
cython cython
]; ];
prePatch = '' prePatch = ''
@ -34,6 +34,6 @@ buildPythonPackage rec {
description = "Cython memory pool for RAII-style memory management"; description = "Cython memory pool for RAII-style memory management";
homepage = "https://github.com/explosion/cymem"; homepage = "https://github.com/explosion/cymem";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ sdll ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -33,6 +33,6 @@ buildPythonPackage rec {
description = "Given Unicode text, make its representation consistent and possibly less broken"; description = "Given Unicode text, make its representation consistent and possibly less broken";
homepage = "https://github.com/LuminosoInsight/python-ftfy"; homepage = "https://github.com/LuminosoInsight/python-ftfy";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ sdll aborsu ]; maintainers = with maintainers; [ aborsu ];
}; };
} }

View file

@ -32,6 +32,6 @@ buildPythonPackage rec {
description = "Cython bindings for MurmurHash2"; description = "Cython bindings for MurmurHash2";
homepage = "https://github.com/explosion/murmurhash"; homepage = "https://github.com/explosion/murmurhash";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ aborsu sdll ]; maintainers = with maintainers; [ aborsu ];
}; };
} }

View file

@ -13,14 +13,14 @@ buildPythonPackage rec {
}; };
checkPhase = '' checkPhase = ''
cd doc cd doc
${python.interpreter} -m unittest discover -p "*test_plac*" ${python.interpreter} -m unittest discover -p "*test_plac*"
''; '';
meta = with lib; { meta = with lib; {
description = "Parsing the Command Line the Easy Way"; description = "Parsing the Command Line the Easy Way";
homepage = "https://github.com/micheles/plac"; homepage = "https://github.com/micheles/plac";
license = licenses.bsdOriginal; license = licenses.bsdOriginal;
maintainers = with maintainers; [ sdll ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -17,9 +17,9 @@ buildPythonPackage rec {
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
cython cython
cymem cymem
murmurhash murmurhash
]; ];
checkInputs = [ checkInputs = [
@ -34,6 +34,6 @@ buildPythonPackage rec {
description = "Cython hash tables that assume keys are pre-hashed"; description = "Cython hash tables that assume keys are pre-hashed";
homepage = "https://github.com/explosion/preshed"; homepage = "https://github.com/explosion/preshed";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ sdll ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -78,6 +78,6 @@ buildPythonPackage rec {
description = "Industrial-strength Natural Language Processing (NLP) with Python and Cython"; description = "Industrial-strength Natural Language Processing (NLP) with Python and Cython";
homepage = "https://github.com/explosion/spaCy"; homepage = "https://github.com/explosion/spaCy";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ sdll ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -78,6 +78,6 @@ buildPythonPackage rec {
description = "Practical Machine Learning for NLP in Python"; description = "Practical Machine Learning for NLP in Python";
homepage = "https://github.com/explosion/thinc"; homepage = "https://github.com/explosion/thinc";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ aborsu sdll ]; maintainers = with maintainers; [ aborsu ];
}; };
} }