mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 11:10:08 -07:00
9 lines
182 B
Bash
Executable File
9 lines
182 B
Bash
Executable File
#!/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
|