13 buildPythonPackage rec {
18 src = fetchFromGitHub {
22 sha256 = "04yc8q79zk09xj0wnal0vdg5azi9jlarfmf2iyljqyr80p79gwvv";
26 substituteInPlace setup.cfg --replace "--cov" ""
29 propagatedBuildInputs = [
42 description = "Unicode Standard tokenization routines and orthography profile segmentation";
43 homepage = "https://github.com/cldf/segments";
44 license = licenses.asl20;
45 maintainers = with maintainers; [ hexa ];