poetryPlugins.poetry-plugin-up: mark broken

This commit is contained in:
Robert Schütz
2025-01-07 08:16:43 -08:00
parent 4a6768d4f9
commit 40397fbf15
@@ -20,14 +20,17 @@ buildPythonPackage rec {
hash = "sha256-PWHbMDGL9CGLRmvFWLOztUW0f/TJioPjQtAgpyCbAqw=";
};
nativeBuildInputs = [
build-system = [
poetry-core
];
buildInputs = [
poetry
];
nativeCheckInputs = [
pytestCheckHook
pytest-mock
poetry
];
preCheck = ''
@@ -40,5 +43,7 @@ buildPythonPackage rec {
changelog = "https://github.com/MousaZeidBaker/poetry-plugin-up/releases/tag/${version}";
license = licenses.mit;
maintainers = [ maintainers.k900 ];
# https://github.com/MousaZeidBaker/poetry-plugin-up/pull/70
broken = lib.versionAtLeast poetry.version "2";
};
}