conda-forge / conda-forge.github.io

The conda-forge website.
https://conda-forge.org
BSD 3-Clause "New" or "Revised" License
132 stars 277 forks source link

How do we add a hint about a package rename? #2284

Closed hmaarrfk closed 2 months ago

hmaarrfk commented 2 months ago

Your question:

It seems that the coinor maintainers prefer the spelling

coin-or-cbc

instead of

coincbc

Is there a way to add a hint for this, in the same way that we have matplotlib -> matplotlib-base?

Trying to address some symptoms: https://github.com/conda-forge/conda-forge-pinning-feedstock/pull/6369

hmaarrfk commented 2 months ago

https://github.com/conda-forge/coin-or-cbc-feedstock/pull/26

jaimergp commented 2 months ago

Probably here https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/main/recipe/linter_hints/hints.toml

isuruf commented 2 months ago

It's at https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/main/recipe/linter_hints/hints.toml

hmaarrfk commented 2 months ago

Thanks!