Files
MINGW-packages/mingw-w64-python-tox/tox3-i686.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
234 B
Plaintext

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