6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "1h7iam33vwxk8bvslfj4qlsdprdnwf8bvzhqh3jq5frr391cadbw";
16 description = "Pattern matching and various utilities for file systems paths";
17 homepage = "https://github.com/gorakhargosh/pathtools";
18 license = licenses.mit;
19 maintainers = with maintainers; [ goibhniu ];