# -*- 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 PortGroup deprecated 1.0 name py-setupdocs version 1.0.5 categories-append devel license BSD platforms {darwin any} maintainers nomaintainer supported_archs noarch description setuptools plugin that automates building of docs from ReST source long_description SetupDocs is a {*}${description}. homepage https://pypi.python.org/pypi/SetupDocs/ master_sites macports_distfiles distname SetupDocs-${version} checksums sha1 135bc4a22b885016e3638e7cd7633eab85f8742f \ rmd160 d9c2dc651ab1dbb7c231bdd5ee2819818b008be0 deprecated.upstream_support no livecheck.type none python.versions 27 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools }