Hi Marco,
Thanks for upgrading python related packages.
Could you fix bug in python-pip preremove?
/etc/preremove/python39-pip.sh (needs "#" before "Remove ...")
=====
Remove this package as pip3 alternative.
/usr/sbin/alternatives --remove pip3 /usr/bin/pip3.9
=====
python-pip-25.0.1-2.src
--- python-pip.cygport
+++ python-pip.cygport.new
@@ -81,7 +81,7 @@
for v in ${PYTHON_WHEEL_VERSIONS//:/ }
do
ver=$(echo ${v} | sed "s/\.//")
- echo " Remove this package as pip3 alternative.
+ echo "# Remove this package as pip3 alternative.
/usr/sbin/alternatives --remove pip3 /usr/bin/pip${v}
" > python${ver}-pip.sh
done
--
[email protected]
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation: https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple