13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-RTEsSg5VB1k9oZPe3QSrsUaSU7YB7K9jRFrYDwoepYE=";
25 propagatedBuildInputs = [
38 # timing sensitive test
39 # hypothesis.errors.DeadlineExceeded: Test took 524.23ms, which exceeds the deadline of 200.00ms
40 "test_string_component_transform_factory"
43 pythonImportsCheck = [
48 description = "Natural sorting for Python";
49 mainProgram = "natsort";
50 homepage = "https://github.com/SethMMorton/natsort";
51 changelog = "https://github.com/SethMMorton/natsort/blob/${version}/CHANGELOG.md";
52 license = licenses.mit;
53 maintainers = with maintainers; [ ];