Files
MINGW-packages/mingw-w64-python-tox/tox2-x86_64.install
J. Peter Mugaas c1c2e6d127 python-tox - 3.5.3 (#4618)
Add dependency on python-filelock and python-toml
add commented code for tests (those hang)
Make sure tox .exe's will run from MSYS command line.
2018-11-03 20:00:18 +03:00

15 lines
236 B
Plaintext

post_install() {
cd mingw64
local _prefix=$(pwd -W)
cd -
local _it
for _it in tox2 tox2-quickstart; do
sed -e "s|/mingw64|${_prefix}|g" \
-i mingw64/bin/${_it}-script.py
done
}
post_upgrade() {
post_install
}