Files
2021-01-20 13:16:19 +01:00

30 lines
1.0 KiB
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 9.1
checksums rmd160 20d8946e84bdf7c8f8d9da3bd4a9105eda11da6f \
sha256 066562956639ab21ff2676d1fda0b5987e985c534fc76700a19bd54bcb81121d \
size 359616
categories-append devel
platforms darwin
license MIT
maintainers {ijackson @JacksonIsaac} openmaintainer
supported_archs noarch
description Human friendly output for text interfaces using Python
long_description {*}${description}
homepage https://humanfriendly.readthedocs.io/
python.versions 36 37 38 39
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-setuptools
livecheck.type none
notes-append "The CLI tool can be used by running humanfriendly-${python.branch}"
}