diff -r 88f10deec960 -r 7328efba128b scripts/install.py --- a/scripts/install.py Thu Dec 01 10:18:07 2022 +0100 +++ b/scripts/install.py Mon Jan 02 11:16:03 2023 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2002 - 2022 Detlev Offenbach <detlev@die-offenbachs.de> +# Copyright (c) 2002 - 2023 Detlev Offenbach <detlev@die-offenbachs.de> # # This is the install script for eric. @@ -151,7 +151,7 @@ print(" (default: {0})".format(platBinDir)) print(" -d dir where eric python files will be installed") print(" (default: {0})".format(modDir)) - print(" -f file configuration file naming the various installation" " paths") + print(" -f file configuration file naming the various installation paths") if not sys.platform.startswith(("win", "cygwin")): print(" -i dir temporary install prefix") print(" (default: {0})".format(distDir)) @@ -165,16 +165,16 @@ print(" (default: {0})".format(macPythonExe)) print(" -c don't cleanup old installation first") print(" -v, --verbose print some more information") - print(" -x don't perform dependency checks (use on your own" " risk)") + print(" -x don't perform dependency checks (use on your own risk)") print(" -z don't compile the installed python files") print(" --yes answer 'yes' to all questions") print() if sys.platform.startswith(("win", "cygwin")): print(" --clean-desktop delete desktop links before installation") print(" --no-info don't create the install info file") - print(" --with-tools don't install qt6-applications") + print(" --with-tools install qt6-applications") print() - print("The file given to the -f option must be valid Python code" " defining a") + print("The file given to the -f option must be valid Python code defining a") print( "dictionary called 'cfg' with the keys 'ericDir', 'ericPixDir'," " 'ericIconDir'," @@ -1221,7 +1221,7 @@ from eric7.UI.Info import CopyrightShort, Version else: Version = "Unknown" - CopyrightShort = "(c) 2002 - 2022 Detlev Offenbach" + CopyrightShort = "(c) 2002 - 2023 Detlev Offenbach" copyToFile( os.path.join(directories["contents"], "Info.plist"), @@ -1709,7 +1709,6 @@ "Markdown": ("markdown", ""), "pyyaml": ("yaml", ""), "chardet": ("chardet", ""), - "Send2Trash": ("send2trash", ""), "pyenchant": ("enchant", ""), "wheel": ("wheel", ""), }