net-im/toot: QA: Fix version check and update dep
Closes: https://bugs.gentoo.org/816843 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
parent
a05f6bc9c0
commit
3e49ba995e
1
net-im/toot/Manifest
Normal file
1
net-im/toot/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST toot-0.28.0.tar.gz 38078 BLAKE2B df783d5b27cedf730b933726c779e18d924e69212380e55b02a1bc53321e7ec85129af2984eb2d8b40345d7b54f33ebb625283be873861fb1b6a2c1d10681ff1 SHA512 cb9ff64506a7f9c246506ec62b3b0bf4ac6adfedca44801a111d66df3c74d1ed8e2f01791aa1f76ec2bc9a6bd44beb3afc0b84e78c10a87f3ddaa4ae3473814e
|
@ -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}]
|
||||
|
Loading…
Reference in New Issue
Block a user