cschwan / sage-on-gentoo

(Unofficial) Gentoo Overlay for Sage- and Sage-related ebuilds
84 stars 26 forks source link

downgrade of sphinx #565

Closed zx2c4 closed 4 years ago

zx2c4 commented 4 years ago

sage wants to downgrade sphinx:

[ebuild     UD ] dev-python/sphinx-1.8.5::sage-on-gentoo [2.0.1::gentoo] USE="-doc -latex -net% -test" PYTHON_TARGETS="python2_7%* python3_6 -pypy3 -python3_7 (-python3_8%)" 5,622 KiB

image

This obviously isn't ideal.

kiwifb commented 4 years ago

Nope. I changed the way I expressed the dependency to that version of sphinx and I don't like the result. Portage shouldn't upgrade you to sphinx-2.x in the first place. I have to fix that.

kiwifb commented 4 years ago

Could use a second opinion there. The ebuild already has

    >=dev-python/sphinx-1.8.5[${PYTHON_USEDEP}]
    <dev-python/sphinx-2.0.0

in RDEPEND. Why is portage upgrading sphinx to 2.0.1 at all?

kiwifb commented 4 years ago

It actually behaves properly on my system now.