Code: Select all
General Error
Error in posting
Code: Select all
General Error
Error in posting

Code: Select all
python 3.13 conflict trove-classifiers setuptools
python 3.13 conflict setuptools
python 3_13 conflict setuptools
python conflict setuptools



Code: Select all
dev-python/trove-classifiers:0
(dev-python/trove-classifiers-2025.4.11.15:0/0::gentoo, ebuild scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_13 (-pypy3_11) -python3_11 -python3_12 (-python3_13t)" pulled in by
>=dev-python/trove-classifiers-2024.10.16[python_targets_pypy3_11(-)?,python_targets_python3_13t(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] required by (dev-python/setuptools-78.1.0:0/0::gentoo, ebuild scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_13 (-pypy3_11) -python3_11 -python3_12 (-python3_13t)"
(dev-python/trove-classifiers-2025.3.19.19-1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_12 -pypy3 (-pypy3_11) -python3_10 -python3_11 -python3_13 (-python3_13t)" pulled in by
>=dev-python/trove-classifiers-2024.10.16[python_targets_pypy3_11(-)?,python_targets_python3_13t(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] required by (dev-python/setuptools-78.1.0-1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_12 -pypy3 (-pypy3_11) -python3_10 -python3_11 -python3_13 (-python3_13t)"
dev-python/trove-classifiers[python_targets_pypy3_11(-)?,python_targets_python3_13t(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] required by (dev-python/hatchling-1.27.0-1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_12 -pypy3 -python3_10 -python3_11 -python3_13 (-python3_13t)"Code: Select all
required by (dev-python/hatchling-1.27.0-1:0/0::gentooThanks, but, have a look at the emerge -avuDU @world full output : emerge wants also to rebuild dev-python/hatchling for the python3_13 update.NeddySeagoon wrote: You need an older version of dev-python/trove-classifiers to supportCode: Select all
required by (dev-python/hatchling-1.27.0-1:0/0::gentoo
Code: Select all
[ebuild R ] dev-python/hatchling-1.27.0::gentoo USE="-test" PYTHON_TARGETS="python3_13* (-pypy3_11) -python3_11 -python3_12* (-python3_13t) (-pypy3%) (-python3_10%)" 0 KiB
It is dev-build/scons holding up the upgrade as it should be rebuilt but isn't.netfab wrote:Thanks, but, have a look at the emerge -avuDU @world full output
Wow. Thank you for the explanation. I found another way : on my system x11-misc/slim-9999 is installed, it pulls-in dev-vcs/subversion that pulls-in net-libs/serf that pulls-in dev-build/scons.grknight wrote:It is dev-build/scons holding up the upgrade as it should be rebuilt but isn't.netfab wrote:Thanks, but, have a look at the emerge -avuDU @world full output
This is cascaded from net-libs/serf which isn't marked ready for python 3.13 (oh joy python-any-r1 problems again!).
Add "dev-build/scons python_targets_python3_12" to package.use to help this along (will require its deps to also be added the same way).