10 buildPythonPackage rec {
11 pname = "universal-pathlib";
15 disabled = pythonOlder "3.8";
18 pname = "universal_pathlib";
20 hash = "sha256-guXYbRaifg6hrcfYisvLqdAtWkVIgWMXT5bZrCidsuQ=";
28 propagatedBuildInputs = [
32 pythonImportsCheck = [ "upath" ];
35 description = "Pathlib api extended to use fsspec backends";
36 homepage = "https://github.com/fsspec/universal_pathlib";
37 changelog = "https://github.com/fsspec/universal_pathlib/releases/tag/v${version}";
38 license = licenses.mit;
39 maintainers = with maintainers; [ figsoda ];