Conversation
Rylan12
left a comment
There was a problem hiding this comment.
We should definitely try to transfer to the PyPI source so that issues like this can (hopefully) be avoided in the future. Especially for these formulae with huge numbers of resources.
|
Yep, sorry for not waiting for feedback on this one. However, the user who reported the bug confirmed that this fixed it, so I figured it was safe to merge. I thought about fixing the install block to work with the PyPI URL, but:
|
|
Followed up on the PyPI URL migration here: Azure/azure-cli#16388 |
|
No worries. I was going to trigger the merge after I approved anyway. I wouldn't worry at all about breaking their CI. We should do what's best for Homebrew. If their stuff doesn't work, we can just fix the branch manually or close and open our own PR. |
Bug report: Homebrew/brew#10152 (comment)
I tried switching the URL to PyPI and using
update-python-resourcesto update everything, but that lead to a build failure. Theinstallblock probably needs to be updated first before that works. In the meantime, this should at least fix the reported problem.brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingbrew install <formula>)?