mingw-w64-python-hyphothesis - 3.76.0 - Update to latest version mingw-w64-ptyhon-jupyter-lient - 5.4 - Update to latest version mingw-w64-python-upyter-core - 4.4 - fix startup script files to run from MSYS2 prompt mingw-w64-python-path - 11/5 - Update to latest version, fix dependencies to match Archlinux omgw=w64=[u[arsomg - 2.2.1 - Update to latest version, rework to conform to pattern I established to facilitate tests mingw-w64-python2-importlib_resources 1.0.1 - New package required by python-importlib-metadata mingw-w64-python-importlib-metadata - 0.6 - new package required by python-path mingw-w64-python-jupyter-console - devide into separate PKGBUIL's so python2 version is 5.2.0 and python3 version is 6.0.0 - An upgrade - Jupyter-console is dropping python2 in latest version
15 lines
262 B
Plaintext
15 lines
262 B
Plaintext
post_install() {
|
|
cd mingw32
|
|
local _prefix=$(pwd -W)
|
|
cd -
|
|
local _it
|
|
for _it in jupyter-run jupyter-kernel jupyter-kernelspec; do
|
|
sed -e "s|/mingw32|${_prefix}|g" \
|
|
-i mingw32/bin/${_it}-script2.py
|
|
done
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|