-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyqtdarktheme_deps.json
More file actions
35 lines (35 loc) · 1.73 KB
/
pyqtdarktheme_deps.json
File metadata and controls
35 lines (35 loc) · 1.73 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
34
35
{
"name": "python3-package-installation",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} --no-build-isolation darkdetect maturin setuptools-rust"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/63/bd/b31abc8fcaab163e0b9501020309dd9094b47d609035a23e6ec0a0a8ba10/darkdetect-0.7.1-py2.py3-none-any.whl",
"sha256": "3efe69f8ecd5f1b7f4fbb0d1d93f656b0e493c45cc49222380ffe2a529cbc866"
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/3d/96/1544cc829237424c9af7e474bc5fb707386e0f0e995d59077e230b3945e9/maturin-1.9.3-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl",
"sha256": "b17d5a4fe513d92ae96d27c2bc5c12ea024a69d8b6ac27f79e67b19f0fd004fa",
"only-arches": [
"aarch64"
]
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/0e/fb/d0297853d0071f7977d8bc1ddfcf4b0c36aa6db1123a1ee324962cf3525b/maturin-1.9.3-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.musllinux_1_1_x86_64.whl",
"sha256": "45d9909651a79186faf1bfaa0202204957870b30ce3bbd68516028f990a3cb38",
"only-arches": [
"x86_64"
]
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/b3/01/37e1376f80578882e4f2d451f57d1fb42a599832057a123f57d9f26395c8/setuptools_rust-1.11.1-py3-none-any.whl",
"sha256": "5eaaddaed268dc24a527ffa659ce56b22d3cf17b781247b779efd611031fe8ea"
}
]
}