|
3 | 3 | "buildsystem": "simple", |
4 | 4 | "build-commands": [], |
5 | 5 | "modules": [ |
| 6 | + { |
| 7 | + "name": "python3-markupsafe", |
| 8 | + "buildsystem": "simple", |
| 9 | + "build-commands": [ |
| 10 | + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"markupsafe\" --no-build-isolation" |
| 11 | + ], |
| 12 | + "sources": [ |
| 13 | + { |
| 14 | + "type": "file", |
| 15 | + "url": "https://files.pythonhosted.org/packages/b2/97/5d42485e71dfc078108a86d6de8fa46db44a1a9295e89c5d6d4a06e23a62/markupsafe-3.0.2.tar.gz", |
| 16 | + "sha256": "ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0" |
| 17 | + } |
| 18 | + ] |
| 19 | + }, |
6 | 20 | { |
7 | 21 | "name": "python3-meson-python", |
8 | 22 | "buildsystem": "simple", |
|
22 | 36 | }, |
23 | 37 | { |
24 | 38 | "type": "file", |
25 | | - "url": "https://files.pythonhosted.org/packages/e8/61/9dd3e68d2b6aa40a5fc678662919be3c3a7bf22cba5a6b4437619b77e156/pyproject_metadata-0.9.0-py3-none-any.whl", |
26 | | - "sha256": "fc862aab066a2e87734333293b0af5845fe8ac6cb69c451a41551001e923be0b" |
| 39 | + "url": "https://files.pythonhosted.org/packages/7e/b1/8e63033b259e0a4e40dd1ec4a9fee17718016845048b43a36ec67d62e6fe/pyproject_metadata-0.9.1-py3-none-any.whl", |
| 40 | + "sha256": "ee5efde548c3ed9b75a354fc319d5afd25e9585fa918a34f62f904cc731973ad" |
27 | 41 | } |
28 | 42 | ] |
29 | 43 | }, |
30 | 44 | { |
31 | | - "name": "python3-numpy", |
| 45 | + "name": "python3-nanobind", |
32 | 46 | "buildsystem": "simple", |
33 | 47 | "build-commands": [ |
34 | | - "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"numpy==1.26.4\" --no-build-isolation" |
| 48 | + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"nanobind\" --no-build-isolation" |
35 | 49 | ], |
36 | 50 | "sources": [ |
37 | 51 | { |
38 | 52 | "type": "file", |
39 | | - "url": "https://files.pythonhosted.org/packages/65/6e/09db70a523a96d25e115e71cc56a6f9031e7b8cd166c1ac8438307c14058/numpy-1.26.4.tar.gz", |
40 | | - "sha256": "2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010" |
| 53 | + "url": "https://files.pythonhosted.org/packages/8e/9e/dadc3831f40e22c1b3925f07894646ada7906ef5b48db5c5eb2b03ca9faa/nanobind-2.5.0-py3-none-any.whl", |
| 54 | + "sha256": "e1e5c816e5d10f0b252d82ba7f769f0f6679f5e043cf406aec3d9e184bf2a60d" |
41 | 55 | } |
42 | 56 | ] |
43 | 57 | }, |
44 | 58 | { |
45 | | - "name": "python3-markupsafe", |
| 59 | + "name": "python3-numpy", |
46 | 60 | "buildsystem": "simple", |
47 | 61 | "build-commands": [ |
48 | | - "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"markupsafe\" --no-build-isolation" |
| 62 | + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"numpy==1.26.4\" --no-build-isolation" |
49 | 63 | ], |
50 | 64 | "sources": [ |
51 | 65 | { |
52 | 66 | "type": "file", |
53 | | - "url": "https://files.pythonhosted.org/packages/b2/97/5d42485e71dfc078108a86d6de8fa46db44a1a9295e89c5d6d4a06e23a62/markupsafe-3.0.2.tar.gz", |
54 | | - "sha256": "ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0" |
| 67 | + "url": "https://files.pythonhosted.org/packages/65/6e/09db70a523a96d25e115e71cc56a6f9031e7b8cd166c1ac8438307c14058/numpy-1.26.4.tar.gz", |
| 68 | + "sha256": "2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010" |
55 | 69 | } |
56 | 70 | ] |
57 | 71 | } |
|
0 commit comments