From 79ea3b45909905909737f130a7427633c2144be1 Mon Sep 17 00:00:00 2001 From: Pi ISO Developer Date: Wed, 17 Jun 2026 14:56:38 +0200 Subject: [PATCH] build(iso): drop py311-only extras from Python 3.12 lane --- BUILD.md | 10 +++++----- README.md | 2 +- TESTING.md | 4 ++-- firstboot/shell-deploy.sh | 2 +- packages/pkg-list-disk-install-extras.txt | 3 +-- packages/pkg-list-host.txt | 3 --- packages/pkg-list-live-operator.txt | 1 - 7 files changed, 10 insertions(+), 15 deletions(-) diff --git a/BUILD.md b/BUILD.md index f1753f6..093a00e 100644 --- a/BUILD.md +++ b/BUILD.md @@ -456,7 +456,7 @@ installed onto the live rootfs. **Two distinct categories live in the same file** with the same code path (fetched, not installed on live), but different long-term homes: -1. **Desktop-spin leftovers** (telegram-desktop, mpv, abiword, gnumeric, +1. **Desktop-spin leftovers** (telegram-desktop, mpv, abiword, simplescreenrecorder, …). Inherited from the earlier all-in-one desktop image. Don't match the operator-USB role. **Long-term home: disk-install only.** Not returning to the live USB. @@ -483,7 +483,6 @@ disk-install consumer still needs to install | ---------------------- | ------------------------------------------------------ | -----------------------------: | -------------: | ----------------- | | `blender` | Parametric 3D modelling + Python `bpy` skill substrate | (large; measure on next image) | (large) | roadmap-essential | | `telegram-desktop` | Messaging | 52.08 MiB | 236.90 MiB | leftover | -| `gnumeric` | Spreadsheet | 13.14 MiB | 45.91 MiB | leftover | | `abiword` | Word processor | 4.75 MiB | 21.60 MiB | leftover | | `mpv` | Media player | 1.60 MiB | 6.96 MiB | leftover | | `simplescreenrecorder` | Screen/audio capture | 1.31 MiB | 3.83 MiB | leftover | @@ -515,7 +514,6 @@ dependencies from desktop applications, not an installer direction: | `telegram-desktop` | `qt6-declarative`, `qt6-wayland`, `qt6-svg`, `qt6-lottie`, `kf6-*`, **`pipewire`** | | `simplescreenrecorder` | **`pulseaudio`**, **`pipewire`**, `qt6-base`, `ffmpeg` | | `mpv` | `ffmpeg`, `libplacebo`, `mesa-libs`, `wayland`, `vulkan-loader` | -| `gnumeric` | `python312`, `py312-pygobject`, `goffice` | | `abiword` | `goffice`, `libgsf`, `wv` | `simplescreenrecorder` is the worst offender — a single niche tool drags @@ -560,8 +558,10 @@ Listed for completeness so the lean/full split stays honest: - **Networking:** `tailscale`, `networkmgr`, `wifi-firmware-kmod`, `FreeBSD-fwget`. - **Jails:** `bastille`. -- **Operator diagnostics (tmux screenshot skill):** `tmux`, `screen`, - `mc`, `zip`, `unzip`, `7-zip`, `python312`, `py312-pillow`, `dejavu`. +- **Operator diagnostics:** `tmux`, `screen`, `mc`, `zip`, `unzip`, + `7-zip`, `python312`, `dejavu`. Python package-flavored extras such as + Pillow stay out of pkg lists until FreeBSD quarterly publishes Python 3.12 + flavors. - **Xorg base:** `xorg-minimal`, `xkeyboard-config`, `xkbcomp`, `xf86-input-libinput`, `xf86-video-scfb`, `xf86-video-intel`, `xf86-video-amdgpu`, `xf86-video-ati`, `drm-kmod`, diff --git a/README.md b/README.md index 522cc33..007b8d1 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ and allocated size; write the logical image to a USB key large enough for it. tailscale version firefox tmux -V - python3 -c "import PIL; print(PIL.__version__)" + python3 --version bastille --help mdo -u root bastille --help test -f /usr/local/share/fonts/dejavu/DejaVuSansMono.ttf diff --git a/TESTING.md b/TESTING.md index b63e794..b5a1199 100644 --- a/TESTING.md +++ b/TESTING.md @@ -523,7 +523,7 @@ command -v pi pi --help tailscale version tmux -V -python3 -c "import PIL; print(PIL.__version__)" +python3 --version bastille --help mdo -u root bastille --help ``` @@ -1087,7 +1087,7 @@ Mark the image good only when all of these are true: - [ ] `pi --help` works - [ ] `tailscale version` works - [ ] `tmux -V` works -- [ ] `python3 -c "import PIL; print(PIL.__version__)"` works +- [ ] `python3 --version` reports Python 3.12 - [ ] `bastille --help` works - [ ] `sudo` is absent from the live image - [ ] no stale-label confusion remains on the flashed USB stick diff --git a/firstboot/shell-deploy.sh b/firstboot/shell-deploy.sh index a6d588d..fb71390 100755 --- a/firstboot/shell-deploy.sh +++ b/firstboot/shell-deploy.sh @@ -578,7 +578,7 @@ clawdie_shell_deploy_verify() { log_msg "[deploy] ✓ Aider available" fi else - log_msg "[deploy] ⚠ Aider CLI not found (py312-aider_chat missing)" + log_msg "[deploy] ⚠ Aider CLI not found (Aider venv setup missing)" fi return $failed diff --git a/packages/pkg-list-disk-install-extras.txt b/packages/pkg-list-disk-install-extras.txt index e5ed5ac..67efa5d 100644 --- a/packages/pkg-list-disk-install-extras.txt +++ b/packages/pkg-list-disk-install-extras.txt @@ -4,7 +4,7 @@ # Two categories live here. They share the same code path (fetched to the # offline repo, not installed on live) but have different long-term homes: # -# 1. Desktop-spin leftovers (telegram-desktop, mpv, abiword, gnumeric, ...). +# 1. Desktop-spin leftovers (telegram-desktop, mpv, abiword, ...). # Long-term home: disk-install only. Not coming back to the live USB. # # 2. Roadmap-essential, deferred for stabilization (blender). First-class @@ -31,7 +31,6 @@ zed-editor telegram-desktop epdfview abiword -gnumeric antiword catdoc xls2txt diff --git a/packages/pkg-list-host.txt b/packages/pkg-list-host.txt index 8d9d6b3..db970c3 100644 --- a/packages/pkg-list-host.txt +++ b/packages/pkg-list-host.txt @@ -15,8 +15,6 @@ codex # Python / tooling python312 -py312-pip -py312-aider_chat just uv ripgrep @@ -35,7 +33,6 @@ postgresql18-client dnsmasq # Media / fonts -py312-pillow dejavu # Wayland display stack (desktop installs) diff --git a/packages/pkg-list-live-operator.txt b/packages/pkg-list-live-operator.txt index d54445b..f47c8b7 100644 --- a/packages/pkg-list-live-operator.txt +++ b/packages/pkg-list-live-operator.txt @@ -66,7 +66,6 @@ unzip 7-zip bitchx python312 -py312-pillow dejavu # Hardware introspection. FreeBSD base already provides pciconf(8), # usbconfig(8), devinfo(8), and kldstat(8); add a few extra probes that