scripts/install.py

branch
eric7-maintenance
changeset 9111
4ac66b6c33a4
parent 9034
feb766f6a1c5
child 9192
a763d57e23bc
equal deleted inserted replaced
9049:2b9bd8f97576 9111:4ac66b6c33a4
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:
1605 # key is pip project name 1607 # key is pip project name
1606 # value is tuple of package name, pip install constraint 1608 # value is tuple of package name, pip install constraint
1607 "docutils": ("docutils", ""), 1609 "docutils": ("docutils", ""),
1608 "Markdown": ("markdown", ""), 1610 "Markdown": ("markdown", ""),
1609 "pyyaml": ("yaml", ""), 1611 "pyyaml": ("yaml", ""),
1610 "toml": ("toml", ""), 1612 "tomlkit": ("tomlkit", ""),
1611 "chardet": ("chardet", ""), 1613 "chardet": ("chardet", ""),
1612 "asttokens": ("asttokens", ""), 1614 "asttokens": ("asttokens", ""),
1613 "EditorConfig": ("editorconfig", ""), 1615 "EditorConfig": ("editorconfig", ""),
1614 "Send2Trash": ("send2trash", ""), 1616 "Send2Trash": ("send2trash", ""),
1615 "Pygments": ("pygments", ""), 1617 "Pygments": ("pygments", ""),

eric ide

mercurial