From 68fd488691c3b652ff480d2126bee36f55f69466 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Tue, 20 Jan 2026 12:02:05 -0500 Subject: [PATCH] rich-cli: update to 1.8.1, use Python 3.14 --- sysutils/rich-cli/Portfile | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/sysutils/rich-cli/Portfile b/sysutils/rich-cli/Portfile index 56ca39ac667..5c5762bc600 100644 --- a/sysutils/rich-cli/Portfile +++ b/sysutils/rich-cli/Portfile @@ -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 \