10 buildPythonPackage rec {
15 disabled = pythonOlder "3.10";
18 inherit pname version;
19 hash = "sha256-TKk09l31exDQ/KtfDDnp3MuTV3/58ivvmCZd2/EvivE=";
22 build-system = [ setuptools ];
24 nativeCheckInputs = [ pytestCheckHook ];
26 pythonImportsCheck = [ "nocasedict" ];
29 description = "Case-insensitive ordered dictionary for Python";
30 homepage = "https://github.com/pywbem/nocasedict";
31 changelog = "https://github.com/pywbem/nocasedict/blob/${version}/docs/changes.rst";
32 license = licenses.lgpl21Plus;
33 maintainers = with maintainers; [ freezeboy ];