scripts/install.py

branch
unittest
changeset 9066
a219ade50f7c
parent 9034
feb766f6a1c5
child 9107
8e9525a780ae
equal deleted inserted replaced
9065:39405e6eba20 9066:a219ade50f7c
506 rem_wnames = [ 506 rem_wnames = [
507 "eric7_api", "eric7_browser", "eric7_compare", "eric7_configure", 507 "eric7_api", "eric7_browser", "eric7_compare", "eric7_configure",
508 "eric7_diff", "eric7_doc", "eric7_editor", "eric7_hexeditor", 508 "eric7_diff", "eric7_doc", "eric7_editor", "eric7_hexeditor",
509 "eric7_iconeditor", "eric7_plugininstall", "eric7_pluginrepository", 509 "eric7_iconeditor", "eric7_plugininstall", "eric7_pluginrepository",
510 "eric7_pluginuninstall", "eric7_qregularexpression", "eric7_re", 510 "eric7_pluginuninstall", "eric7_qregularexpression", "eric7_re",
511 "eric7_shell", "eric7_snap", "eric7_sqlbrowser", "eric7_tray", 511 "eric7_shell", "eric7_snap", "eric7_sqlbrowser", "eric7_testing",
512 "eric7_trpreviewer", "eric7_uipreviewer", "eric7_unittest", 512 "eric7_tray", "eric7_trpreviewer", "eric7_uipreviewer",
513 "eric7_virtualenv", "eric7", 513 "eric7_virtualenv", "eric7",
514 # obsolete scripts below
515 "eric7_unittest",
514 ] 516 ]
515 517
516 try: 518 try:
517 dirs = [platBinDir, getConfig('bindir')] 519 dirs = [platBinDir, getConfig('bindir')]
518 if platBinDirOld: 520 if platBinDirOld:
707 "eric7_diff", "eric7_editor", "eric7_hexeditor", 709 "eric7_diff", "eric7_editor", "eric7_hexeditor",
708 "eric7_iconeditor", "eric7_plugininstall", 710 "eric7_iconeditor", "eric7_plugininstall",
709 "eric7_pluginrepository", "eric7_pluginuninstall", 711 "eric7_pluginrepository", "eric7_pluginuninstall",
710 "eric7_qregularexpression", "eric7_re", "eric7_shell", 712 "eric7_qregularexpression", "eric7_re", "eric7_shell",
711 "eric7_snap", "eric7_sqlbrowser", "eric7_tray", 713 "eric7_snap", "eric7_sqlbrowser", "eric7_tray",
712 "eric7_trpreviewer", "eric7_uipreviewer", "eric7_unittest", 714 "eric7_trpreviewer", "eric7_uipreviewer", "eric7_testing",
713 "eric7_virtualenv", "eric7"]: 715 "eric7_virtualenv", "eric7"]:
714 wnames.append(createPyWrapper(cfg['ericDir'], name, scriptsDir)) 716 wnames.append(createPyWrapper(cfg['ericDir'], name, scriptsDir))
715 717
716 # set install prefix, if not None 718 # set install prefix, if not None
717 if distDir: 719 if distDir:

eric ide

mercurial