aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Matei Pintilie <luca@lucamatei.com>2024-04-14 07:56:58 +0000
committerLuca Matei Pintilie <luca@lucamatei.com>2024-04-14 08:34:55 +0000
commit8ba20d8138a81df4e871a00be994ee6484346f48 (patch)
treed02a5d66a824647f003a505e8d484cfcb4215ff9
parent25cada533376c9af37f12481243626dc47b8f06d (diff)
downloadvoid-packages-user/luca/toot.tar
void-packages-user/luca/toot.tar.gz
void-packages-user/luca/toot.tar.bz2
void-packages-user/luca/toot.tar.lz
void-packages-user/luca/toot.tar.xz
void-packages-user/luca/toot.tar.zst
void-packages-user/luca/toot.zip
toot: update to 0.43.0.user/luca/toot
-rw-r--r--srcpkgs/toot/template14
1 files changed, 7 insertions, 7 deletions
diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index 560db74e849..f6936711056 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,20 +1,20 @@
# Template file for 'toot'
pkgname=toot
-version=0.42.0
-revision=2
+version=0.43.0
+revision=1
build_style=python3-pep517
_depends="python3-click python3-requests python3-BeautifulSoup4 python3-wcwidth
- python3-urwid python3-urwidgets python3-tomlkit"
-hostmakedepends="python3-setuptools python3-wheel ${_depends}"
+ python3-urwid python3-urwidgets python3-tomlkit python3-Pillow python3-term-image"
+hostmakedepends="python3-setuptools python3-wheel python3-setuptools_scm ${_depends}"
depends="${_depends}"
-checkdepends="${depends} python3-psycopg2 python3-pytest-xdist"
+checkdepends="${depends} python3-pytest-xdist"
short_desc="Mastodon CLI client"
maintainer="Jon Levin <jon@jefferiestube.net>"
license="GPL-3.0-or-later"
homepage="https://toot.bezdomni.net"
changelog="https://raw.githubusercontent.com/ihabunek/toot/master/CHANGELOG.md"
-distfiles="https://github.com/ihabunek/toot/archive/refs/tags/${version}.tar.gz"
-checksum=05502896b3a75aa93c8895bab75669653601af502ac6cf44d1ab33de373ef229
+distfiles="${PYPI_SITE}/t/toot/toot-${version}.tar.gz"
+checksum=6aa84c4b8df6e2214a3e735142bf5bd57b3b10aa08e35579425c5dbe3bc25ae7
post_install() {
for shell in bash zsh fish; do