Changeset 82544
- Timestamp:
- 08/15/11 07:11:03 (4 years ago)
- Location:
- trunk/dports/python/py-spyder
- Files:
-
- 2 edited
-
Files/spyderlib_utils_programs.py.patch (modified) (1 diff)
-
Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-spyder/Files/spyderlib_utils_programs.py.patch
r82279 r82544 5 5 return True 6 6 else: 7 + abspath = " /Applications/MacPorts/Qt4/" + basename + ".app/Contents/MacOS/" + basename7 + abspath = "@@APPS_DIR@@/Qt4/" + basename + ".app/Contents/MacOS/" + basename 8 8 + if osp.isfile(abspath): 9 9 + if get_path: -
trunk/dports/python/py-spyder/Portfile
r82501 r82544 54 54 reinplace "s|@@PREFIX@@|${prefix}|g" \ 55 55 ${worksrcpath}/spyderlib/spyder.py 56 reinplace "s|@@APPS_DIR@@|${applications_dir}|g" \ 57 ${worksrcpath}/spyderlib/utils/programs.py 56 58 } 57 59
Note: See TracChangeset
for help on using the changeset viewer.

