net-im/toot: Bump to 0.29.0

Also update the copyright year inside the ebuild and add pypi to
metadata.xml as suggested by dev-util/pkgcheck.

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-11-22 22:38:11 +01:00
parent fd3790047e
commit 03c7e20074
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
3 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
DIST toot-0.28.1.tar.gz 56813 BLAKE2B bc7ae373eecd92178b6ce48a8b2cdf1349ebd89fc49ce48d73040b01a80bf621635105f696cb3cdda85e1f0c3581092233aed69660272f4fc6c0c1cfbab3d434 SHA512 15b9be73f7fd54c483cc1cb29bbaf2e00c0657a85c3171542d461bea39c9d746561ed8bb7e0f08e1a02c95d2f4073e92dd1aa0e520529484a87d7f5ad5c2f50a
DIST toot-0.29.0.tar.gz 57122 BLAKE2B 9622285f38d30e570c1831fa84d2a39499a8ca3a5e127ecf3efa78585da12bbdb1accfd720cdf52dc5eedc92d96e73a073c4f61f5a98e1942ec6098bb974a567 SHA512 dac3fd7e19d05f1e9d046f9c6512485efcd83504455431e9282217ecfdd76dbdd34a60a5cd10530f0d6e419047438dbdad590d14d516615725d8e6c827314aa4

View File

@ -10,6 +10,7 @@
instances from the command line.
</longdescription>
<upstream>
<remote-id type="pypi">toot</remote-id>
<remote-id type="github">ihabunek/toot</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,10 +1,10 @@
# Copyright 2020-2021 Gentoo Authors
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
PYTHON_COMPAT=( python3_10 )
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_10 )
inherit distutils-r1