From 26a941b38a8dff44fc8a0725e114bcd0338ef95d Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Wed, 21 Aug 2024 16:37:26 -0500 Subject: [PATCH] feat: remove build to python-build --- conda_forge_tick/make_migrators.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/conda_forge_tick/make_migrators.py b/conda_forge_tick/make_migrators.py index 0b687b42d..43c28071d 100644 --- a/conda_forge_tick/make_migrators.py +++ b/conda_forge_tick/make_migrators.py @@ -706,15 +706,6 @@ def initialize_migrators( add_arch_migrate(migrators, gx) - add_replacement_migrator( - migrators, - gx, - cast("PackageName", "build"), - cast("PackageName", "python-build"), - "The conda package name 'build' is deprecated " - "and too generic. Use 'python-build' instead.", - ) - add_replacement_migrator( migrators, gx,