forked from extern/httpie-cli
Brew cleanup
This commit is contained in:
parent
42ff243400
commit
69d010a11b
7
Makefile
7
Makefile
@ -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
|
Loading…
Reference in New Issue
Block a user