You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
954 B
Tcl
27 lines
954 B
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 py-humanfriendly
|
|
version 10.0
|
|
checksums rmd160 fd20e67f155ffc328d975bb53e8a85205e418e3b \
|
|
sha256 6b0b831ce8f15f7300721aa49829fc4e83921a9a301cc7f606be6686a2288ddc \
|
|
size 360702
|
|
|
|
categories-append devel
|
|
license MIT
|
|
maintainers {ijackson @JacksonIsaac} openmaintainer
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
description Human friendly output for text interfaces using Python
|
|
long_description {*}${description}
|
|
homepage https://humanfriendly.readthedocs.io/
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
notes-append "The CLI tool can be used by running humanfriendly-${python.branch}"
|
|
}
|