# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-bcdoc version 0.16.0 platforms darwin license MIT maintainers pixilla openmaintainer description ReST document generation tools for botocore. long_description ${description} homepage https://github.com/botocore/bcdoc master_sites pypi:b/bcdoc distname bcdoc-${version} checksums rmd160 c82c8aa2033ccdcc29cd75c8ae21ee2381e963ed \ sha256 f568c182e06883becf7196f227052435cffd45604700c82362ca77d3427b6202 python.versions 27 34 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }