1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00

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
+3 -4
View File
@@ -140,12 +140,11 @@ pdf:
###############################################################################
# Utils
# Homebrew
###############################################################################
brew-vars:
extras/get-homebrew-formula-vars.py
brew-deps:
extras/brew-deps.py
brew-test:
- brew uninstall httpie
@@ -1,9 +1,11 @@
#!/usr/bin/env python3
"""
Generate URLs and file hashes to be included in the Homebrew formula
after a new release of HTTPie has been published on PyPi.
Generate Ruby code with URLs and file hashes for packages from 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