Ticket #16470: py25sphinx061.diff

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

py25-sphinx 0.6.1

  • Portfile

    old new  
    44PortGroup           python25 1.0
    55
    66name                py25-sphinx
    7 version             0.5
     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 55a33cc13b5096c8763cd4a933b30ddc \
    25                     sha1 504b36a4429e2fe701cd449cad51d65d0c179225 \
    26                     rmd160 b477ac3c3a439b8058a05365364fd88783f12671
     24checksums           md5 fa1a32c406232a96a776de7dfae15032 \
     25                    sha1 08d465a42523624e22d59f51f862ba1d497b2850 \
     26                    rmd160 b385f4772548d241fcfae281d7a3a020d32c2579
    2727
    2828depends_lib         port:py25-docutils
    2929depends_run         port:py25-pygments \
    30                     port:py25-jinja \
     30                    port:py25-jinja2 \
    3131                    port:py25-setuptools
     32
     33post-destroot {
     34    # To avoid conflict between py*-sphinx
     35    move ${destroot}${prefix}/bin/sphinx-autogen ${destroot}${prefix}/bin/sphinx-autogen-2.5
     36    move ${destroot}${prefix}/bin/sphinx-build  ${destroot}${prefix}/bin/sphinx-build-2.5
     37    move ${destroot}${prefix}/bin/sphinx-quickstart ${destroot}${prefix}/bin/sphinx-quickstart-2.5
     38}