Ticket #14838: Portfile.2

File Portfile.2, 1.1 KB (added by michel.sylvan@…, 16 years ago)

py25-sphinx

Line 
1PortSystem          1.0
2PortGroup           python25 1.0
3name                py25-sphinx
4version             0.1.61950
5categories-append   devel
6maintainers         michel.sylvan@gmail.com
7description         Python documentation generator
8long_description \
9    Sphinx is a tool that makes it easy to create intelligent and beautiful \
10    documentation for Python projects (or other documents consisting of i\
11    multiple reStructuredText sources), written by Georg Brandl. It was \
12    originally created to translate the new Python documentation, but has now \
13    been cleaned up in the hope that it will be useful to many other projects.
14
15platforms           darwin
16
17homepage            http://sphinx.pocoo.org/
18master_sites        http://pypi.python.org/packages/source/S/Sphinx/
19distname            Sphinx-${version}
20
21checksums           md5 80524e9b55e016b61533aaf53eb88c88 \
22                    sha1 2750abd462b1813b6e41b756263cd240895cabbb \
23                    rmd160 8863e88e8ae9d81a6b23f81eddfc519ac4e484ae
24
25depends_lib         port:py25-docutils
26depends_run         port:py25-pygments
27