python311Packages.flufl-lock: rename from flufl_lock

This commit is contained in:
natsukium 2023-11-03 18:23:27 +09:00 committed by Felix Buehler
parent 237e77803e
commit 9e74247757
6 changed files with 9 additions and 7 deletions

View File

@ -19,7 +19,7 @@
, fetchFromGitHub
, fetchpatch
, flatten-dict
, flufl_lock
, flufl-lock
, funcy
, grandalf
, gto
@ -99,7 +99,7 @@ buildPythonPackage rec {
dvc-studio-client
dvc-task
flatten-dict
flufl_lock
flufl-lock
funcy
grandalf
gto

View File

@ -4,12 +4,13 @@
}:
buildPythonPackage rec {
pname = "flufl.lock";
pname = "flufl-lock";
version = "7.1.1";
format = "pyproject";
src = fetchPypi {
inherit pname version;
pname = "flufl.lock";
inherit version;
hash = "sha256-rxQXKzW7xYaHvQa3DRaT/Y1Iy/D/3n5RphjBSK4kBC0=";
};

View File

@ -30,7 +30,7 @@ buildPythonPackage rec {
django-compressor
django-extensions
djangorestframework
flufl_lock
flufl-lock
mistune
networkx
psycopg2

View File

@ -28,7 +28,7 @@ buildPythonPackage rec {
falcon
flufl_bounce
flufl_i18n
flufl_lock
flufl-lock
gunicorn
lazr-config
passlib

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_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
foundationdb52 = throw "foundationdb52 is no longer maintained, use foundationdb71 instead"; # added 2023-06-06

View File

@ -4261,7 +4261,7 @@ self: super: with self; {
flufl_i18n = callPackage ../development/python-modules/flufl/i18n.nix { };
flufl_lock = callPackage ../development/python-modules/flufl/lock.nix { };
flufl-lock = callPackage ../development/python-modules/flufl/lock.nix { };
flux-led = callPackage ../development/python-modules/flux-led { };