aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-06-26 12:13:30 +0200
committerDanilo M. <danix@danix.xyz>2026-06-26 12:13:30 +0200
commit4a05adcb0f6ee2f1ba7f3be5be4019f29b70ea6f (patch)
tree30d5adeb818c2507147d79f26bab98c7866d73ba /README.md
parent9f73d3ab872340cdada91a451e5be2702187d18b (diff)
downloadmkwheels-4a05adcb0f6ee2f1ba7f3be5be4019f29b70ea6f.tar.gz
mkwheels-4a05adcb0f6ee2f1ba7f3be5be4019f29b70ea6f.zip
mkwheels: document selftest in README
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index a485a11..499a6cc 100644
--- a/README.md
+++ b/README.md
@@ -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>.