9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-hsF1ctD3XL87yxoY878vnnKzmpwIybSnTpkeGIKo77M=";
23 propagatedBuildInputs = [ bracex ];
25 nativeCheckInputs = [ pytestCheckHook ];
28 export HOME=$(mktemp -d)
35 pythonImportsCheck = [ "wcmatch" ];
38 description = "Wilcard File Name matching library";
39 homepage = "https://github.com/facelessuser/wcmatch";
40 license = licenses.mit;
41 maintainers = with maintainers; [ ];