Files
MINGW-packages/mingw-w64-python-setuptools/setuptools2-i686.install
J. Peter Mugaas b5af5f94fe python-setuptools - 40.6.2 - (#4646)
* python-setuptools - 40.6.2 -
Update to new version
fix easy-install script
fix some dependencies that are listed in requirements.txt including certifi and winse

* Make wincertstore and certifi optdepends for the individual packages.  You should still use those two packages to make setuptools.
2018-11-16 15:09:32 +10:00

15 lines
245 B
Plaintext

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