Loading pkgs/development/python-modules/ftfy/default.nix +7 −5 Original line number Diff line number Diff line Loading @@ -17,19 +17,21 @@ buildPythonPackage rec { pname = "ftfy"; version = "6.2.0"; version = "6.2.3"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-XkIUPHAl75eUTKJhnWthsGGfxmVPmHcdOehiwUJMdcA="; hash = "sha256-ebUFmI8p1XelipBpr+dVU6AqRuQt5gkcBmDNxngSutw="; }; nativeBuildInputs = [ poetry-core ]; build-system = [ poetry-core ]; propagatedBuildInputs = [ wcwidth ]; dependencies = [ wcwidth ]; pythonImportsCheck = [ "ftfy" ]; nativeCheckInputs = [ versionCheckHook Loading @@ -49,7 +51,7 @@ buildPythonPackage rec { description = "Given Unicode text, make its representation consistent and possibly less broken"; mainProgram = "ftfy"; homepage = "https://github.com/LuminosoInsight/python-ftfy"; license = licenses.mit; license = licenses.asl20; maintainers = with maintainers; [ aborsu ]; }; } Loading
pkgs/development/python-modules/ftfy/default.nix +7 −5 Original line number Diff line number Diff line Loading @@ -17,19 +17,21 @@ buildPythonPackage rec { pname = "ftfy"; version = "6.2.0"; version = "6.2.3"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-XkIUPHAl75eUTKJhnWthsGGfxmVPmHcdOehiwUJMdcA="; hash = "sha256-ebUFmI8p1XelipBpr+dVU6AqRuQt5gkcBmDNxngSutw="; }; nativeBuildInputs = [ poetry-core ]; build-system = [ poetry-core ]; propagatedBuildInputs = [ wcwidth ]; dependencies = [ wcwidth ]; pythonImportsCheck = [ "ftfy" ]; nativeCheckInputs = [ versionCheckHook Loading @@ -49,7 +51,7 @@ buildPythonPackage rec { description = "Given Unicode text, make its representation consistent and possibly less broken"; mainProgram = "ftfy"; homepage = "https://github.com/LuminosoInsight/python-ftfy"; license = licenses.mit; license = licenses.asl20; maintainers = with maintainers; [ aborsu ]; }; }