Brew cleanup

This commit is contained in:
Jakub Roztocil 2019-02-03 15:08:29 +01:00
parent 42ff243400
commit 69d010a11b
2 changed files with 8 additions and 7 deletions

View File

@ -140,12 +140,11 @@ pdf:
############################################################################### ###############################################################################
# Utils # Homebrew
############################################################################### ###############################################################################
brew-deps:
brew-vars: extras/brew-deps.py
extras/get-homebrew-formula-vars.py
brew-test: brew-test:
- brew uninstall httpie - brew uninstall httpie

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
""" """
Generate URLs and file hashes to be included in the Homebrew formula Generate Ruby code with URLs and file hashes for packages from PyPi
after a new release of HTTPie has been published on PyPi. (i.e., httpie itself as well as its dependencies) to be included
in the Homebrew formula after a new release of HTTPie has been published
on PyPi.
https://github.com/Homebrew/homebrew-core/blob/master/Formula/httpie.rb <https://github.com/Homebrew/homebrew-core/blob/master/Formula/httpie.rb>
""" """
import hashlib import hashlib