dev-python/html2text-2020.1.16 tries to install /usr/bin/html2text, which is owned by app-text/html2text-1.3.2a-r2. This was previously dealt with in https://bugs.gentoo.org/421647 "dev-python/html2text-3.200.3 conflicts with app-text/html2text-1.3.2a" Currently 2018.1.9, 2019.8.11, and 2019.9.26 versions install /usr/bin/pyhtml2text as a symlink to ../lib/python-exec/python-exec2. but 2020.1.16 still tries to use html2text. I can't find any difference in the ebuilds to explain this, but then, I'm certainly no expert in either ebuilds or python. Reproducible: Always
See #421647 the sed inside python_prepare_all() should be fixed, I suppose. ciao luigi
please apply the sed to setup.cfg (instead setup.py)
Created attachment 613616 [details, diff] Avoid file collision
On it ...
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4724d079510719f8efcdadd99607ceea72a20b67 commit 4724d079510719f8efcdadd99607ceea72a20b67 Author: Sebastian Pipping <sping@gentoo.org> AuthorDate: 2020-03-03 19:11:07 +0000 Commit: Sebastian Pipping <sping@gentoo.org> CommitDate: 2020-03-03 19:11:57 +0000 dev-python/html2text: Fix /usr/bin/html2text collision regression Closes: https://bugs.gentoo.org/707676 Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.84, Repoman-2.3.20 .../{html2text-2020.1.16.ebuild => html2text-2020.1.16-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)