Files

35 lines
1.1 KiB
Tcl
Raw Permalink Normal View History

2024-11-17 09:45:53 +08:00
# -*- 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 python 1.0
2026-01-20 12:02:05 -05:00
name rich-cli
version 1.8.1
2024-11-17 09:45:53 +08:00
revision 0
2026-01-20 12:02:05 -05:00
categories-prepend sysutils
2024-11-17 09:45:53 +08:00
platforms {darwin any}
2026-01-20 12:02:05 -05:00
supported_archs noarch
2024-11-17 09:45:53 +08:00
license MIT
maintainers nomaintainer
2026-01-20 12:02:05 -05:00
2024-11-17 09:45:53 +08:00
description Command-line toolbox for fancy output in the terminal
long_description {*}${description}
2026-01-20 12:02:05 -05:00
2024-11-17 09:45:53 +08:00
homepage https://www.textualize.io
2026-01-20 12:02:05 -05:00
distname rich_cli-${version}
2024-11-17 09:45:53 +08:00
2026-01-20 12:02:05 -05:00
checksums rmd160 2612b1a685390da55e1a61e451c92e1e2b06ae1f \
sha256 16992bcbd454974dc53671ba1a12e189148566164aaa7370bdf6648c8b1438c3 \
size 15826
python.default_version 314
2024-11-17 09:45:53 +08:00
python.pep517_backend poetry
depends_lib-append port:py${python.version}-click \
port:py${python.version}-requests \
port:py${python.version}-rich \
port:py${python.version}-rich_rst \
port:py${python.version}-textual