Add uv tool support to brew bundle#21614
Conversation
0ac4775 to
c6f445d
Compare
MikeMcQuaid
left a comment
There was a problem hiding this comment.
Great work so far! One question.
If you can be bothered @shaanmajid I'd also love to see a follow-up that tries to DRY things up a bit between types so we don't need quite so many changes for other tools like uv in future where we're running a single command.
This could be e.g. combining _checker/_dumper/_installer classes, providing some helpers in cmd/bundle.rb, etc.
Happy to do this in a follow-up PR :) |
2baa82f to
596bccc
Compare
596bccc to
3636cb5
Compare
@shaanmajid looking forward to it! |
brew lgtm(style, typechecking and tests) with your changes locally?Closes #21579
Summary
uvas a new package type forbrew bundle, supportingdump,install,check, andlist--withrequirements:This keeps the MVP focused. Version specifier support can be added in a follow-up.