-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpython3-Pillow.json
More file actions
33 lines (33 loc) · 1.28 KB
/
Copy pathpython3-Pillow.json
File metadata and controls
33 lines (33 loc) · 1.28 KB
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
{
"name": "python3-Pillow",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"Pillow\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/f7/62/de5bdd77d935331f4f802edc11e4d82950f642caad6cb2f949837b8560e2/pillow-12.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
"sha256": "0847a763afefb695bc912d7c131e7e0632d4edc1d8698f58ddabec8e46b8b6d3",
"only-arches": [
"x86_64"
],
"x-checker-data": {
"type": "pypi",
"name": "pillow"
}
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/1f/01/e18aff37cb0b4aac47ac90f016d347a49aca667ef97f190b06ac2aabc928/pillow-12.3.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
"sha256": "f7401aebd7f581d7f83a439d87d474999317ee099218e5ad25d125290990ba65",
"only-arches": [
"aarch64"
],
"x-checker-data": {
"type": "pypi",
"name": "pillow"
}
}
]
}