|
180 | 180 | ], |
181 | 181 | "modules": [ |
182 | 182 | { |
183 | | - "name": "python3-cairo", |
| 183 | + "name": "python3-meson-python", |
| 184 | + "buildsystem": "simple", |
184 | 185 | "cleanup": [ |
185 | 186 | "*" |
186 | 187 | ], |
187 | | - "buildsystem": "simple", |
188 | 188 | "build-commands": [ |
189 | | - "pip3 install --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=\"${FLATPAK_DEST}\" pycairo" |
| 189 | + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"meson-python\" --no-build-isolation" |
190 | 190 | ], |
191 | 191 | "sources": [ |
192 | 192 | { |
193 | 193 | "type": "file", |
194 | | - "url": "https://files.pythonhosted.org/packages/40/d9/412da520de9052b7e80bfc810ec10f5cb3dbfa4aa3e23c2820dc61cdb3d0/pycairo-1.28.0.tar.gz", |
195 | | - "sha256": "26ec5c6126781eb167089a123919f87baa2740da2cca9098be8b3a6b91cc5fbc", |
196 | | - "x-checker-data": { |
197 | | - "type": "pypi", |
198 | | - "name": "pycairo" |
199 | | - } |
| 194 | + "url": "https://files.pythonhosted.org/packages/28/58/66db620a8a7ccb32633de9f403fe49f1b63c68ca94e5c340ec5cceeb9821/meson_python-0.18.0-py3-none-any.whl", |
| 195 | + "sha256": "3b0fe051551cc238f5febb873247c0949cd60ded556efa130aa57021804868e2" |
200 | 196 | }, |
201 | 197 | { |
202 | 198 | "type": "file", |
203 | | - "url": "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz", |
204 | | - "sha256": "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c", |
205 | | - "x-checker-data": { |
206 | | - "type": "pypi", |
207 | | - "name": "setuptools" |
208 | | - } |
209 | | - }, |
| 199 | + "url": "https://files.pythonhosted.org/packages/c0/57/e69a1de45ec7a99a707e9f1a5defa035a48de0cae2d8582451c72d2db456/pyproject_metadata-0.10.0-py3-none-any.whl", |
| 200 | + "sha256": "b1e439a9f7560f9792ee5975dcf5e89d2510b1fc84a922d7e5d665aa9102d966" |
| 201 | + } |
| 202 | + ] |
| 203 | + }, |
| 204 | + { |
| 205 | + "name": "python3-pycairo", |
| 206 | + "buildsystem": "simple", |
| 207 | + "cleanup": [ |
| 208 | + "*" |
| 209 | + ], |
| 210 | + "build-commands": [ |
| 211 | + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pycairo\" --no-build-isolation" |
| 212 | + ], |
| 213 | + "sources": [ |
210 | 214 | { |
211 | 215 | "type": "file", |
212 | | - "url": "https://files.pythonhosted.org/packages/8a/98/2d9906746cdc6a6ef809ae6338005b3f21bb568bea3165cfc6a243fdc25c/wheel-0.45.1.tar.gz", |
213 | | - "sha256": "661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729", |
| 216 | + "url": "https://files.pythonhosted.org/packages/22/d9/1728840a22a4ef8a8f479b9156aa2943cd98c3907accd3849fb0d5f82bfd/pycairo-1.29.0.tar.gz", |
| 217 | + "sha256": "f3f7fde97325cae80224c09f12564ef58d0d0f655da0e3b040f5807bd5bd3142", |
214 | 218 | "x-checker-data": { |
215 | 219 | "type": "pypi", |
216 | | - "name": "wheel" |
| 220 | + "name": "pycairo" |
217 | 221 | } |
218 | 222 | } |
219 | 223 | ] |
|
0 commit comments