|
CoolProp
|
Test script to compare wheel contents between old setup.py and new scikit-build-core builds. This script: 1. Builds a wheel using the old setup.py approach 2. Builds a wheel using the new scikit-build-core approach 3. Extracts and compares the contents 4. Reports any differences 5. Exits with code 0 if identical, 1 if different
Functions | |
| def | run_command |
| def | build_old_wheel |
| def | build_new_wheel |
| def | extract_wheel |
| def | compare_file_contents |
| def | compare_wheels |
| def | main () |
Variables | |
| REPO_ROOT = Path(__file__).parent.parent.absolute() | |
1.8.13