You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
28 lines
878 B
Tcl
28 lines
878 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-humanize
|
|
version 4.14.0
|
|
license MIT
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
description Python humanize utilities
|
|
long_description {*}${description}
|
|
|
|
python.pep517_backend hatch
|
|
python.versions 310 311 312 313
|
|
|
|
homepage https://github.com/python-humanize/humanize
|
|
|
|
checksums rmd160 1ca59fbfdc09fed3ddcbf0106a0e04520a7a7a0b \
|
|
sha256 2fa092705ea640d605c435b1ca82b2866a1b601cdf96f076d70b79a855eba90d \
|
|
size 82939
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append port:py${python.version}-hatch-vcs
|
|
}
|