python311Packages.flufl-bounce: rename from flufl_bounce

This commit is contained in:
natsukium 2023-11-03 18:43:56 +09:00 committed by Felix Buehler
parent 7934203c37
commit 13b149cdaa
4 changed files with 6 additions and 4 deletions

View File

@ -1,14 +1,15 @@
{ buildPythonPackage, fetchPypi, atpublic, zope-interface, nose2 }:
buildPythonPackage rec {
pname = "flufl.bounce";
pname = "flufl-bounce";
version = "4.0";
buildInputs = [ nose2 ];
propagatedBuildInputs = [ atpublic zope-interface ];
src = fetchPypi {
inherit pname version;
pname = "flufl.bounce";
inherit version;
hash = "sha256-JVBK65duwP5aGc1sQTo0EMtRT9zb3Kn5tdjTQ6hgODE=";
};
}

View File

@ -26,7 +26,7 @@ buildPythonPackage rec {
click
dnspython
falcon
flufl_bounce
flufl-bounce
flufl_i18n
flufl-lock
gunicorn

View File

@ -165,6 +165,7 @@ mapAliases ({
flask_testing = flask-testing; # added 2022-04-25
flask_wtf = flask-wtf; # added 2022-05-24
flowlogs_reader = flowlogs-reader; # added 2024-01-03
flufl_bounce = flufl-bounce; # added 2023-11-03
flufl_lock = flufl-lock; # added 2023-11-03
FormEncode = formencode; # added 2023-02-19
foundationdb51 = throw "foundationdb51 is no longer maintained, use foundationdb71 instead"; # added 2023-06-06

View File

@ -4257,7 +4257,7 @@ self: super: with self; {
fluent-logger = callPackage ../development/python-modules/fluent-logger { };
flufl_bounce = callPackage ../development/python-modules/flufl/bounce.nix { };
flufl-bounce = callPackage ../development/python-modules/flufl/bounce.nix { };
flufl_i18n = callPackage ../development/python-modules/flufl/i18n.nix { };