mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
python311Packages.setuptools-trial: rename from setuptoolsTrial
This commit is contained in:
parent
ba9eba5aaa
commit
a701be8b52
5 changed files with 6 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
||||||
, moto
|
, moto
|
||||||
, markdown
|
, markdown
|
||||||
, lz4
|
, lz4
|
||||||
, setuptoolsTrial
|
, setuptools-trial
|
||||||
, buildbot-worker
|
, buildbot-worker
|
||||||
, buildbot-plugins
|
, buildbot-plugins
|
||||||
, buildbot-pkg
|
, buildbot-pkg
|
||||||
|
@ -103,7 +103,7 @@ let
|
||||||
moto
|
moto
|
||||||
markdown
|
markdown
|
||||||
lz4
|
lz4
|
||||||
setuptoolsTrial
|
setuptools-trial
|
||||||
buildbot-worker
|
buildbot-worker
|
||||||
buildbot-pkg
|
buildbot-pkg
|
||||||
buildbot-plugins.www
|
buildbot-plugins.www
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
# tests
|
# tests
|
||||||
, parameterized
|
, parameterized
|
||||||
, psutil
|
, psutil
|
||||||
, setuptoolsTrial
|
, setuptools-trial
|
||||||
|
|
||||||
# passthru
|
# passthru
|
||||||
, nixosTests
|
, nixosTests
|
||||||
|
@ -36,7 +36,7 @@ buildPythonPackage (rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
setuptoolsTrial
|
setuptools-trial
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
|
@ -393,6 +393,7 @@ mapAliases ({
|
||||||
selectors34 = throw "selectors34 has been removed: functionality provided by Python itself; archived by upstream."; # added 2021-06-10
|
selectors34 = throw "selectors34 has been removed: functionality provided by Python itself; archived by upstream."; # added 2021-06-10
|
||||||
sequoia = throw "python3Packages.sequoia was replaced by pysequoia - built from a dedicated repository, with a new API."; # added 2023-06-24
|
sequoia = throw "python3Packages.sequoia was replaced by pysequoia - built from a dedicated repository, with a new API."; # added 2023-06-24
|
||||||
setuptools_scm = setuptools-scm; # added 2021-06-03
|
setuptools_scm = setuptools-scm; # added 2021-06-03
|
||||||
|
setuptoolsTrial = setuptools-trial; # added 2023-11-11
|
||||||
sharkiqpy = sharkiq; # added 2022-05-21
|
sharkiqpy = sharkiq; # added 2022-05-21
|
||||||
ssh-mitm = throw "ssh-mitm was removed in favor of the top-level ssh-mitm"; # added 2023-05-09
|
ssh-mitm = throw "ssh-mitm was removed in favor of the top-level ssh-mitm"; # added 2023-05-09
|
||||||
smart_open = smart-open; # added 2021-03-14
|
smart_open = smart-open; # added 2021-03-14
|
||||||
|
|
|
@ -12772,7 +12772,7 @@ self: super: with self; {
|
||||||
|
|
||||||
setuptools-scm-git-archive = callPackage ../development/python-modules/setuptools-scm-git-archive { };
|
setuptools-scm-git-archive = callPackage ../development/python-modules/setuptools-scm-git-archive { };
|
||||||
|
|
||||||
setuptoolsTrial = callPackage ../development/python-modules/setuptoolstrial { };
|
setuptools-trial = callPackage ../development/python-modules/setuptools-trial { };
|
||||||
|
|
||||||
seventeentrack = callPackage ../development/python-modules/seventeentrack { };
|
seventeentrack = callPackage ../development/python-modules/seventeentrack { };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue