# -*- 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 py-rich version 13.9.4 license MIT supported_archs noarch platforms {darwin any} maintainers {@harens harens} openmaintainer description Python library for rich text and beautiful formatting \ in the terminal long_description {*}${description}. The Rich API makes it easy to add color \ and style to terminal output. Rich can also render pretty tables, \ progress bars, markdown, syntax highlighted source code, tracebacks, \ and more out of the box. homepage https://rich.readthedocs.io/en/latest/ checksums rmd160 33cf9aec01fba72196886e0683d7e34f6fbde3f5 \ sha256 439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098 \ size 223149 python.versions 39 310 311 312 python.pep517_backend poetry if {${name} ne ${subport}} { depends_run-append port:py${python.version}-markdown-it-py \ port:py${python.version}-pygments test.run yes python.test_framework test.cmd ${python.bin} test.target -m rich }