# $Id: Portfile 66121 2010-04-06 05:06:01Z jmr@macports.org $

PortSystem          1.0
PortGroup           python24 1.0

name                py-sphinx
version             0.1.61950
categories-append   devel
maintainers         gmail.com:michel.sylvan
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 i\
    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 80524e9b55e016b61533aaf53eb88c88 \
                    sha1 2750abd462b1813b6e41b756263cd240895cabbb \
                    rmd160 8863e88e8ae9d81a6b23f81eddfc519ac4e484ae

depends_lib         port:py-docutils
depends_run         port:py-pygments

