jarun / homebrew-imgp

Homebrew "tap" for imgp
7 stars 0 forks source link

The imgp formula uses invalid syntax #1

Closed RobertAudi closed 6 years ago

RobertAudi commented 6 years ago
$ brew install "jarun/imgp/imgp"
==> Tapping jarun/imgp
Cloning into '/usr/local/Homebrew/Library/Taps/jarun/homebrew-imgp'...
remote: Counting objects: 4, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 0), reused 3 (delta 0), pack-reused 0
Receiving objects: 100% (4/4), done.
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/jarun/homebrew-imgp/imgp.rb
imgp: Unsupported special dependency :python3
Error: Cannot tap jarun/imgp: invalid syntax in tap!

Homebrew version:

$ brew --version
Homebrew 1.7.1-236-g2141ce3
Homebrew/homebrew-core (git revision 80c92; last commit 2018-08-14)
jarun commented 6 years ago

@zmwangx can you please check this?

zmwangx commented 6 years ago

:python3 => "python3"

jarun commented 6 years ago

Pushed already! ;)

RobertAudi commented 6 years ago

That was fast 😁 👏 Thanks a lot!

jarun commented 6 years ago

@RobertAudi please test it and confirm.

jarun commented 6 years ago

In fact you have to test 5073e03737f2515f70ed24a43b26890e6fba2adc. I made a mistake earlier.

RobertAudi commented 6 years ago

I've spoken too fast :confounded: Still doesn't work for me:

$ brew install jarun/imgp/imgp
==> Tapping jarun/imgp
Cloning into '/usr/local/Homebrew/Library/Taps/jarun/homebrew-imgp'...
remote: Counting objects: 4, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 0), reused 3 (delta 0), pack-reused 0
Receiving objects: 100% (4/4), done.
Tapped 1 formula (23 files, 8.7KB).
==> Installing imgp from jarun/imgp
==> Downloading https://github.com/jarun/imgp/archive/v2.4.1.tar.gz
==> Downloading from https://codeload.github.com/jarun/imgp/tar.gz/v2.4.1
######################################################################## 100.0%
Error: SHA256 mismatch
Expected: 6f810104f80f23c1c0967e156921b971947e902d6809c5dae2885777c996eae0
Actual: 5679ba127b4ea74a2ef4caf0749b67392ea02f0fe73bdc828b1cb24b2d191e07
Archive: /Users/rob/Library/Caches/Homebrew/imgp--2.4.1.tar.gz
To retry an incomplete download, remove the file above.
jarun commented 6 years ago

That's because I haven't updated to the latest release yet. Please wait for a while for the fix.

RobertAudi commented 6 years ago

I'm not in a hurry! Thanks a lot for your time 👍 If I can help with anything don't hesitate to ping me.

jarun commented 6 years ago

Test the latest head c917973ca8161685ae23025f59faa73a5d3e479b.

RobertAudi commented 6 years ago

It works! 👏

jarun commented 6 years ago

Awesome! Thanks for the defect report.

RobertAudi commented 6 years ago

My pleasure :slightly_smiling_face: