# -*- 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 0.5.1 license MIT platforms darwin supported_archs noarch maintainers {@xeron gmail.com:xeron.oskom} openmaintainer description Python humanize utilities long_description ${description} python.versions 27 34 35 36 37 homepage https://pypi.python.org/pypi/${python.rootname}/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname humanize-${version} checksums rmd160 7c5a7c9c5ac28eb29b04e80e83506e14bf46f811 \ sha256 a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19 \ size 14250 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }