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