Ticket #16470: py26sphinx061.diff

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

py26-sphinx 0.6.1

  • Portfile

    old new  
    44PortGroup           python26 1.0
    55
    66name                py26-sphinx
    7 version             0.5.1
     7version             0.6.1
    88categories-append   devel
    99maintainers         jmr openmaintainer
    1010description         Python documentation generator
     
    2121master_sites        http://pypi.python.org/packages/source/S/Sphinx/
    2222distname            Sphinx-${version}
    2323
    24 checksums           md5 11456e362d75c1a4c5a5847921d3f4c7 \
    25                     sha1 77d53689391d8e8086f373ce4bbb8828a6ca2d7f \
    26                     rmd160 53cc1dcb57c36ba5fcfb1c0c76ded95c419c4058
     24checksums           md5 fa1a32c406232a96a776de7dfae15032 \
     25                    sha1 08d465a42523624e22d59f51f862ba1d497b2850 \
     26                    rmd160 b385f4772548d241fcfae281d7a3a020d32c2579
    2727
    2828depends_lib         port:py26-docutils
    2929depends_run         port:py26-pygments \
    30                     port:py26-jinja \
     30                    port:py26-jinja2 \
    3131                    port:py26-setuptools
     32
     33post-destroot {
     34    # To avoid conflict between py*-sphinx
     35    ln -s ${python.prefix}/bin/sphinx-autogen ${destroot}${prefix}/bin/sphinx-autogen-2.6
     36    ln -s ${python.prefix}/bin/sphinx-build ${destroot}${prefix}/bin/sphinx-build-2.6
     37    ln -s ${python.prefix}/bin/sphinx-quickstart ${destroot}${prefix}/bin/sphinx-quickstart-2.6
     38}