Unverified Commit 94e904b2 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

python3.pkgs.plopp: 25.11.0 -> 26.2.0 (#487066)

parents 4745bdb5 601259e6
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -36,14 +36,14 @@

buildPythonPackage (finalAttrs: {
  pname = "plopp";
  version = "25.11.0";
  version = "26.2.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "scipp";
    repo = "plopp";
    tag = finalAttrs.version;
    hash = "sha256-3vmHRPjv7iUd6ky7XzfdChpAI++ELh6vwmtELK7dwaE=";
    hash = "sha256-JYgha+gmp9Ht6Ly9+i6dT+jdiDgsAEH5qH5MJ4n9LR8=";
  };

  build-system = [
@@ -77,6 +77,7 @@ buildPythonPackage (finalAttrs: {
  disabledTests = lib.optionals (pythonAtLeast "3.14") [
    # RuntimeError: There is no current event loop in thread 'MainThread'
    "test_move_cut"
    "test_value_cuts"
  ];

  env = {
+0 −6
Original line number Diff line number Diff line
@@ -103,11 +103,5 @@ buildPythonPackage rec {
    homepage = "https://scipp.github.io";
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [ doronbehar ];
    # Got:
    #
    #   error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
    #
    # Needs debugging along with upstream.
    broken = stdenv.hostPlatform.isDarwin;
  };
}