# -*- 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 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 909927a2c0fe62e7ff5794387c8af34e \ sha1 37377006a5cd00bb9765d4e2c215a4f388cffb66 \ rmd160 4e42513cb557d82b1773b6b50a057f8d6e968545 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.]+)
} }