Unverified Commit 414c52bb authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

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

python311Packages.zc-lockfile: rename from zc_lockfile
parents f1ff9332 39cff3b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
  ];

+2 −2
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
, tqdm
, typing-extensions
, voluptuous
, zc_lockfile
, zc-lockfile
, enableGoogle ? false
, enableAWS ? false
, enableAzure ? false
@@ -119,7 +119,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
+2 −2
Original line number Diff line number Diff line
@@ -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
+3 −2
Original line number Diff line number Diff line
@@ -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=";
  };

+2 −2
Original line number Diff line number Diff line
@@ -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
  ];

Loading