File tree 14 files changed +56
-1
lines changed
14 files changed +56
-1
lines changed Original file line number Diff line number Diff line change
1
+ pythonVersion = "3.11.5"
2
+ pythonExe = "bin\python.bat"
3
+ pythonCpExe = "WinPython Control Panel.exe"
4
+ pythonIdleExe = "IDLE (Python GUI).exe"
5
+
6
+ bundleRelease = "@RELEASE_VERSION@"
Original file line number Diff line number Diff line change
1
+ @ echo off
2
+ set WINPYSCRIPTSDIR = %~dp0 ..\scripts
3
+ call " %WINPYSCRIPTSDIR% \env_for_icons.bat"
4
+ cd/D " %WINPYWORKDIR% "
5
+ rem backward compatibility for python command-line users
6
+ " %WINPYDIR% \python.exe" %*
Original file line number Diff line number Diff line change
1
+ @ echo off
2
+ set WINPYSCRIPTSDIR = %~dp0 ..\scripts
3
+ call " %WINPYSCRIPTSDIR% \env.bat"
4
+ " %WINPYDIR% \Scripts\pip.exe" install pywin32-306-cp312-cp312-win_amd64.whl
5
+
Original file line number Diff line number Diff line change
1
+ wheel = https://github.com/Bearsampp/modules-untouched/releases/download/python-2024.3.29/pywin32-306-cp311-cp311-win_amd64.whl
Original file line number Diff line number Diff line change
1
+ pythonVersion = "3.11.6b0"
2
+ pythonExe = "bin\python.bat"
3
+ pythonCpExe = "WinPython Control Panel.exe"
4
+ pythonIdleExe = "IDLE (Python GUI).exe"
5
+
6
+ bundleRelease = "@RELEASE_VERSION@"
Original file line number Diff line number Diff line change
1
+ @ echo off
2
+ set WINPYSCRIPTSDIR = %~dp0 ..\scripts
3
+ call " %WINPYSCRIPTSDIR% \env_for_icons.bat"
4
+ cd/D " %WINPYWORKDIR% "
5
+ rem backward compatibility for python command-line users
6
+ " %WINPYDIR% \python.exe" %*
Original file line number Diff line number Diff line change
1
+ @ echo off
2
+ set WINPYSCRIPTSDIR = %~dp0 ..\scripts
3
+ call " %WINPYSCRIPTSDIR% \env.bat"
4
+ " %WINPYDIR% \Scripts\pip.exe" install pywin32-306-cp312-cp312-win_amd64.whl
5
+
Original file line number Diff line number Diff line change
1
+ wheel = https://github.com/Bearsampp/modules-untouched/releases/download/python-2024.3.29/pywin32-306-cp311-cp311-win_amd64.whl
Original file line number Diff line number Diff line change
1
+ pythonVersion = "3.12.6.0"
2
+ pythonExe = "bin\python.bat"
3
+ pythonCpExe = "WinPython Control Panel.exe"
4
+ pythonIdleExe = "IDLE (Python GUI).exe"
5
+
6
+ bundleRelease = "@RELEASE_VERSION@"
Original file line number Diff line number Diff line change
1
+ @ echo off
2
+ set WINPYSCRIPTSDIR = %~dp0 ..\scripts
3
+ call " %WINPYSCRIPTSDIR% \env_for_icons.bat"
4
+ cd/D " %WINPYWORKDIR% "
5
+ rem backward compatibility for python command-line users
6
+ " %WINPYDIR% \python.exe" %*
Original file line number Diff line number Diff line change
1
+ @ echo off
2
+ set WINPYSCRIPTSDIR = %~dp0 ..\scripts
3
+ call " %WINPYSCRIPTSDIR% \env.bat"
4
+ " %WINPYDIR% \Scripts\pip.exe" install pywin32-306-cp312-cp312-win_amd64.whl
5
+
Original file line number Diff line number Diff line change
1
+ wheel = https://github.com/Bearsampp/modules-untouched/releases/download/Python-2023.10.9/pywin32-306-cp312-cp312-win_amd64.whl
Original file line number Diff line number Diff line change 1
1
bundle.name = python
2
- bundle.release = 2024.3.30
2
+ bundle.release = 2024.9.17
3
3
bundle.type = tools
4
4
bundle.format = 7z
5
5
Original file line number Diff line number Diff line change 1
1
3.10.6 = https://github.com/Bearsampp/module-python/releases/download/2022.09.07/bearsampp-python-3.10.6-2022.09.30.7z
2
2
3.10.9 = https://github.com/Bearsampp/module-python/releases/download/2023.4.30/bearsampp-python-3.10.9-2022.4.30.7z
3
3
3.12.2 = https://github.com/Bearsampp/module-python/releases/download/2024.3.30/bearsampp-python-3.12.2-2024.3.30.7z
4
+ 3.12.6.0 = https://github.com/Bearsampp/module-python/releases/download/2024.9.17/bearsampp-python-3.12.6.0-2024.9.17.7z
You can’t perform that action at this time.
0 commit comments