10 buildPythonPackage rec {
14 disabled = !isPy3k || pythonAtLeast "3.9";
17 inherit pname version;
18 sha256 = "148yp0l7h8cflxag62pc1iwj5b5liyljnaxwfjaiqwl96vwjn0fx";
21 # Does not seem to have actual tests, but unittest discover
22 # recognizes some non-tests as tests and fails.
25 nativeBuildInputs = [ cython ];
27 propagatedBuildInputs = [ numpy ];
29 pythonImportsCheck = [ "pkuseg" ];
32 description = "Toolkit for multi-domain Chinese word segmentation";
33 homepage = "https://github.com/lancopku/pkuseg-python";
34 license = licenses.unfree;