14 buildPythonPackage rec {
20 src = fetchFromGitHub {
24 sha256 = "sha256-Z9AQnsK/0HUCZDzdpQKNfSBWxfAOjWNBytcfI6yBY84=";
28 substituteInPlace setup.cfg \
29 --replace-fail "--cov" ""
32 nativeBuildInputs = [ setuptools ];
34 propagatedBuildInputs = [
46 changelog = "https://github.com/cldf/segments/blob/${src.rev}/CHANGES.md";
47 description = "Unicode Standard tokenization routines and orthography profile segmentation";
48 mainProgram = "segments";
49 homepage = "https://github.com/cldf/segments";
50 license = licenses.asl20;