# -*- 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 68153 2010-05-27 22:03:31Z jmr@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-sphinx
version             0.6.6
categories-append   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
if {[info exists supported_archs]} {
    supported_archs noarch
}

homepage            http://sphinx.pocoo.org/
master_sites        http://pypi.python.org/packages/source/S/Sphinx/
distname            Sphinx-${version}

checksums           md5 840f6dbbecbb4979a204909f5656c723 \
                    sha1 104339d8c0f538624c78f8629312044c39f0d8e2 \
                    rmd160 d91e87086f8223acafde51f6553718b486568699

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

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