# -*- 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-sphinx version 1.1.2 categories-append textproc devel license BSD maintainers jmr gmail.com:michel.sylvan openmaintainer description Python documentation generator long_description \ Sphinx is a tool that makes it easy to create intelligent and beautiful \ documentation for Python projects (or other documents consisting of \ multiple reStructuredText sources), written by Georg Brandl. It was \ originally created to translate the new Python documentation, but has now \ been cleaned up in the hope that it will be useful to many other projects. platforms darwin supported_archs noarch homepage http://sphinx.pocoo.org/ master_sites http://pypi.python.org/packages/source/S/Sphinx/ distname Sphinx-${version} checksums md5 b65a5d5d6172f3dcfefb4770ec63926e \ sha1 92f422474e43345ab69dedceeedfd7d18c55da2d \ rmd160 0cf4f8d799b239d54248b9abf8b40680086b7320 python.versions 24 25 26 27 if {$subport != $name} { depends_lib port:py${python.version}-docutils depends_run port:py${python.version}-pygments \ port:py${python.version}-jinja2 if {${python.version} <= 25} { post-destroot { foreach f [glob -directory "${destroot}${prefix}/bin" *] { move ${f} ${f}-${python.branch} } } } livecheck.type none } else { livecheck.type regex livecheck.regex {

Current version: ([0-9.]+)

} }