8 buildPythonPackage rec {
11 format = "setuptools";
13 # imp and distuils usage, last commit in 2016
14 disabled = pythonAtLeast "3.12";
17 inherit pname version;
18 sha256 = "1h7iam33vwxk8bvslfj4qlsdprdnwf8bvzhqh3jq5frr391cadbw";
22 description = "Pattern matching and various utilities for file systems paths";
23 homepage = "https://github.com/gorakhargosh/pathtools";
24 license = licenses.mit;