diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-26 12:13:30 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-26 12:13:30 +0200 |
| commit | 4a05adcb0f6ee2f1ba7f3be5be4019f29b70ea6f (patch) | |
| tree | 30d5adeb818c2507147d79f26bab98c7866d73ba | |
| parent | 9f73d3ab872340cdada91a451e5be2702187d18b (diff) | |
| download | mkwheels-4a05adcb0f6ee2f1ba7f3be5be4019f29b70ea6f.tar.gz mkwheels-4a05adcb0f6ee2f1ba7f3be5be4019f29b70ea6f.zip | |
mkwheels: document selftest in README
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
| -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>. |
