Files
MINGW-packages/mingw-w64-python-cachecontrol/cachecontrol3-x86_64.install
J. Peter Mugaas 63b8af532e python-pip - retry comit (#4379)
python-pip - fix startup.  Build with dependencies on libraries so they can be updated easily.
python-cachecontrol - 0.12.5 - new package - required by pip
python-distlib - 0.2.3 - new package - required by pip.  Note that I was unable to recompile the launchers in this so I use the ones from they provide
python-lockfile - 0.12.2 - new package required by pip
python-progress - 1.4 - rebuild - required for python-pip
python-pytoml - 0.1.18 - new package - required for python-pip
2018-09-08 22:00:12 +03:00

15 lines
227 B
Plaintext

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