From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2D931581E7 for ; Fri, 26 Apr 2024 12:50:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 280DDE2A14; Fri, 26 Apr 2024 12:50:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AF2EE2A18 for ; Fri, 26 Apr 2024 12:50:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F255343133 for ; Fri, 26 Apr 2024 12:50:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BBB81761 for ; Fri, 26 Apr 2024 12:50:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1714135735.b128ef7a8064d0a990b7ea6beddfb965213f2c97.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lxml/lxml-5.2.1.ebuild X-VCS-Directories: dev-python/lxml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b128ef7a8064d0a990b7ea6beddfb965213f2c97 X-VCS-Branch: master Date: Fri, 26 Apr 2024 12:50:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 161f57d6-3bf8-481d-ba29-3748dc7d5113 X-Archives-Hash: 87a1854e39c217b64b7884b79e77658f commit: b128ef7a8064d0a990b7ea6beddfb965213f2c97 Author: Eli Schwartz gmail com> AuthorDate: Fri Apr 26 06:05:34 2024 +0000 Commit: Sam James gentoo 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 gmail.com> Signed-off-by: Sam James 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 }