11 buildPythonPackage rec {
16 disabled = pythonOlder "3.10";
19 inherit pname version;
20 hash = "sha256-VXFNqEM/tIQ855dASXfkOF1ePfnkqgD33emD/YdBD+8=";
23 build-system = [ setuptools ];
25 dependencies = [ six ];
27 nativeCheckInputs = [ pytestCheckHook ];
29 pythonImportsCheck = [ "nocaselist" ];
32 description = "Case-insensitive list for Python";
33 homepage = "https://github.com/pywbem/nocaselist";
34 changelog = "https://github.com/pywbem/nocaselist/blob/${version}/docs/changes.rst";
35 license = licenses.lgpl21Plus;
36 maintainers = with maintainers; [ freezeboy ];