fastnlo-toolkit,python311Packages.fastnlo-toolkit: rename from fastnlo_toolkit

This commit is contained in:
Felix Buehler 2024-01-03 22:05:32 +01:00
parent 92ffd1046a
commit 2661df1985
5 changed files with 6 additions and 4 deletions

View File

@ -14,7 +14,7 @@
}:
stdenv.mkDerivation rec {
pname = "fastnlo_toolkit";
pname = "fastnlo-toolkit";
version = "2.5.0-2826";
src = fetchurl {

View File

@ -261,7 +261,8 @@ mapAliases ({
### F ###
faustStk = faustPhysicalModeling; # Added 2023-05-16
fastnlo = fastnlo_toolkit; # Added 2021-04-24
fastnlo = fastnlo-toolkit; # Added 2021-04-24
fastnlo_toolkit = fastnlo-toolkit; # Added 2024-01-03
inherit (luaPackages) fennel; # Added 2022-09-24
fetchFromGithub = throw "You meant fetchFromGitHub, with a capital H"; # preserve
findimagedupes = throw "findimagedupes has been removed because the perl bindings are no longer compatible"; # Added 2023-07-10

View File

@ -40006,7 +40006,7 @@ with pkgs;
fastjet-contrib = callPackage ../development/libraries/physics/fastjet-contrib { };
fastnlo_toolkit = callPackage ../development/libraries/physics/fastnlo_toolkit { };
fastnlo-toolkit = callPackage ../development/libraries/physics/fastnlo-toolkit { };
geant4 = libsForQt5.callPackage ../development/libraries/physics/geant4 { };

View File

@ -140,6 +140,7 @@ mapAliases ({
face_recognition_models = face-recognition-models; # added 2022-10-15
factory_boy = factory-boy; # added 2023-10-08
fake_factory = throw "fake_factory has been removed because it is unused and deprecated by upstream since 2016."; # added 2022-05-30
fastnlo_toolkit = fastnlo-toolkit; # added 2024-01-03
faulthandler = throw "faulthandler is built into ${python.executable}"; # added 2021-07-12
inherit (super.pkgs) fetchPypi; # added 2023-05-25
filemagic = throw "inactive since 2014, so use python-magic instead"; # added 2022-11-19

View File

@ -3915,7 +3915,7 @@ self: super: with self; {
fastjsonschema = callPackage ../development/python-modules/fastjsonschema { };
fastnlo_toolkit = toPythonModule (pkgs.fastnlo_toolkit.override {
fastnlo-toolkit = toPythonModule (pkgs.fastnlo-toolkit.override {
withPython = true;
inherit (self) python;
});