- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 13.2k
httptap 0.1.1 (new formula) #251034
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
httptap 0.1.1 (new formula) #251034
Conversation
| Thanks for contributing to Homebrew! 🎉 It looks like you're having trouble with a CI failure. See our contribution guide for help. You may be most interested in the section on dealing with CI failures. You can find the CI logs in the Checks tab of your pull request. | 
0b2c7bd    to
    1bff736      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a nice piece of software, but it currently does not meet the notability requirements for inclusion into Homebrew-core: https://docs.brew.sh/Acceptable-Formulae#niche-or-self-submitted-stuff. Not to mention it is too new (Homebrew requires new formulae to be available for at least 30 days before they can be included in the core repository).
Seems like people are interested in this software (judging how it got almost 30 stars in a few days). We will be glad to add it one month later (if it has enough stars/forks/watchers). For now you can create and maintain your own tap:
| 
 | 
| @daeho-ro these are different programs, just with the same name | 
| 🤦♂️ | 
| Adding 
  CI-skip-new-formulae
   | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new Homebrew formula for httptap version 0.1.0, a Python-based HTTP request visualizer with phase-by-phase timing breakdown. The formula installs the tool and its dependencies using Python's virtualenv.
Key changes:
- New formula implementing Python virtualenv installation for httptap 0.1.0
- Includes 14 Python package dependencies (anyio, certifi, dnspython, h11, h2, hpack, httpcore, httpx, hyperframe, idna, markdown-it-py, mdurl, pygments, rich, sniffio)
- Implements version checking via PyPI livecheck strategy and basic version test
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
a252466    to
    695cde3      
    Compare
  
    6d05f21    to
    146f66a      
    Compare
  
    146f66a    to
    5595629      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you cange commit message to httptap 0.1.1 (new formula)?
5b1821a    to
    6eb2418      
    Compare
  
    6eb2418    to
    a35a01f      
    Compare
  
    build(formula): switch to sdist and vendor Python resources for httptap Replace installation from a prebuilt wheel with installation from the source distribution and vendored Python resources. This enables Homebrew to create a virtualenv and install all declared dependencies reliably, improving reproducibility and auditability of the package. Also set a default SOURCE_DATE_EPOCH to ensure deterministic builds. The change adds explicit Python dependency resources and uses the virtualenv installer to manage them, replacing the previous pip-install-from-wheel approach and keeping the existing runtime test intact. build(formula): add wheel-based httptap formula using [email protected] Add a Homebrew formula that installs httptap from a prebuilt wheel via a Python 3.14 virtualenv. Switch from a source-based formula with numerous vendored Python resources to a simpler wheel-based install to reduce maintenance and dependency pinning while preserving the existing test coverage. This simplifies installation and improves determinism by relying on the published wheel and [email protected] runtime. build(formula): use virtualenv_install_with_resources and add rust dependency Replace manual virtualenv creation and pip_install_and_link with virtualenv_install_with_resources to streamline Python package installation and ensure resources are installed and linked correctly. Add rust as a build dependency to satisfy crates-backed wheels or build steps that require Rust. Retains the SOURCE_DATE_EPOCH setting for reproducible builds. f
a35a01f    to
    a56fce8      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thank you!
| All the checks have finally been successfully completed. | 
| 🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. | 
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?