New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82279


Ignore:
Timestamp:
08/11/11 14:47:32 (4 years ago)
Author:
eborisch@…
Message:

py-spyder: More fixes; enabled launching help, Qt apps, and python documentation from menus.

Location:
trunk/dports/python/py-spyder
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-spyder/Portfile

    r82247 r82279  
    55name                py-spyder 
    66version             2.0.12 
    7 revision            2 
     7revision            3 
    88 
    99PortGroup           python 1.0 
     
    4141    # Set the pylint executable name 
    4242    set LINT_BIN_NAME   pylint-${python.branch} 
    43     patchfiles          patch-widgets-pylintgui.py.diff 
     43    patchfiles          patch-widgets-pylintgui.py.diff \ 
     44                        spyderlib_spyder.py.diff \ 
     45                        spyderlib_utils_programs.py.patch 
    4446 
    4547    post-patch { 
    4648        reinplace "s|@@LINT_BIN_NAME@@|${LINT_BIN_NAME}|g" \ 
    4749            ${worksrcpath}/spyderplugins/widgets/pylintgui.py 
     50        reinplace "s|\"assistant\"|\"Assistant\"|g" \ 
     51            ${worksrcpath}/spyderlib/spyder.py 
     52        reinplace "s|\"linguist\"|\"Linguist\"|g" \ 
     53            ${worksrcpath}/spyderlib/spyder.py 
     54        reinplace "s|\"designer\"|\"Designer\"|g" \ 
     55            ${worksrcpath}/spyderlib/spyder.py 
     56        reinplace "s|@@PREFIX@@|${prefix}|g" \ 
     57            ${worksrcpath}/spyderlib/spyder.py 
    4858    } 
    4959 
     
    5565                        port:py${python.version}-pyflakes \ 
    5666                        port:py${python.version}-ipython \ 
    57                         port:py${python.version}-rope 
     67                        port:py${python.version}-rope \ 
     68                        port:py${python.version}-htmldocs 
    5869 
    5970    if {${python.version} == ${python.default_version}} { 
Note: See TracChangeset for help on using the changeset viewer.