-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpython-dependencies.json
executable file
·63 lines (63 loc) · 2.75 KB
/
python-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
{
"name": "python-dependencies",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"setuptools>=61.0.0\" \"setuptools-scm\" \"packaging>=20\" \"flit_core>=3.3\" \"pygame\" \"mido\""
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/4c/f4/aa8d364f0dc1f33b2718938648c31202e2db5cd6479a73f0a9ca5a88372d/setuptools-78.0.2.tar.gz",
"sha256": "137525e6afb9022f019d6e884a319017f9bf879a0d8783985d32cbc8683cab93",
"x-checker-data": {
"type": "pypi",
"name": "setuptools"
}
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/4b/bd/c5d16dd95900567e09744af92119da7abc5f447320d53ec1d9415ec30263/setuptools_scm-8.2.0.tar.gz",
"sha256": "a18396a1bc0219c974d1a74612b11f9dce0d5bd8b1dc55c65f6ac7fd609e8c28",
"x-checker-data": {
"type": "pypi",
"name": "setuptools-scm"
}
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz",
"sha256": "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f",
"x-checker-data": {
"type": "pypi",
"name": "packaging"
}
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/69/59/b6fc2188dfc7ea4f936cd12b49d707f66a1cb7a1d2c16172963534db741b/flit_core-3.12.0.tar.gz",
"sha256": "18f63100d6f94385c6ed57a72073443e1a71a4acb4339491615d0f16d6ff01b2",
"x-checker-data": {
"type": "pypi",
"name": "flit-core"
}
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/b9/f2/d31e6ad42d657af07be2ffd779190353f759a07b51232b9e1d724f2cda46/pygame-2.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"sha256": "1206125f14cae22c44565c9d333607f1d9f59487b1f1432945dfc809aeaa3e88",
"x-checker-data": {
"type": "pypi",
"name": "pygame"
}
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/23/14/cfda3fe61ce4c0f50a9f707ae02b46cb53211732b2cd4522bf06272848f4/mido-1.3.3.tar.gz",
"sha256": "1aecb30b7f282404f17e43768cbf74a6a31bf22b3b783bdd117a1ce9d22cb74c",
"x-checker-data": {
"type": "pypi",
"name": "mido"
}
}
]
}