9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 sha256 = "sha256-rzh+IASqs+uSgUq3BI9UdC4XRsozIGsaOt/LR+VhBxc=";
23 propagatedBuildInputs = [
28 doCheck = !stdenv.isDarwin;
30 pythonImportsCheck = [
35 description = "Tokenizer and sentence splitter for German and English web texts";
36 homepage = "https://github.com/tsproisl/SoMaJo";
37 license = licenses.gpl3Plus;
38 maintainers = with maintainers; [ ];