Loading pkgs/development/libraries/physics/yoda/default.nix→pkgs/by-name/yo/yoda/package.nix +11 −11 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ fetchFromGitLab, autoreconfHook, bash, python, python3, root, makeWrapper, zlib, Loading @@ -13,16 +13,16 @@ stdenv.mkDerivation rec { pname = "yoda"; version = "2.0.2"; version = "2.0.3"; src = fetchFromGitLab { owner = "hepcedar"; repo = pname; rev = "yoda-${version}"; hash = "sha256-sHvwgLH22fvdlh4oLjr4fzZ2WtBJMAlvr4Vxi9Xdf84="; hash = "sha256-No2Lr4nmYNfFnJVpg7xYjd35g12CbQtpW9QMjM3owko="; }; nativeBuildInputs = with python.pkgs; [ nativeBuildInputs = with python3.pkgs; [ autoreconfHook bash cython Loading @@ -31,9 +31,9 @@ stdenv.mkDerivation rec { buildInputs = [ python python3 ] ++ (with python.pkgs; [ ++ (with python3.pkgs; [ numpy matplotlib ]) Loading @@ -54,7 +54,7 @@ stdenv.mkDerivation rec { patchShebangs . substituteInPlace pyext/yoda/plotting/script_generator.py \ --replace '/usr/bin/env python' '${python.interpreter}' --replace '/usr/bin/env python' '${python3.interpreter}' ''; postInstall = '' Loading @@ -70,12 +70,12 @@ stdenv.mkDerivation rec { installCheckTarget = "check"; meta = with lib; { meta = { description = "Provides small set of data analysis (specifically histogramming) classes"; license = licenses.gpl3Only; license = lib.licenses.gpl3Only; homepage = "https://yoda.hepforge.org"; changelog = "https://gitlab.com/hepcedar/yoda/-/blob/yoda-${version}/ChangeLog"; platforms = platforms.unix; maintainers = with maintainers; [ veprbl ]; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ veprbl ]; }; } pkgs/top-level/all-packages.nix +0 −3 Original line number Diff line number Diff line Loading @@ -17368,9 +17368,6 @@ with pkgs; imagemagick = graphicsmagick-imagemagick-compat; }; yoda = callPackage ../development/libraries/physics/yoda { python = python3; }; yoda-with-root = lowPrio (yoda.override { withRootSupport = true; }); pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -18630,7 +18630,7 @@ self: super: with self; { yfinance = callPackage ../development/python-modules/yfinance { }; yoda = toPythonModule (pkgs.yoda.override { inherit python; }); yoda = toPythonModule (pkgs.yoda.override { python3 = python; }); yolink-api = callPackage ../development/python-modules/yolink-api { }; Loading
pkgs/development/libraries/physics/yoda/default.nix→pkgs/by-name/yo/yoda/package.nix +11 −11 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ fetchFromGitLab, autoreconfHook, bash, python, python3, root, makeWrapper, zlib, Loading @@ -13,16 +13,16 @@ stdenv.mkDerivation rec { pname = "yoda"; version = "2.0.2"; version = "2.0.3"; src = fetchFromGitLab { owner = "hepcedar"; repo = pname; rev = "yoda-${version}"; hash = "sha256-sHvwgLH22fvdlh4oLjr4fzZ2WtBJMAlvr4Vxi9Xdf84="; hash = "sha256-No2Lr4nmYNfFnJVpg7xYjd35g12CbQtpW9QMjM3owko="; }; nativeBuildInputs = with python.pkgs; [ nativeBuildInputs = with python3.pkgs; [ autoreconfHook bash cython Loading @@ -31,9 +31,9 @@ stdenv.mkDerivation rec { buildInputs = [ python python3 ] ++ (with python.pkgs; [ ++ (with python3.pkgs; [ numpy matplotlib ]) Loading @@ -54,7 +54,7 @@ stdenv.mkDerivation rec { patchShebangs . substituteInPlace pyext/yoda/plotting/script_generator.py \ --replace '/usr/bin/env python' '${python.interpreter}' --replace '/usr/bin/env python' '${python3.interpreter}' ''; postInstall = '' Loading @@ -70,12 +70,12 @@ stdenv.mkDerivation rec { installCheckTarget = "check"; meta = with lib; { meta = { description = "Provides small set of data analysis (specifically histogramming) classes"; license = licenses.gpl3Only; license = lib.licenses.gpl3Only; homepage = "https://yoda.hepforge.org"; changelog = "https://gitlab.com/hepcedar/yoda/-/blob/yoda-${version}/ChangeLog"; platforms = platforms.unix; maintainers = with maintainers; [ veprbl ]; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ veprbl ]; }; }
pkgs/top-level/all-packages.nix +0 −3 Original line number Diff line number Diff line Loading @@ -17368,9 +17368,6 @@ with pkgs; imagemagick = graphicsmagick-imagemagick-compat; }; yoda = callPackage ../development/libraries/physics/yoda { python = python3; }; yoda-with-root = lowPrio (yoda.override { withRootSupport = true; });
pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -18630,7 +18630,7 @@ self: super: with self; { yfinance = callPackage ../development/python-modules/yfinance { }; yoda = toPythonModule (pkgs.yoda.override { inherit python; }); yoda = toPythonModule (pkgs.yoda.override { python3 = python; }); yolink-api = callPackage ../development/python-modules/yolink-api { };