10 buildPythonPackage rec {
15 disabled = pythonOlder "3.9";
18 inherit pname version;
19 hash = "sha256-HROs0c43o4TXYSlUrmx4AbtMUxbaDiuTeyEnunAqPaQ=";
22 build-system = [ flit-core ];
24 nativeCheckInputs = [ pytestCheckHook ];
26 pythonImportsCheck = [ "pyphen" ];
29 description = "Module to hyphenate text";
30 homepage = "https://github.com/Kozea/Pyphen";
31 changelog = "https://github.com/Kozea/Pyphen/releases/tag/${version}";
32 license = with licenses; [