From 3be02214fcc83a19df387e8735a05ac5bc92836c Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Thu, 16 Apr 2026 17:41:17 +0200 Subject: [PATCH 1/4] toot: update to 0.52.1 --- srcpkgs/toot/template | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template index 7039f82bebf8e3..2e9e9b2498bbf1 100644 --- a/srcpkgs/toot/template +++ b/srcpkgs/toot/template @@ -1,20 +1,22 @@ # Template file for 'toot' pkgname=toot -version=0.47.1 -revision=3 +version=0.52.1 +revision=1 build_style=python3-pep517 -_depends="python3-click python3-requests python3-BeautifulSoup4 python3-wcwidth - 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-pytest-xdist" +depends="python3-click python3-requests python3-BeautifulSoup4 python3-wcwidth + python3-urwid python3-urwidgets python3-tomlkit python3-Pillow python3-term-image + python3-dateutil python3-pysocks" +hostmakedepends="python3-setuptools python3-wheel python3-setuptools_scm python3-click + python3-wcwidth python3-requests python3-BeautifulSoup4 python3-dateutil + python3-tomlkit python3-urwid" +checkdepends="python3-pytest-xdist" short_desc="Mastodon CLI client" -maintainer="Jon Levin " +maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://toot.bezdomni.net" changelog="https://raw.githubusercontent.com/ihabunek/toot/master/CHANGELOG.md" distfiles="${PYPI_SITE}/t/toot/toot-${version}.tar.gz" -checksum=fae758b50d22c019379a1f90ac0fe7adfc152ce8899005e463b36ee2e88abc2b +checksum=b737173be5587522077c18c4024eb1741a4a30e59d3165e72fd6ce4519d2fecb post_install() { for shell in bash zsh fish; do From 456f670d79538239cbcbc7ffd341910a11a82ed6 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Thu, 16 Apr 2026 20:19:04 +0200 Subject: [PATCH 2/4] fix checkdepends --- srcpkgs/toot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template index 2e9e9b2498bbf1..4a20877f267691 100644 --- a/srcpkgs/toot/template +++ b/srcpkgs/toot/template @@ -9,7 +9,7 @@ depends="python3-click python3-requests python3-BeautifulSoup4 python3-wcwidth hostmakedepends="python3-setuptools python3-wheel python3-setuptools_scm python3-click python3-wcwidth python3-requests python3-BeautifulSoup4 python3-dateutil python3-tomlkit python3-urwid" -checkdepends="python3-pytest-xdist" +checkdepends="${depends} python3-pytest-xdist" short_desc="Mastodon CLI client" maintainer="Orphaned " license="GPL-3.0-or-later" From e9b3d2e19530ac289eb67443a3d100d86772e3d4 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Thu, 16 Apr 2026 22:55:18 +0200 Subject: [PATCH 3/4] combined duplicate dependencies for depends and hostmakedepends --- srcpkgs/toot/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template index 4a20877f267691..794e8c8c818439 100644 --- a/srcpkgs/toot/template +++ b/srcpkgs/toot/template @@ -3,12 +3,10 @@ pkgname=toot version=0.52.1 revision=1 build_style=python3-pep517 -depends="python3-click python3-requests python3-BeautifulSoup4 python3-wcwidth - python3-urwid python3-urwidgets python3-tomlkit python3-Pillow python3-term-image - python3-dateutil python3-pysocks" -hostmakedepends="python3-setuptools python3-wheel python3-setuptools_scm python3-click - python3-wcwidth python3-requests python3-BeautifulSoup4 python3-dateutil - python3-tomlkit python3-urwid" +_both="python3-click python3-BeautifulSoup4 python3-requests python3-wcwidth + python3-urwid python3-dateutil python3-tomlkit" +depends="${_both} python3-urwidgets python3-Pillow python3-term-image python3-pysocks" +hostmakedepends="${_both} python3-setuptools python3-setuptools_scm python3-wheel" checkdepends="${depends} python3-pytest-xdist" short_desc="Mastodon CLI client" maintainer="Orphaned " From d439ea880bc52cda18e9a5a82b8a619429778f65 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Thu, 16 Apr 2026 23:10:00 +0200 Subject: [PATCH 4/4] restoring the original form --- srcpkgs/toot/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template index 794e8c8c818439..478205fae56c8e 100644 --- a/srcpkgs/toot/template +++ b/srcpkgs/toot/template @@ -3,10 +3,11 @@ pkgname=toot version=0.52.1 revision=1 build_style=python3-pep517 -_both="python3-click python3-BeautifulSoup4 python3-requests python3-wcwidth - python3-urwid python3-dateutil python3-tomlkit" -depends="${_both} python3-urwidgets python3-Pillow python3-term-image python3-pysocks" -hostmakedepends="${_both} python3-setuptools python3-setuptools_scm python3-wheel" +_depends="python3-click python3-requests python3-BeautifulSoup4 python3-wcwidth + python3-urwid python3-urwidgets python3-tomlkit python3-Pillow python3-term-image + python3-dateutil python3-pysocks" +hostmakedepends="python3-setuptools python3-wheel python3-setuptools_scm ${_depends}" +depends="${_depends}" checkdepends="${depends} python3-pytest-xdist" short_desc="Mastodon CLI client" maintainer="Orphaned "