Matthew R. Becker

Results 684 comments of Matthew R. Becker

So grayskull doesn't pull from the bot data for these maps anymore. It maintains its own list of differences. They may have come from the bot at one time, but...

The data used by depfinder is now wrapped into this package: https://github.com/regro/conda-forge-metadata Here is how to use it ``` from conda_forge_metadata.autotick_bot import map_import_to_package def test_map_import_to_package(): assert map_import_to_package("numpy") == "numpy" assert...

Am I following correctly that unless this setuptools issue (https://github.com/pypa/setuptools/issues/2491) is addressed, once pip 23.3 lands there will be no way to pass extra options through pip to setuptools?

In the bot or grayskull? In the bot it is here https://github.com/regro/cf-scripts/blob/master/conda_forge_tick/update_deps.py#L333. You'll have to extract a test case by hand since the current code paths use bot data structures.

This function might be easier: https://github.com/regro/cf-scripts/blob/master/conda_forge_tick/update_deps.py#L282

I doubt this is a one-off case and I think this is a blocker for the release. My worry is about the conda-build test suite. How did this bug leak...

I did more digging here: - You have to run conda-smithy very carefully in order to not use the global conda-forge conda-build config. - I made a bug fix here:...

Thanks @kenodegard! Yes I agree with what you are saying above. Here is my suggestion for how to proceed: - I merged the pinning update PR above. - Once that...

The commits here need to be rebased onto main I think.

ok @rmjarvis This giant PR is ready for review. I can break it up into smaller PRs if that would help. My hope is that with this PR, we can...