525 "eric6_unittest", "eric6", |
525 "eric6_unittest", "eric6", |
526 "eric6_tray", "eric6_editor", |
526 "eric6_tray", "eric6_editor", |
527 "eric6_plugininstall", "eric6_pluginuninstall", |
527 "eric6_plugininstall", "eric6_pluginuninstall", |
528 "eric6_pluginrepository", "eric6_sqlbrowser", |
528 "eric6_pluginrepository", "eric6_sqlbrowser", |
529 "eric6_webbrowser", "eric6_iconeditor", |
529 "eric6_webbrowser", "eric6_iconeditor", |
530 "eric6_snap", |
530 "eric6_snap", "eric6_hexeditor", |
531 ] |
531 ] |
532 if includePythonVariant: |
532 if includePythonVariant: |
533 marker = PythonMarkers[sys.version_info.major] |
533 marker = PythonMarkers[sys.version_info.major] |
534 rem_wnames = [n + marker for n in rem_wnames] |
534 rem_wnames = [n + marker for n in rem_wnames] |
535 |
535 |
629 # Create the platform specific wrappers. |
629 # Create the platform specific wrappers. |
630 wnames = [] |
630 wnames = [] |
631 for name in ["eric6_api", "eric6_doc"]: |
631 for name in ["eric6_api", "eric6_doc"]: |
632 wnames.append(createPyWrapper(cfg['ericDir'], name, False)) |
632 wnames.append(createPyWrapper(cfg['ericDir'], name, False)) |
633 for name in ["eric6_compare", "eric6_configure", "eric6_diff", |
633 for name in ["eric6_compare", "eric6_configure", "eric6_diff", |
634 "eric6_editor", "eric6_iconeditor", "eric6_plugininstall", |
634 "eric6_editor", "eric6_hexeditor", "eric6_iconeditor", |
635 "eric6_pluginrepository", "eric6_pluginuninstall", |
635 "eric6_plugininstall", "eric6_pluginrepository", |
636 "eric6_qregexp", "eric6_qregularexpression", "eric6_re", |
636 "eric6_pluginuninstall", "eric6_qregexp", |
637 "eric6_snap", "eric6_sqlbrowser", "eric6_tray", |
637 "eric6_qregularexpression", "eric6_re", "eric6_snap", |
638 "eric6_trpreviewer", "eric6_uipreviewer", "eric6_unittest", |
638 "eric6_sqlbrowser", "eric6_tray", "eric6_trpreviewer", |
639 "eric6_webbrowser", "eric6"]: |
639 "eric6_uipreviewer", "eric6_unittest", "eric6_webbrowser", |
|
640 "eric6"]: |
640 wnames.append(createPyWrapper(cfg['ericDir'], name)) |
641 wnames.append(createPyWrapper(cfg['ericDir'], name)) |
641 |
642 |
642 # set install prefix, if not None |
643 # set install prefix, if not None |
643 if distDir: |
644 if distDir: |
644 for key in list(cfg.keys()): |
645 for key in list(cfg.keys()): |