Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions srcpkgs/toot/template
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# 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"
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="Jon Levin <jon@jefferiestube.net>"
maintainer="Orphaned <orphan@voidlinux.org>"
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
Expand Down
Loading