You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
toot: update to 0.51.0
This commit is contained in:
+17
-16
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user