diff --git a/net-im/toot/Manifest b/net-im/toot/Manifest new file mode 100644 index 0000000..7001718 --- /dev/null +++ b/net-im/toot/Manifest @@ -0,0 +1 @@ +DIST toot-0.28.0.tar.gz 38078 BLAKE2B df783d5b27cedf730b933726c779e18d924e69212380e55b02a1bc53321e7ec85129af2984eb2d8b40345d7b54f33ebb625283be873861fb1b6a2c1d10681ff1 SHA512 cb9ff64506a7f9c246506ec62b3b0bf4ac6adfedca44801a111d66df3c74d1ed8e2f01791aa1f76ec2bc9a6bd44beb3afc0b84e78c10a87f3ddaa4ae3473814e diff --git a/net-im/toot/toot-0.28.0.ebuild b/net-im/toot/toot-0.28.0.ebuild index 155bf55..7827bb4 100644 --- a/net-im/toot/toot-0.28.0.ebuild +++ b/net-im/toot/toot-0.28.0.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="CLI/TUI mastodon client written in python" HOMEPAGE="https://github.com/ihabunek/toot/ https://pypi.org/project/toot/" -if [ "${PV}" == *9999 ]; then +if [[ "${PV}" == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/ihabunek/toot" else @@ -23,7 +23,7 @@ KEYWORDS="~amd64 ~x86" RESTRICT="test" DEPEND=" - dev-python/beautifulsoup[${PYTHON_USEDEP}] + dev-python/beautifulsoup4[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/urwid[${PYTHON_USEDEP}] dev-python/wcwidth[${PYTHON_USEDEP}]