# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 66121 2010-04-06 05:06:01Z jmr@macports.org $

PortSystem          1.0
PortGroup           python25 1.0

name                py25-sphinx
version             0.6.2
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 \
    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     c8f79e171addc73342cc2e775dc78880 \
                    sha1    d4da9d09f2df184dc010f9d78faaa76af90f748d \
                    rmd160  fc893d0cfcc4c006952c706165246268da3c51d4

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

