repo/extra/python-wheel/build

9 lines
182 B
Plaintext
Raw Permalink Normal View History

2023-12-28 01:26:17 +00:00
#!/bin/sh -e
patch -p1 < use-system-packaging.patch
rm -rf src/wheel/vendored
gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2
python -m installer -d "$1" .dist/*.whl