Unverified Commit 13d6bf79 authored by natsukium's avatar natsukium Committed by Martin Weinelt
Browse files

python310Packages.pyramid-multiauth: rename from pyramid_multiauth

parent 20d20c16
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -5,11 +5,12 @@
}:

buildPythonPackage rec {
  pname = "pyramid_multiauth";
  pname = "pyramid-multiauth";
  version = "1.0.1";

  src = fetchPypi {
    inherit pname version;
    pname = "pyramid-multiauth";
    inherit version;
    sha256 = "6d8785558e1d0bbe0d0da43e296efc0fbe0de5071d1f9b1091e891f0e4ec9682";
  };

+1 −0
Original line number Diff line number Diff line
@@ -284,6 +284,7 @@ mapAliases ({
  pyramid_hawkauth = throw "pyramid_hawkauth has been removed because it is no longer maintained"; # added 2023-02-2
  pyramid_jinja2 = pyramid-jinja2; # added 2023-06-06
  pyramid_mako = pyramid-mako; # added 2023-08-24
  pyramid_multiauth = pyramid-multiauth; # added 2023-08-24
  pyreadability = readability-lxml; # added 2022-05-24
  pyres = throw "pyres has been removed, since it is abandoned and broken"; # added 2023-06-20
  pyroute2-core = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16
+1 −1
Original line number Diff line number Diff line
@@ -10690,7 +10690,7 @@ self: super: with self; {
  pyramid-mako = callPackage ../development/python-modules/pyramid-mako { };
  pyramid_multiauth = callPackage ../development/python-modules/pyramid_multiauth { };
  pyramid-multiauth = callPackage ../development/python-modules/pyramid-multiauth { };
  pyrate-limiter = callPackage ../development/python-modules/pyrate-limiter { };