You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
rich-cli: new port
This commit is contained in:
committed by
Herby Gillot
parent
d67f8c15b5
commit
3e436fda31
@@ -0,0 +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
|
||||
revision 0
|
||||
categories sysutils python
|
||||
platforms {darwin any}
|
||||
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
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user