From e25bdba3a3a53b09be5269d8b065c13b73ab55c3 Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 1 Jan 2023 21:05:27 -0800 Subject: Embed git in package package.ps1 fetches PortableGit and embeds it in the package. This eliminates all but one runtime dependency (MSVC++ Redistributable). * Move Python into a new FOSS folder. --- .../docs/_static/python-future-icon-32.ico | Bin 3262 -> 0 bytes .../docs/_static/python-future-icon-white-32.ico | Bin 3262 -> 0 bytes .../_static/python-future-logo-textless-transparent.png | Bin 32656 -> 0 bytes .../future-0.18.2/docs/_static/python-future-logo.png | Bin 41580 -> 0 bytes .../future-0.18.2/docs/_static/python-future-logo.tiff | Bin 56904 -> 0 bytes 5 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 Python/Dependencies/future-0.18.2/docs/_static/python-future-icon-32.ico delete mode 100644 Python/Dependencies/future-0.18.2/docs/_static/python-future-icon-white-32.ico delete mode 100644 Python/Dependencies/future-0.18.2/docs/_static/python-future-logo-textless-transparent.png delete mode 100644 Python/Dependencies/future-0.18.2/docs/_static/python-future-logo.png delete mode 100644 Python/Dependencies/future-0.18.2/docs/_static/python-future-logo.tiff (limited to 'Python/Dependencies/future-0.18.2/docs/_static') diff --git a/Python/Dependencies/future-0.18.2/docs/_static/python-future-icon-32.ico b/Python/Dependencies/future-0.18.2/docs/_static/python-future-icon-32.ico deleted file mode 100644 index e3f2cf7..0000000 Binary files a/Python/Dependencies/future-0.18.2/docs/_static/python-future-icon-32.ico and /dev/null differ diff --git a/Python/Dependencies/future-0.18.2/docs/_static/python-future-icon-white-32.ico b/Python/Dependencies/future-0.18.2/docs/_static/python-future-icon-white-32.ico deleted file mode 100644 index 3fa3dab..0000000 Binary files a/Python/Dependencies/future-0.18.2/docs/_static/python-future-icon-white-32.ico and /dev/null differ diff --git a/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo-textless-transparent.png b/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo-textless-transparent.png deleted file mode 100644 index 95ba682..0000000 Binary files a/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo-textless-transparent.png and /dev/null differ diff --git a/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo.png b/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo.png deleted file mode 100644 index c1f92a5..0000000 Binary files a/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo.png and /dev/null differ diff --git a/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo.tiff b/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo.tiff deleted file mode 100644 index dcfba15..0000000 Binary files a/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo.tiff and /dev/null differ -- cgit v1.2.3