summarylogtreecommitdiffstats
path: root/python-jiuwenswarm.install
AgeCommit message (Collapse)Author
8 daysfeat: bundle native TUI built from source via Bunenihcam
- Add git+https source for upstream tag JiuwenSwarm0.2.2 - Build TUI TypeScript with bun --compile (no Linux wheel upstream) - Build TUI Python wrapper wheel and install last to overwrite CLI dispatcher entry point with the real launcher - New makedepends: bun, nodejs, python-build (git was implicit before) - Add icu to depends (TUI native binary needs libicui18n/libicuuc/libicudata) - Add python-charset-normalizer, python-dotenv, python-requests, python-urllib3 to depends (transitive runtime imports namcap detected) - Switch arch from 'any' to 'x86_64' (TUI native binary is arch-specific) - Remove jiuwensworm-tui from optdepends (now bundled) - pkgrel: 2 -> 3
8 daysfix: drop vendor SDK deps, rename uvicorn/faiss-cpu prefix, add .install hookenihcam