# -*- 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
categories-append textproc devel
maintainers jmr gmail.com:michel.sylvan openmaintainer
description Python documentation generator
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.
homepage http://sphinx-doc.org/
master_sites https://pypi.python.org/packages/source/S/Sphinx/
distname Sphinx-${version}
checksums md5 8786a194acf9673464c5455b11fd4332 \
rmd160 e4fd1b4fd97f646e7e841e96ca7129b579a4ec0e \
sha256 1a6e5130c2b42d2de301693c299f78cc4bd3501e78b610c08e45efc70e2b5114
python.versions 26 27 33 34
depends_lib port:py${python.version}-docutils \
port:py${python.version}-setuptools
depends_run port:py${python.version}-alabaster \
port:py${python.version}-babel \
port:py${python.version}-jinja2 \
port:py${python.version}-pygments \
port:py${python.version}-six \
port:py${python.version}-snowballstemmer \
port:py${python.version}-sphinx_rtd_theme \
select.file ${filespath}/py${python.version}-sphinx
To make the Python ${python.branch} version of Sphinx the one that is run when\
you execute the commands without a version suffix, e.g. 'sphinx-build', run:
port select --set ${select.group} [file tail ${select.file}]
livecheck.regex {<p>Current version: <b>([0-9.]+).?</b></p>}