python313Packages.pathy: mark broken

It is incompatible with recent versions of pathlib-abc.
This commit is contained in:
Robert Schütz
2025-03-30 20:54:42 -07:00
parent 25f202e7c9
commit 6412ed67a6
@@ -48,6 +48,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pathy" ];
meta = with lib; {
# https://github.com/justindujardin/pathy/issues/113
broken = pathlib-abc.version != "0.1.1";
description = "Path interface for local and cloud bucket storage";
mainProgram = "pathy";
homepage = "https://github.com/justindujardin/pathy";