Files
MINGW-packages/mingw-w64-python3-sphinx/sphinx3-i686.install
peterbudai@hotmail.com 570c36254f python-sphinx: Update to 2.0.1
Separating python2 (stayed at 1.8.5) and python3 (updated to 2.0.1)
Added check()
Added sphinxcontrib* sub-packages which were recently separated
Revised dependencies
2019-05-04 10:11:34 +02:00

15 lines
278 B
Plaintext

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