python3Packages.spacy-pkuseg: update description, sort (#555228)

This commit is contained in:
Sandro
2026-08-22 05:00:47 +00:00
committed by GitHub

View File

@@ -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 = [ ];