You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.1 KiB
Tcl
35 lines
1.1 KiB
Tcl
# -*- 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
|
|
|
|
name rich-cli
|
|
version 1.8.1
|
|
revision 0
|
|
|
|
categories-prepend sysutils
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Command-line toolbox for fancy output in the terminal
|
|
long_description {*}${description}
|
|
|
|
homepage https://www.textualize.io
|
|
|
|
distname rich_cli-${version}
|
|
|
|
checksums rmd160 2612b1a685390da55e1a61e451c92e1e2b06ae1f \
|
|
sha256 16992bcbd454974dc53671ba1a12e189148566164aaa7370bdf6648c8b1438c3 \
|
|
size 15826
|
|
|
|
python.default_version 314
|
|
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
|