-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git-imerge 1.2.0 #61745
git-imerge 1.2.0 #61745
Conversation
@chenrui333 any progress on #61471? If not, it's fine to continue here. |
Co-authored-by: Rylan Polster <[email protected]>
I've squashed my commit cc @Rylan12 |
looks like the build is still failing? cc @mochadwi
|
Is this a problem with |
That error looks like there is no |
Looks like the library author has some improvement in installation process, will modify this later |
|
That's right. I've edit it to use |
I think we need to do def install
system Formula["[email protected]"].opt_bin/"python3", "setup.py", "install",
"--prefix=#{prefix}",
"--single-version-externally-managed",
"--record=installed.txt"
end Also |
You'll likely want to look into using If that doesn't work you'll probably need to use something like: system Formula["[email protected]"].opt_bin/"python3", *Language::Python.setup_install_args(libexec) Off the top of my head, I think you can use the I'd also recommend switching to using the PyPI URL (in this case, https://files.pythonhosted.org/packages/be/f6/ea97fb920d7c3469e4817cfbf9202db98b4a4cdf71d8740e274af57d728c/git-imerge-1.2.0.tar.gz). That way, |
It fails when try to installing in my end: mhagger/git-imerge#153 Any ideas to support this |
You can install completions to the |
also doesn't works, any ideas to configure bash completion inside |
came accross this approach: https://discourse.brew.sh/t/conditional-depends-on-on-formulae/1943/4 does it still relevant in the latest homebrew version using |
Yes, One example is the homebrew-core/Formula/velero.rb Lines 28 to 34 in b80fdc6
|
mhagger/git-imerge#176 the author now skip the |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Close in favor of #66058 |
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>
)?