ArchiveBox/.github
Claude 82932812ae
Simplify deb/brew packages to thin wrappers around pip install
Remove all non-essential dependencies from both package formats.
The .deb now only depends on python3, pip, and venv. The brew
formula only depends on python@3.13. All other runtime deps
(node, chrome, yt-dlp, wget, ripgrep, etc.) are installed
on-demand by `archivebox install` at runtime.

Removed from brew formula:
- 6 depends_on entries (node, git, wget, curl, ripgrep, yt-dlp)
- on_linux block (pkg-config, openssl, libffi)
- post_install hook (was running archivebox install)
- service block (users run archivebox server directly)

Removed from .deb:
- 6 depends entries (nodejs, npm, git, wget, curl, ripgrep)
- recommends section (yt-dlp, ffmpeg, chromium)

Net: -126 lines across packaging files.

https://claude.ai/code/session_01Vx1EsNrNySgsc8Y67dGzCn
2026-03-15 03:56:39 +00:00
..
ISSUE_TEMPLATE Bump Python version requirement from 3.11 to 3.14 2025-12-27 00:30:27 +00:00
workflows Simplify deb/brew packages to thin wrappers around pip install 2026-03-15 03:56:39 +00:00
.readthedocs.yaml move readthedocs config into subdir 2024-11-12 22:10:00 -08:00
CODE_OF_CONDUCT.md fix coc email 2018-12-21 18:22:40 -05:00
CONTRIBUTING.md Update CONTRIBUTING.md 2021-01-13 05:55:46 -05:00
dependabot.yml Update dependabot.yml 2024-06-04 03:40:22 -07:00
FUNDING.yml add swag link to funding links 2025-03-20 15:51:20 -07:00
PULL_REQUEST_TEMPLATE.md Update PULL_REQUEST_TEMPLATE.md 2020-10-10 21:52:53 -04:00
SECURITY.md move security policy to github dir 2024-10-05 04:04:42 -07:00