conda-forge / conda-smithy

The tool for managing conda-forge feedstocks.
https://conda-forge.org/
BSD 3-Clause "New" or "Revised" License
149 stars 176 forks source link

Flawed conda-forge-only meta.yaml lint #1 (already-exists lint): Multiple PyPI sources #1905

Open ytausch opened 6 months ago

ytausch commented 6 months ago

Comment:

This lint may behave unexpectedly if a conda recipe specifies multiple URL sources starting with a https://pypi.io prefix since only the last one is considered.

https://github.com/conda-forge/conda-smithy/blob/c8f2b20aaaecdebe3a4fc34faff5a5094ed9a8ce/conda_smithy/lint_recipe.py#L910-L930