net-im/toot: Bump to 0.35.0

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2023-03-02 23:14:03 +01:00
parent d1edde1a1f
commit dd643590c3
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 2 additions and 4 deletions

View File

@ -1 +1 @@
DIST toot-0.34.0.tar.gz 99135 BLAKE2B 595d29ba1746fa06a10366819ef25b5e22a04e25baae28628d57a0339de6b6d90406f0d608f13579fadb7937e982303fb08f3c0e498787f3b62b2739bbf69346 SHA512 060fc86ed12c640305d6f55bd9dd6f4f57f0a04bc3c2e3232aae48ce578d7188f58b1154374b46208ed5e4e292829655e01a2124c76090eef98a8da98b39e5fe
DIST toot-0.35.0.tar.gz 120283 BLAKE2B f3a0a3ae5b64473f9e341ef096eb4c29079f1264be4974056d0a25b4240da656691af68bbc70871ad4e454c4b8724ad86bf8e070ae140088e448b1ca8dfb6a28 SHA512 f225401c238b1ab5bd5201e5bfda52d1ff57a6d9c102bbbb6f414d34996c0aaf5d495b4d8e3b8a86f2dec85d7fd7006374dcc3dbc6b9d2692843a36662dc47e6

View File

@ -6,7 +6,7 @@ EAPI="8"
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="CLI/TUI mastodon client written in python"
HOMEPAGE="https://github.com/ihabunek/toot/ https://pypi.org/project/toot/"
@ -14,8 +14,6 @@ HOMEPAGE="https://github.com/ihabunek/toot/ https://pypi.org/project/toot/"
if [[ "${PV}" == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ihabunek/toot"
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
fi
LICENSE="GPL-3"