Merge pull request #279227 from Stunkymonkey/zc-lockfile-normalize

python311Packages.zc-lockfile: rename from zc_lockfile
This commit is contained in:
OTABI Tomoya 2024-01-14 10:21:14 +09:00 committed by GitHub
commit 414c52bbc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 15 additions and 13 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -512,8 +512,9 @@ mapAliases ({
Yapsy = yapsy; # added 2023-02-19 Yapsy = yapsy; # added 2023-02-19
z3 = z3-solver; # added 2023-12-03 z3 = z3-solver; # added 2023-12-03
zake = throw "zake has been removed because it is abandoned"; # added 2023-06-20 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_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 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_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 zope_component = zope-component; # added 2023-07-28

View file

@ -16423,7 +16423,7 @@ self: super: with self; {
zc-buildout = callPackage ../development/python-modules/buildout { }; 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 { }; zcbor = callPackage ../development/python-modules/zcbor { };