Ticket #16470: pysphinx061.diff

File pysphinx061.diff, 1.4 KB (added by arthurk@…, 15 years ago)
  • Portfile

    old new  
    44PortGroup           python24 1.0
    55
    66name                py-sphinx
    7 version             0.1.61950
     7version             0.6.1
    88categories-append   devel
    99maintainers         gmail.com:michel.sylvan
    1010description         Python documentation generator
     
    2121master_sites        http://pypi.python.org/packages/source/S/Sphinx/
    2222distname            Sphinx-${version}
    2323
    24 checksums           md5 80524e9b55e016b61533aaf53eb88c88 \
    25                     sha1 2750abd462b1813b6e41b756263cd240895cabbb \
    26                     rmd160 8863e88e8ae9d81a6b23f81eddfc519ac4e484ae
     24checksums           md5 fa1a32c406232a96a776de7dfae15032 \
     25                    sha1 08d465a42523624e22d59f51f862ba1d497b2850 \
     26                    rmd160 b385f4772548d241fcfae281d7a3a020d32c2579
    2727
    2828depends_lib         port:py-docutils
    29 depends_run         port:py-pygments
    30 
     29depends_run         port:py-pygments \
     30                    port:py-jinja2 \
     31                    port:py-setuptools
     32
     33post-destroot {
     34    # To avoid conflict between py*-sphinx
     35    move ${destroot}${prefix}/bin/sphinx-autogen ${destroot}${prefix}/bin/sphinx-autogen-2.4
     36    move ${destroot}${prefix}/bin/sphinx-build  ${destroot}${prefix}/bin/sphinx-build-2.4
     37    move ${destroot}${prefix}/bin/sphinx-quickstart ${destroot}${prefix}/bin/sphinx-quickstart-2.4
     38}