# Auto-generated by bin/build_brew.sh using homebrew-pypi-poet. # Users install with: brew tap archivebox/archivebox && brew install archivebox class Archivebox < Formula include Language::Python::Virtualenv desc "Self-hosted internet archiving solution" homepage "https://github.com/ArchiveBox/ArchiveBox" url "https://files.pythonhosted.org/packages/source/a/archivebox/archivebox-0.9.3.tar.gz" sha256 "" # auto-filled by bin/build_brew.sh license "MIT" head "https://github.com/ArchiveBox/ArchiveBox.git", branch: "dev" depends_on "python@3.13" # All other runtime deps (node, chrome, yt-dlp, etc.) are installed # on-demand by `archivebox install` and should NOT be declared here. # Python dependency resource blocks auto-generated by homebrew-pypi-poet # AUTOGENERATED_RESOURCES_START # AUTOGENERATED_RESOURCES_END def install virtualenv_install_with_resources end test do assert_match version.to_s, shell_output("#{bin}/archivebox version") end end