Unverified Commit c14687c5 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

[Backport release-25.11] python313Packages.optype: 0.14.0 -> 0.14.0-unstable-2025-11-10 (#465001)

parents 4497abec 77dcdbb6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -17,6 +17,11 @@ buildPythonPackage rec {
    hash = "sha256-cug9U1tjXWaLpzFeQ66AvhRppvrqb8ltMSUW85s9j6U=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail '"uv_build>=0.8.11,<0.9.0"' '"uv_build>=0.8.11"'
  '';

  build-system = [
    uv-build
  ];
+4 −4
Original line number Diff line number Diff line
@@ -11,16 +11,16 @@
  pythonOlder,
}:

buildPythonPackage rec {
buildPythonPackage {
  pname = "optype";
  version = "0.14.0";
  version = "0.14.0-unstable-2025-11-10";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jorenham";
    repo = "optype";
    tag = "v${version}";
    hash = "sha256-0CE6dU4Vt3UP8ZfNcmP2Th7ixceCa0ItYUmNcEU7mgw=";
    rev = "5f16def3546222caf81a3411a27b007a00819172";
    hash = "sha256-52cY+u0wjhJFQDLsjND/h6cfln4rCTtcy+HqaoH/re0=";
  };

  disabled = pythonOlder "3.11";