net-im/toot: Bump to 0.28.0

Closes: https://bugs.gentoo.org/809595
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
Nils Freydank 2021-08-29 11:45:41 +02:00
parent db031f03d7
commit f03482bc67
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 1 additions and 3 deletions

View File

@ -1 +0,0 @@
DIST toot-0.27.0.tar.gz 67199 BLAKE2B d5fc313ab8e4672c4be7bbec8e5fc70d58fb93ec6ee4174d2e357f0657283c71c8a3709f9846ba539e5f4e8ae5347ad3e3a7bea6222355216408477453edb402 SHA512 8016372d5441f0173a134c69fe0e631b92970d8f2e3db8237ebc7fadc07d661d0817d895e06cd375c21f2b647001bf774ca50c5030411c67700b1523a66a9604

View File

@ -4,14 +4,13 @@
EAPI="8" EAPI="8"
PYTHON_COMPAT=( python3_{9..10} ) PYTHON_COMPAT=( python3_{9..10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 inherit distutils-r1
DESCRIPTION="CLI/TUI mastodon client written in python" DESCRIPTION="CLI/TUI mastodon client written in python"
HOMEPAGE="https://github.com/ihabunek/toot/ https://pypi.org/project/toot/" HOMEPAGE="https://github.com/ihabunek/toot/ https://pypi.org/project/toot/"
if [ "${PV}" == "9999" ]; then if [ "${PV}" == *9999 ]; then
inherit git-r3 inherit git-r3
EGIT_REPO_URI="https://github.com/ihabunek/toot" EGIT_REPO_URI="https://github.com/ihabunek/toot"
else else