# -*- 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: Portfile 75165 2011-01-17 03:56:37Z jmr@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-sphinx
version             1.0.7
categories-append   textproc devel
license             BSD
maintainers         jmr 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 42c722d48e52d4888193965dd473adb5 \
                    sha1 b231438a51a84d53679a226ab2036ec62bb14fd5 \
                    rmd160 e3c622dec2a971158bfe8bc7faee493f722199c8

depends_lib         port:py26-docutils
depends_run         port:py26-pygments \
                    port:py26-jinja2

livecheck.type      regex
livecheck.regex     {<p>Current version: <b>([0-9.]+)</b></p>}
