install.py

branch
maintenance
changeset 5730
6422afc7adc4
parent 5711
50b6867ffcd3
child 5810
12d917813110
equal deleted inserted replaced
5695:9a71bd9e2e37 5730:6422afc7adc4
573 "eric6_tray", "eric6_editor", 573 "eric6_tray", "eric6_editor",
574 "eric6_plugininstall", "eric6_pluginuninstall", 574 "eric6_plugininstall", "eric6_pluginuninstall",
575 "eric6_pluginrepository", "eric6_sqlbrowser", 575 "eric6_pluginrepository", "eric6_sqlbrowser",
576 "eric6_webbrowser", "eric6_iconeditor", 576 "eric6_webbrowser", "eric6_iconeditor",
577 "eric6_snap", "eric6_hexeditor", "eric6_browser", 577 "eric6_snap", "eric6_hexeditor", "eric6_browser",
578 "eric6_shell",
578 ] 579 ]
579 if includePythonVariant: 580 if includePythonVariant:
580 marker = PythonMarkers[sys.version_info.major] 581 marker = PythonMarkers[sys.version_info.major]
581 rem_wnames = [n + marker for n in rem_wnames] 582 rem_wnames = [n + marker for n in rem_wnames]
582 583
682 "eric6_plugininstall", "eric6_pluginrepository", 683 "eric6_plugininstall", "eric6_pluginrepository",
683 "eric6_pluginuninstall", "eric6_qregexp", 684 "eric6_pluginuninstall", "eric6_qregexp",
684 "eric6_qregularexpression", "eric6_re", "eric6_snap", 685 "eric6_qregularexpression", "eric6_re", "eric6_snap",
685 "eric6_sqlbrowser", "eric6_tray", "eric6_trpreviewer", 686 "eric6_sqlbrowser", "eric6_tray", "eric6_trpreviewer",
686 "eric6_uipreviewer", "eric6_unittest", "eric6_webbrowser", 687 "eric6_uipreviewer", "eric6_unittest", "eric6_webbrowser",
687 "eric6_browser", "eric6"]: 688 "eric6_browser", "eric6_shell", "eric6"]:
688 wnames.append(createPyWrapper(cfg['ericDir'], name)) 689 wnames.append(createPyWrapper(cfg['ericDir'], name))
689 690
690 # set install prefix, if not None 691 # set install prefix, if not None
691 if distDir: 692 if distDir:
692 for key in list(cfg.keys()): 693 for key in list(cfg.keys()):

eric ide

mercurial