python311Packages.zc-lockfile: rename from zc_lockfile

This commit is contained in:
Felix Buehler 2024-01-06 20:45:58 +01:00
parent e55b4c1ec7
commit 39cff3b8f0
8 changed files with 15 additions and 13 deletions

View File

@ -19,7 +19,7 @@
, routes
, setuptools-scm
, simplejson
, zc_lockfile
, zc-lockfile
}:
buildPythonPackage rec {
@ -52,7 +52,7 @@ buildPythonPackage rec {
cheroot
portend
more-itertools
zc_lockfile
zc-lockfile
jaraco-collections
];

View File

@ -46,7 +46,7 @@
, tqdm
, typing-extensions
, voluptuous
, zc_lockfile
, zc-lockfile
, enableGoogle ? false
, enableAWS ? false
, enableAzure ? false
@ -117,7 +117,7 @@ buildPythonPackage rec {
tqdm
typing-extensions
voluptuous
zc_lockfile
zc-lockfile
]
++ lib.optionals enableGoogle passthru.optional-dependencies.gs
++ lib.optionals enableAWS passthru.optional-dependencies.s3

View File

@ -7,7 +7,7 @@
, pytest
, setuptools-scm
, toml
, zc_lockfile
, zc-lockfile
}:
buildPythonPackage rec {
@ -30,7 +30,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
requests
psutil
zc_lockfile
zc-lockfile
];
# no tests in PyPI tarball

View File

@ -6,11 +6,12 @@
}:
buildPythonPackage rec {
pname = "zc.lockfile";
pname = "zc-lockfile";
version = "3.0";
src = fetchPypi {
inherit pname version;
pname = "zc.lockfile";
inherit version;
hash = "sha256-5Y/9ndYsbUMuhoK/oZbJDKw+XB4/JNrjuJ1ggihV14g=";
};

View File

@ -9,7 +9,7 @@
, zodbpickle
, zconfig
, persistent
, zc_lockfile
, zc-lockfile
, btrees
, manuel
}:
@ -35,7 +35,7 @@ buildPythonPackage rec {
zodbpickle
zconfig
persistent
zc_lockfile
zc-lockfile
btrees
];

View File

@ -43,7 +43,7 @@ let
sgmllib3k
six
tempora
zc_lockfile
zc-lockfile
]);
path = lib.makeBinPath [ coreutils par2cmdline unrar unzip p7zip util-linux ];
in stdenv.mkDerivation rec {

View File

@ -486,8 +486,9 @@ mapAliases ({
Yapsy = yapsy; # added 2023-02-19
z3 = z3-solver; # added 2023-12-03
zake = throw "zake has been removed because it is abandoned"; # added 2023-06-20
zc-buildout221 = zc-buildout; # added 2021-07-21
zc_buildout_nix = throw "zc_buildout_nix was pinned to a version no longer compatible with other modules";
zc-buildout221 = zc-buildout; # added 2021-07-21
zc_lockfile = zc-lockfile; # added 2024-01-06
zipstream-new = throw "zipstream-new has been removed, because it was packaged as a dependency for octoprint, which has switched to zipstream-ng since."; # added 2024-01-05
zope_broken = throw "zope_broken has been removed because it is obsolete and not needed in zodb>=3.10"; # added 2023-07-26
zope_component = zope-component; # added 2023-07-28

View File

@ -16357,7 +16357,7 @@ self: super: with self; {
zc-buildout = callPackage ../development/python-modules/buildout { };
zc_lockfile = callPackage ../development/python-modules/zc_lockfile { };
zc-lockfile = callPackage ../development/python-modules/zc-lockfile { };
zcbor = callPackage ../development/python-modules/zcbor { };