toot: update to 0.51.0

This commit is contained in:
trustbyte
2025-11-11 17:54:49 +01:00
committed by Renee Otten
parent 47c6ea997e
commit 1440cb35d0
+17 -16
View File
@@ -1,38 +1,39 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup github 1.0
PortGroup python 1.0
github.setup ihabunek toot 0.40.2
github.tarball_from archive
name toot
version 0.51.0
revision 0
description A CLI and TUI tool for interacting with Mastodon instances
long_description {*}${description}
homepage https://toot.bezdomni.net/
categories net python
platforms {darwin any}
supported_archs noarch
license GPL-3
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
checksums rmd160 592462ba04ec2dd07a4d1191f205680398edcef3 \
sha256 c2b8ae33fb82d14f5181772a7eac0e92de61f1637cc7a4691dda90e390ff9753 \
size 912743
checksums rmd160 1858f8edadc932563cd56e1d4df9db019cf76bcc \
sha256 48e2c422c92aebca20c1913238b6dbff969a048ee4eaa70d62921a1e58415797 \
size 1316620
python.default_version 311
python.default_version 313
test.run yes
test.env-append PYTHONPATH=${worksrcpath}/build/lib
test.cmd ${python.bin}
test.pre_args -c {'import toot.console; toot.console.main()'}
test.args
depends_build-append \
port:py${python.version}-setuptools_scm
depends_lib-append port:py${python.version}-beautifulsoup4 \
port:py${python.version}-requests \
port:py${python.version}-setuptools \
port:py${python.version}-tomlkit \
port:py${python.version}-urwid \
port:py${python.version}-wcwidth
port:py${python.version}-wcwidth \
port:py${python.version}-dateutil \
port:py${python.version}-click
test.run yes