mirror of
https://github.com/httpie/cli.git
synced 2024-11-25 01:03:27 +01:00
Brew cleanup
This commit is contained in:
parent
42ff243400
commit
69d010a11b
7
Makefile
7
Makefile
@ -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
|
||||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user