mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
python311Packages.zc-lockfile: rename from zc_lockfile
This commit is contained in:
parent
e55b4c1ec7
commit
39cff3b8f0
@ -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
|
||||
];
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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=";
|
||||
};
|
||||
|
@ -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
|
||||
];
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user