Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880459 - app-editors/retext-7.2.3 - make dev-python/chardet optional
Summary: app-editors/retext-7.2.3 - make dev-python/chardet optional
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-11-08 19:56 UTC by Chris Mayo
Modified: 2024-04-27 03:46 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 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(-)