Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 880459

Summary: app-editors/retext-7.2.3 - make dev-python/chardet optional
Product: Gentoo Linux Reporter: Chris Mayo <aklhfex>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/35842
Whiteboard:
Package list:
Runtime testing required: ---

Description Chris Mayo 2022-11-08 19:56:07 UTC
chardet is optional:
https://github.com/retext-project/retext/blob/ecc567a6101ca548161c5aba9f6c0bfe160836e4/ReText/tab.py#L314-L317

dev-python/requests and dev-python/beautifulsoup4 will at runtime use dev-python/charset_normalizer if chardet is not installed. But if chardet is installed they will use it instead.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-11-10 05:05:05 UTC
Right, optfeature.
Comment 2 Larry the Git Cow gentoo-dev 2024-04-27 03:46:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7271b7d1f6968682f1ac8456afdd501c4376d53

commit d7271b7d1f6968682f1ac8456afdd501c4376d53
Author:     Chris Mayo <aklhfex@gmail.com>
AuthorDate: 2024-03-20 19:29:27 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-04-27 03:25:12 +0000

    app-editors/retext: make single-impl and update dependencies
    
    Closes: https://bugs.gentoo.org/880459
    Signed-off-by: Chris Mayo <aklhfex@gmail.com>
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 app-editors/retext/retext-9999.ebuild | 60 ++++++++++++++---------------------
 1 file changed, 24 insertions(+), 36 deletions(-)