9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-RWqgAMZ3fF0hsCnFLlMvlDKNT7TxWtKk3T3WLbMLOJI=";
21 propagatedBuildInputs = [
29 pythonImportsCheck = [
34 description = "A case-insensitive list for Python";
35 homepage = "https://github.com/pywbem/nocaselist";
36 changelog = "https://github.com/pywbem/nocaselist/blob/${version}/docs/changes.rst";
37 license = licenses.lgpl21Plus;
38 maintainers = with maintainers; [ freezeboy ];