mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
python3Packages.spacy-pkuseg: update description, sort (#555228)
This commit is contained in:
@@ -19,10 +19,6 @@ buildPythonPackage rec {
|
||||
hash = "sha256-tIB4d1r/80kUN1NE1W9wo37ARBiMyuzj9wgG/TIqR+s=";
|
||||
};
|
||||
|
||||
# Does not seem to have actual tests, but unittest discover
|
||||
# recognizes some non-tests as tests and fails.
|
||||
doCheck = false;
|
||||
|
||||
build-system = [
|
||||
cython
|
||||
numpy
|
||||
@@ -34,10 +30,14 @@ buildPythonPackage rec {
|
||||
srsly
|
||||
];
|
||||
|
||||
# Does not seem to have actual tests, but unittest discover
|
||||
# recognizes some non-tests as tests and fails.
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "spacy_pkuseg" ];
|
||||
|
||||
meta = {
|
||||
description = "Toolkit for multi-domain Chinese word segmentation (spaCy fork)";
|
||||
description = "Chinese word segmentation toolkit for spaCy (fork of pkuseg-python)";
|
||||
homepage = "https://github.com/explosion/spacy-pkuseg";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ ];
|
||||
|
||||
Reference in New Issue
Block a user