1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

Merge pull request #138388 from trofi/remove-sdll-maintainer

treewide: remove @sdll from maintainers
This commit is contained in:
Sandro 2021-09-20 21:07:36 +02:00 committed by GitHub
commit 2d0820af39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 17 additions and 23 deletions

View file

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

View file

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

View file

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

View file

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