11 buildPythonPackage rec {
12 pname = "universal-pathlib";
16 disabled = pythonOlder "3.8";
19 pname = "universal_pathlib";
21 hash = "sha256-6l1PuBeMKrRpz0+kbQzrFsyzeNpG27woqLnB7r3MxlU=";
29 dependencies = [ fsspec ];
31 pythonImportsCheck = [ "upath" ];
34 description = "Pathlib api extended to use fsspec backends";
35 homepage = "https://github.com/fsspec/universal_pathlib";
36 changelog = "https://github.com/fsspec/universal_pathlib/releases/tag/v${version}";
37 license = licenses.mit;
38 maintainers = with maintainers; [ figsoda ];