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 /www-misc | |
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 'www-misc')
-rw-r--r-- | www-misc/buku/buku-4.5.ebuild | 2 | ||||
-rw-r--r-- | www-misc/buku/buku-4.6-r1.ebuild | 2 | ||||
-rw-r--r-- | www-misc/urlwatch/urlwatch-2.22.ebuild | 2 | ||||
-rw-r--r-- | www-misc/urlwatch/urlwatch-2.23.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/www-misc/buku/buku-4.5.ebuild b/www-misc/buku/buku-4.5.ebuild index 8091f25bdd67..378cb5f498bd 100644 --- a/www-misc/buku/buku-4.5.ebuild +++ b/www-misc/buku/buku-4.5.ebuild @@ -20,7 +20,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - >=dev-python/beautifulsoup-4.6.0[${PYTHON_USEDEP}] + >=dev-python/beautifulsoup4-4.6.0[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}] >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}] dev-python/urllib3[${PYTHON_USEDEP}] diff --git a/www-misc/buku/buku-4.6-r1.ebuild b/www-misc/buku/buku-4.6-r1.ebuild index 27a0923bc31d..953e902cbc90 100644 --- a/www-misc/buku/buku-4.6-r1.ebuild +++ b/www-misc/buku/buku-4.6-r1.ebuild @@ -19,7 +19,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - >=dev-python/beautifulsoup-4.6.0[${PYTHON_USEDEP}] + >=dev-python/beautifulsoup4-4.6.0[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}] >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}] dev-python/urllib3[${PYTHON_USEDEP}] diff --git a/www-misc/urlwatch/urlwatch-2.22.ebuild b/www-misc/urlwatch/urlwatch-2.22.ebuild index fb04d721b518..3a12f2417299 100644 --- a/www-misc/urlwatch/urlwatch-2.22.ebuild +++ b/www-misc/urlwatch/urlwatch-2.22.ebuild @@ -61,7 +61,7 @@ pkg_postinst() { fi elog "HTML parsing can be improved by installing one of the following packages" elog "and changing the html2text subfilter parameter:" - elog "dev-python/beautifulsoup:4" + elog "dev-python/beautifulsoup4" elog "app-text/html2text" elog "dev-python/html2text" elog "www-client/lynx" diff --git a/www-misc/urlwatch/urlwatch-2.23.ebuild b/www-misc/urlwatch/urlwatch-2.23.ebuild index 5328b1778a19..42129d86b8d9 100644 --- a/www-misc/urlwatch/urlwatch-2.23.ebuild +++ b/www-misc/urlwatch/urlwatch-2.23.ebuild @@ -63,7 +63,7 @@ pkg_postinst() { fi elog "HTML parsing can be improved by installing one of the following packages" elog "and changing the html2text subfilter parameter:" - elog "dev-python/beautifulsoup:4" + elog "dev-python/beautifulsoup4" elog "app-text/html2text" elog "dev-python/html2text" elog "www-client/lynx" |