15 buildPythonPackage rec {
21 inherit pname version;
22 hash = "sha256-pILVFQOhqzOxxnpsOBOiaVPb3HHDHayu+ag4xOKfVxI=";
25 nativeBuildInputs = [ flit-core ];
27 pythonImportsCheck = [ "pathspec" ];
29 checkInputs = [ unittestCheckHook ];
41 description = "Utility library for gitignore-style pattern matching of file paths";
42 homepage = "https://github.com/cpburnz/python-path-specification";
43 changelog = "https://github.com/cpburnz/python-pathspec/blob/v${version}/CHANGES.rst";
44 license = lib.licenses.mpl20;
45 maintainers = with lib.maintainers; [ copumpkin ];