2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-04 00:10:58 -06:00
repo/extra/python-setuptools/build

12 lines
Plaintext
Raw Normal View History

2019-06-27 01:31:12 -06:00
#!/bin/sh -e
2019-06-27 02:13:22 -06:00
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
2019-06-27 01:31:12 -06:00
python3 bootstrap.py
python3 setup.py build
python3 setup.py install \
--prefix=/usr \
--root="$1" \
--optimize=1 \
--skip-build