Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ is a symlink to `../../src`, so editing `src/` updates the PyScript gallery too.
`github.com/PyDevices/{palettes,pdwidgets}` into a writable dir and put their
`src` dirs on the venv path (e.g. a `*.pth` in `.venv/lib/*/site-packages`
listing `<repo>/palettes/src` and `<repo>/pdwidgets/src`, or `PYTHONPATH`).
Quick setup: `bash scripts/setup_sibling_repos.sh` (clones, applies
`patches/{palettes,pdwidgets}/`, writes `.pth` files). The example harness
(`tools/sibling_repos.py`) auto-discovers the same paths for matrix runs.
Quick setup: `bash scripts/setup_sibling_repos.sh` (clones current `main` and
writes `.pth` files). The example harness (`tools/sibling_repos.py`) auto-discovers
the same paths for matrix runs.
`pdwidgets` also needs pydisplay's `src/lib` on path (the example harness adds it).
- Cross-runtime binaries: `micropython`/`circuitpython` resolve via `PATH` →
`~/bin` → committed `repo:bin/` (see `bin/README.md`), so the matrix runs those
Expand Down
23 changes: 0 additions & 23 deletions patches/palettes/PR_BODY.md

This file was deleted.

14 changes: 0 additions & 14 deletions patches/palettes/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions patches/palettes/micropython-zip-strict.patch

This file was deleted.

19 changes: 0 additions & 19 deletions patches/pdwidgets/PR_BODY.md

This file was deleted.

24 changes: 0 additions & 24 deletions patches/pdwidgets/README.md

This file was deleted.

Loading