python-wheel-build / fromager

Build your own wheels
https://pypi.org/project/fromager/
Apache License 2.0
3 stars 9 forks source link

look up constraints using their canonical name #209

Closed dhellmann closed 1 month ago

dhellmann commented 1 month ago

Authors of requirements and constraints files are not consistent in how they capitalize or punctuate the package names. Convert the names to their canonical forms in the dictionary and when we try to look up a package so the names will match more often. Change the API of Constraints.get_constraint() to only take a name so we can do the lookup more consistently.

dhellmann commented 1 month ago

@Mergifyio rebase

mergify[bot] commented 1 month ago

rebase

✅ Branch has been successfully rebased