Open nichmor opened 5 months ago
This would indeed be great!
Something like this?:
conda-pypi-map = { "conda-forge" = {patch = { boltons_py = "boltons"}}
This would indeed be great!
Something like this?:
conda-pypi-map = { "conda-forge" = {patch = { boltons_py = "boltons"}}
yeah! In this case we can also configure channel-specific settings
conda-pypi-map = { "conda-forge" = { "url": "https://example.com/mapping", "overwrite": false}
As in "extra_url" you mean?
Problem description
Right now users can specify their own mapping by this:
based on the discussion with @tdejager it would be nice to have the ability to patch mapping, just by adding a name or fixing an existing one, without entire overwriting of it.