commit: b128ef7a8064d0a990b7ea6beddfb965213f2c97 Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Fri Apr 26 06:05:34 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 26 12:48:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b128ef7a
dev-python/lxml: add optfeature for lxml-html-clean lxml split out this module, which other packages use and now don't have. Inform people of what they may be missing. No revbump, an optfeature is not exactly very important. Fixes: 66f637a3d5bc5ece3837cd5c4ecafd3ced606e16 Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/lxml/lxml-5.2.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/lxml/lxml-5.2.1.ebuild b/dev-python/lxml/lxml-5.2.1.ebuild index b6b8283c0653..86f7ee15d039 100644 --- a/dev-python/lxml/lxml-5.2.1.ebuild +++ b/dev-python/lxml/lxml-5.2.1.ebuild @@ -122,4 +122,5 @@ python_install_all() { pkg_postinst() { optfeature "Support for BeautifulSoup as a parser backend" dev-python/beautifulsoup4 optfeature "Translates CSS selectors to XPath 1.0 expressions" dev-python/cssselect + optfeature "Support for lxml.html.clean sanitizer" dev-python/lxml-html-clean }