Changeset 82279
- Timestamp:
- 08/11/11 14:47:32 (4 years ago)
- Location:
- trunk/dports/python/py-spyder
- Files:
-
- 2 added
- 1 edited
-
Files/spyderlib_spyder.py.diff (added)
-
Files/spyderlib_utils_programs.py.patch (added)
-
Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-spyder/Portfile
r82247 r82279 5 5 name py-spyder 6 6 version 2.0.12 7 revision 27 revision 3 8 8 9 9 PortGroup python 1.0 … … 41 41 # Set the pylint executable name 42 42 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 44 46 45 47 post-patch { 46 48 reinplace "s|@@LINT_BIN_NAME@@|${LINT_BIN_NAME}|g" \ 47 49 ${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 48 58 } 49 59 … … 55 65 port:py${python.version}-pyflakes \ 56 66 port:py${python.version}-ipython \ 57 port:py${python.version}-rope 67 port:py${python.version}-rope \ 68 port:py${python.version}-htmldocs 58 69 59 70 if {${python.version} == ${python.default_version}} {
Note: See TracChangeset
for help on using the changeset viewer.

