mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 10:22:54 +08:00
python3Packages.setuptoolsCheckHook: move to aliases
This had already been removed and should be an alias now.
(cherry picked from commit 38002286d7)
This commit is contained in:
committed by
github-actions[bot]
parent
4ec6c212b5
commit
91e131cd0d
@@ -422,8 +422,6 @@ in
|
||||
} ./setuptools-build-hook.sh
|
||||
) { };
|
||||
|
||||
setuptoolsCheckHook = throw "The setuptoolsCheckHook has been removed, since the test command has been removed in setuptools 72.0";
|
||||
|
||||
setuptoolsRustBuildHook = callPackage (
|
||||
{ makePythonHook, setuptools-rust }:
|
||||
makePythonHook {
|
||||
|
||||
@@ -707,6 +707,7 @@ mapAliases ({
|
||||
sequoia = throw "python3Packages.sequoia was replaced by pysequoia - built from a dedicated repository, with a new API."; # added 2023-06-24
|
||||
setuptools_dso = setuptools-dso; # added 2024-03-03
|
||||
setuptools_scm = setuptools-scm; # added 2021-06-03
|
||||
setuptoolsCheckHook = throw "The setuptoolsCheckHook has been removed, since the test command has been removed in setuptools 72.0."; # added 2024-08-06
|
||||
setuptoolsTrial = setuptools-trial; # added 2023-11-11
|
||||
sharkiqpy = sharkiq; # added 2022-05-21
|
||||
shouldbe = throw "shouldbe was removed, because it was disabled on all python version since 3.8 and last updated in 2019."; # added 2024-05-12
|
||||
|
||||
Reference in New Issue
Block a user