18 buildPythonPackage rec {
23 disabled = pythonOlder "3.9";
25 src = fetchFromGitHub {
29 hash = "sha256-TmwDJeUDcF+uOB2X5tMmnf9liCI9rP6dYJVmJoaqszo=";
32 build-system = [ hatchling ];
34 dependencies = [ wcwidth ];
36 pythonImportsCheck = [ "ftfy" ];
44 export PATH=$out/bin:$PATH
48 changelog = "https://github.com/rspeer/python-ftfy/blob/${src.rev}/CHANGELOG.md";
49 description = "Given Unicode text, make its representation consistent and possibly less broken";
51 homepage = "https://github.com/LuminosoInsight/python-ftfy";
52 license = licenses.asl20;
53 maintainers = with maintainers; [ aborsu ];