-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpython3-dependencies.json
75 lines (75 loc) · 3.53 KB
/
python3-dependencies.json
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "pypi-dependencies.txt",
"buildsystem": "simple",
"build-commands": [],
"modules": [
{
"name": "python3-pyside6",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"PySide6-Essentials\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/d8/f7/7a8a0c3a87fc9a898a521ae34aea5806f71f7bef1a0e032a6d954550fcea/PySide6_Essentials-6.7.0-cp39-abi3-manylinux_2_28_x86_64.whl",
"sha256": "e013238fe40596b804068e34ac173514943a41bf8e5fbb4edfc7c30b00431bd5",
"x-checker-data": {
"type": "html",
"url": "https://pypi.org/project/PySide6-Essentials/#files",
"pattern": "(https://files.pythonhosted.org/packages/.+/PySide6_Essentials-([\\d\\.-]+).+x86_64.whl)"
}
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/6a/05/a2f348685041495be25709f85ca30d9f79fdc4f3bcd4f8da8b980b1de071/shiboken6-6.7.0-cp39-abi3-manylinux_2_28_x86_64.whl",
"sha256": "7887ba7ecfddb09ee9966325c1e229a17f3f444b0257b77cb7838792287d3e05",
"x-checker-data": {
"type": "html",
"url": "https://pypi.org/project/shiboken6/#files",
"pattern": "(https://files.pythonhosted.org/packages/.+/shiboken6-([\\d\\.-]+).+x86_64.whl)"
}
}
]
},
{
"name": "python3-jeepney",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"jeepney\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/ae/72/2a1e2290f1ab1e06f71f3d0f1646c9e4634e70e1d37491535e19266e8dc9/jeepney-0.8.0-py3-none-any.whl",
"sha256": "c0a454ad016ca575060802ee4d590dd912e35c122fa04e70306de3d076cce755",
"x-checker-data": {
"type": "pypi",
"name": "jeepney",
"packagetype": "bdist_wheel"
}
}
]
},
{
"name": "python3-normcap",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"normcap\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/ba/ca/9baec6655320766771fcb0076e7d74209592252ca517976b9e5f079f68e8/normcap-0.5.8-py3-none-any.whl",
"sha256": "26cd980939063fb9ec3f252f5bdc0b6da2858217e2cdd51ce696459cfa2d857d",
"x-checker-data": {
"type": "pypi",
"name": "normcap",
"packagetype": "bdist_wheel",
"is-main-source": true
}
}
]
}
]
}