1 { lib, buildPythonPackage, fetchPypi
5 buildPythonPackage rec {
10 inherit pname version;
11 sha256 = "sha256-SPBn+MuEEkXzTQMSC8G6mQDxOxnLUbzGx77gF/fIdNo=";
18 pythonImportsCheck = [
23 description = "A case-insensitive list for Python";
24 homepage = "https://github.com/pywbem/nocaselist";
25 license = licenses.lgpl21Plus;
26 maintainers = with maintainers; [ freezeboy ];