Commit f2b9275
authored
Packaging v2 (#111)
* Upgraded Android plugin to Python 3.12
* Format exception
* Return formatted exception
* Some cleanup
* Moved to getPythonError()
* Package Python for arm64-v8a
* Fix yaml
* Fix rsync command
* Add build_script section
* Manually push artifacts
* Build Python for Android for all ABIs
* Do not strip libpythonbundle.so
* build.gradble changes - Download distros for all ABIs
* Do not build Python for Android x86
Flutter doesn't support x86
* Pack/unpack site-packages
* Packaging python for iOS - v1
* install_name_tool
* Try real packaging for iOS
* Fix yaml
* Fix call to package-python-for-ios.sh
* Fix rsync
* Use build and dist dirs
* Fix android packaging
* Add _sysconfigdata__*.py for all platforms
* Make self-contained and reusable create_xcframework_from_dylibs
* Use full Python version 3.12.3 to package pythons
* Save a bit
* Fix site-packages
* prepare macos script
* iOS works!
* Project changes
* Update serious_python_darwin.podspec
* Build Python for macOS
* Emscripten
* Build python with new repos
* Fix iOS dist
* Implement simple PyPI server in Dart
* Re-build pythons
* Added supported tags for pip install
* iOS project can be compiled with Python
* site-packages processing works for iOS
* Remove packaging scripts
* Re-worked package command - darft
* Calculating app archive hash
* Run on macos-sonoma
* Shutdown Pyodide PyPI server
* Re-enable cache
* Update junk list
* remove bin
* Add python xcframeworks into Flutter app bundle
* Make the script idempotent, cleanup.
* iOS packaging works!
* Fix for Android
* Improve archive unpacking performance/effectiveness
* iOS: update site-packages on every build
* Leave "bin" folder on for desktop while packaging
* macOS support
* Do not delete *_dist folders
* Merge macOS site packages
* Use extra index on Gemfury
* Flet example updated
* Migrated to Python 3.12
* Download stripped python for build purposes
* Linux migrated to python 3.12
* Update links to python-build repo
* Try test iOS
* Fixed SERIOUS_PYTHON_SITE_PACKAGES
* Test on Android
* Fix packaging command for Android
* Test on Windows, Linux and macOS
* Test macOS on Ventura
* Test macOS only
* iOS and macOS tests on ventura
* Run "Test on Linux ARM64"
* Fix gstreamer on arm
* Fix again
* Install ninja-build on arm
* Run macOS test
* Version bumped to 0.8.0
* Unpack app to the same directory to avoid disk pollution
* Unpack app into support directory
* Enable all CI jobs
* Simplify iOS test
* Update examples
* Update macOS example
* Updated readmes
* Update CHANGELOG.md1 parent ba361bc commit f2b9275
File tree
82 files changed
+10794
-9601
lines changed- docs
- src
- serious_python_android
- android
- lib
- src
- serious_python_darwin
- darwin
- Assets
- Classes
- pod_templates
- libpython3.11.xcframework
- ios-arm64/Headers
- ios-x86_64-simulator/Headers
- site-packages
- serious_python_linux
- linux
- serious_python_platform_interface
- lib/src
- serious_python_windows
- windows
- serious_python
- bin
- example
- flask_example
- app
- macos/Flutter
- flet_example
- app
- src
- ios
- Runner
- lib
- macos
- Runner
- run_example
- android
- app
- gradle/wrapper
- app
- src
- ios
- Flutter
- Runner.xcodeproj
- Runner
- lib
- macos
- Flutter
- Runner.xcodeproj
- Runner
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
82 files changed
+10794
-9601
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 8 | | |
18 | 9 | | |
19 | 10 | | |
20 | | - | |
| 11 | + | |
21 | 12 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
26 | 17 | | |
27 | 18 | | |
28 | 19 | | |
| |||
39 | 30 | | |
40 | 31 | | |
41 | 32 | | |
42 | | - | |
| 33 | + | |
43 | 34 | | |
44 | 35 | | |
45 | 36 | | |
46 | 37 | | |
47 | 38 | | |
48 | 39 | | |
49 | 40 | | |
50 | | - | |
| 41 | + | |
51 | 42 | | |
52 | 43 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | 44 | | |
167 | 45 | | |
168 | 46 | | |
| |||
177 | 55 | | |
178 | 56 | | |
179 | 57 | | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | 58 | | |
188 | 59 | | |
189 | 60 | | |
190 | 61 | | |
191 | | - | |
| 62 | + | |
192 | 63 | | |
193 | 64 | | |
194 | 65 | | |
| |||
203 | 74 | | |
204 | 75 | | |
205 | 76 | | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
213 | 84 | | |
214 | 85 | | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | 86 | | |
223 | 87 | | |
224 | 88 | | |
| 89 | + | |
225 | 90 | | |
226 | | - | |
227 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
228 | 94 | | |
229 | 95 | | |
230 | 96 | | |
| |||
254 | 120 | | |
255 | 121 | | |
256 | 122 | | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | 123 | | |
265 | 124 | | |
266 | 125 | | |
| 126 | + | |
267 | 127 | | |
268 | | - | |
| 128 | + | |
269 | 129 | | |
270 | 130 | | |
271 | 131 | | |
| |||
287 | 147 | | |
288 | 148 | | |
289 | 149 | | |
290 | | - | |
| 150 | + | |
291 | 151 | | |
292 | 152 | | |
293 | 153 | | |
| |||
307 | 167 | | |
308 | 168 | | |
309 | 169 | | |
310 | | - | |
| 170 | + | |
311 | 171 | | |
312 | 172 | | |
313 | 173 | | |
| |||
321 | 181 | | |
322 | 182 | | |
323 | 183 | | |
324 | | - | |
| 184 | + | |
325 | 185 | | |
326 | 186 | | |
327 | 187 | | |
| |||
331 | 191 | | |
332 | 192 | | |
333 | 193 | | |
334 | | - | |
| 194 | + | |
335 | 195 | | |
336 | 196 | | |
337 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
1 | 15 | | |
2 | 16 | | |
3 | 17 | | |
| |||
0 commit comments