diff options
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -38,6 +38,11 @@ Run `mkwheels <pkg> <ver>`, upload the tarball to your package host, and set `DOWNLOAD_x86_64` / `MD5SUM_x86_64` in the SlackBuild `.info` to point at it. The SlackBuild then `pip install --no-index --find-links=<wheels>` into a venv. +## Test + +`./selftest` builds `six` twice with a fixed epoch and asserts the two wheels +tarballs are byte-identical. Run it after changing the tar/packing logic. + ## License GPLv2 (v2-only). See `LICENSE`. Copyright (C) 2026 Danilo M. <danix@danix.xyz>. |
