diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-08 12:54:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-08 12:59:36 +0200 |
commit | a57b744ff4aeaf9e06c089d7fbf82cd8eed602d5 (patch) | |
tree | 692b6cc12f3c4ff1a0a59a160255ee612a568a20 /dev-python/lxml | |
parent | sys-apps/colorized-logs: Migrate to cmake.eclass (diff) | |
download | gentoo-a57b744ff4aeaf9e06c089d7fbf82cd8eed602d5.tar.gz gentoo-a57b744ff4aeaf9e06c089d7fbf82cd8eed602d5.tar.bz2 gentoo-a57b744ff4aeaf9e06c089d7fbf82cd8eed602d5.zip |
Rename dev-python/{beautifulsoup → beautifulsoup4}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lxml')
-rw-r--r-- | dev-python/lxml/lxml-4.6.3-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/lxml/lxml-4.6.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/lxml/lxml-4.6.3-r1.ebuild b/dev-python/lxml/lxml-4.6.3-r1.ebuild index 6e745baefa10..e0ce5bad3a36 100644 --- a/dev-python/lxml/lxml-4.6.3-r1.ebuild +++ b/dev-python/lxml/lxml-4.6.3-r1.ebuild @@ -95,6 +95,6 @@ python_install_all() { } pkg_postinst() { - optfeature "Support for BeautifulSoup as a parser backend" dev-python/beautifulsoup + optfeature "Support for BeautifulSoup as a parser backend" dev-python/beautifulsoup4 optfeature "Translates CSS selectors to XPath 1.0 expressions" dev-python/cssselect } diff --git a/dev-python/lxml/lxml-4.6.3.ebuild b/dev-python/lxml/lxml-4.6.3.ebuild index 56111fe84a47..fc97e91c34bb 100644 --- a/dev-python/lxml/lxml-4.6.3.ebuild +++ b/dev-python/lxml/lxml-4.6.3.ebuild @@ -95,6 +95,6 @@ python_install_all() { } pkg_postinst() { - optfeature "Support for BeautifulSoup as a parser backend" dev-python/beautifulsoup + optfeature "Support for BeautifulSoup as a parser backend" dev-python/beautifulsoup4 optfeature "Translates CSS selectors to XPath 1.0 expressions" dev-python/cssselect } |