14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-RTEsSg5VB1k9oZPe3QSrsUaSU7YB7K9jRFrYDwoepYE=";
26 propagatedBuildInputs = [
39 # timing sensitive test
40 # hypothesis.errors.DeadlineExceeded: Test took 524.23ms, which exceeds the deadline of 200.00ms
41 "test_string_component_transform_factory"
44 pythonImportsCheck = [ "natsort" ];
47 description = "Natural sorting for Python";
48 mainProgram = "natsort";
49 homepage = "https://github.com/SethMMorton/natsort";
50 changelog = "https://github.com/SethMMorton/natsort/blob/${version}/CHANGELOG.md";
51 license = licenses.mit;