1 { lib, buildPythonPackage, fetchPypi
2 , pytest, pyyaml, hypothesis
5 buildPythonPackage rec {
10 inherit pname version;
11 sha256 = "8a297c7a197683ba02e5e2b882ffd6c6180d01bdefb534b69cd3962df020bfe6";
14 propagatedBuildInputs = [
23 pythonImportsCheck = [
29 description = "A case-insensitive list for Python";
30 homepage = "https://github.com/Phynix/yamlloader";
31 license = licenses.mit;
32 maintainers = with maintainers; [ freezeboy ];