13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.6";
21 inherit pname version;
22 hash = "sha256-V/hbcsaIsJ4FPNrDAt1bW1PfX3OuILSHT8v/2L94PRE=";
25 propagatedBuildInputs = [
37 pythonImportsCheck = [
42 description = "Natural sorting for Python";
43 homepage = "https://github.com/SethMMorton/natsort";
44 license = licenses.mit;
45 maintainers = with maintainers; [ ];