Am 14.04.25 um 10:27 schrieb Piotr Smyrak:
On Mon, 14 Apr 2025 13:59:26 +0900
Tatsuki Makino <tatsuki_mak...@hotmail.com> wrote:
Even if that's swapped out for devel/py-wheel044 , something else
might require devel/py-wheel, so it's not possible to install/update
everything at once with something like portmaster :)
In such cases what helps is:
pkg delete --force devel/py-wheel
It will delete the package without deleting upper packages that
registered it as a dependency. The removal will allow portmaster to
substitute the deleted copy with a new installment.
I for myself use the following to switch between the py-wheel versions:
portmaster -o devel/py-wheel044 py311-wheel-0.45.1
portmaster devel/py-setuptools
portmaster -o devel/py-wheel py311-wheel044-0.44.0
portmaster -a ...