rich-cli: update to 1.8.1, use Python 3.14

This commit is contained in:
Renee Otten
2026-01-20 12:02:05 -05:00
parent d912de6057
commit 68fd488691
+13 -9
View File
@@ -1,26 +1,30 @@
# -*- 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 Textualize rich-cli 1.8.0 v
name rich-cli
version 1.8.1
revision 0
categories sysutils python
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
checksums rmd160 d4560ebc265ba7104bd8f742417a4bcd7ffdd085 \
sha256 fbf7941714a7068fcce6679ba3e0a993c7815390816ada77d05bdd0d85ea8801 \
size 4515508
github.tarball_from archive
supported_archs noarch
python.default_version 312
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 \