Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 729618 - dev-vcs/hg-evolve: Please drop python2_7
Summary: dev-vcs/hg-evolve: Please drop python2_7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Cédric Krier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 722762
  Show dependency tree
 
Reported: 2020-06-25 13:26 UTC by Andreas Sturmlechner
Modified: 2020-09-21 12:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2020-06-25 13:26:28 UTC
It has no reverse dependencies so there is no good reason to still have it.

Blocking python2_7 cleanup in mercurial.
Comment 1 Cédric Krier gentoo-dev 2020-06-25 14:51:54 UTC
Mercurial supports of Python3 is quite new and may still have few bugs (like https://bz.mercurial-scm.org/show_bug.cgi?id=6356)
So I prefer to keep it for now to allow users to fallback to python2 version in case of trouble.
Comment 2 Andreas Sturmlechner gentoo-dev 2020-06-25 16:09:56 UTC
Fine, but please note this creates py27 back pressure on dev-python/docutils - dev-python/pygments where the latest stable version (2.6.1) has dropped py27 support. Every docutils revdep therefore creates an emerge conflict manifesting as not being able to upgrade to pygments-2.6.1.
Comment 3 Cédric Krier gentoo-dev 2020-06-25 16:29:14 UTC
dev-python/pygments is only needed for test which are restricted for mercurial due to #608720.
Comment 4 Andreas Sturmlechner gentoo-dev 2020-06-25 16:57:59 UTC
(In reply to Cédric Krier from comment #3)
> dev-python/pygments is only needed for test which are restricted for
> mercurial due to #608720.
Restricted tests do not take the dependency out of dep resolution, but I was talking about the dep chain via docutils anyway. This is unconditional in 9999 ebuild and equally unconditional in docutils, as said every docutils revdep with py27 is blocking this cleanup.
Comment 5 Andreas Sturmlechner gentoo-dev 2020-09-21 12:26:26 UTC
Done in commit aa5ff3a94b4a672ef36adfd2381e96245fa33204...