9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-WWyLO+HBpwQRul9lF9nM/jCDx1iuK5SkXycHNG2OZvo=";
26 sed -i '/addopts/d' pyproject.toml
33 pythonImportsCheck = [
38 description = "Module to hyphenate text";
39 homepage = "https://github.com/Kozea/Pyphen";
40 changelog = "https://github.com/Kozea/Pyphen/releases/tag/${version}";
41 license = with licenses; [gpl2 lgpl21 mpl20];