2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 08:22:28 +00:00
repo/extra/python-setuptools/build
2019-06-27 12:08:36 +03:00

14 lines
245 B
Bash
Executable File

#!/bin/sh -e
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
python3 bootstrap.py
python3 setup.py build
python3 setup.py install \
--prefix=/usr \
--root="$1" \
--optimize=1 \
--skip-build
rm -f "$1/usr/bin/easy_install"*