-
Notifications
You must be signed in to change notification settings - Fork 0
/
python-dependencies.json
executable file
·68 lines (68 loc) · 2.79 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
64
65
66
67
68
{
"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\""
],
"build-options": {
"env": {
"PYGAME_DETECT_AVX2": "1"
}
},
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/43/54/292f26c208734e9a7f067aea4a7e282c080750c4546559b58e2e45413ca0/setuptools-75.6.0.tar.gz",
"sha256": "8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6",
"x-checker-data": {
"type": "pypi",
"name": "setuptools"
}
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/4f/a4/00a9ac1b555294710d4a68d2ce8dfdf39d72aa4d769a7395d05218d88a42/setuptools_scm-8.1.0.tar.gz",
"sha256": "42dea1b65771cba93b7a515d65a65d8246e560768a66b9106a592c8e7f26c8a7",
"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/d5/ae/09427bea9227a33ec834ed5461432752fd5d02b14f93dd68406c91684622/flit_core-3.10.1.tar.gz",
"sha256": "66e5b87874a0d6e39691f0e22f09306736b633548670ad3c09ec9db03c5662f7",
"x-checker-data": {
"type": "pypi",
"name": "flit-core"
}
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/49/cc/08bba60f00541f62aaa252ce0cfbd60aebd04616c0b9574f755b583e45ae/pygame-2.6.1.tar.gz",
"sha256": "56fb02ead529cee00d415c3e007f75e0780c655909aaa8e8bf616ee09c9feb1f",
"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"
}
}
]
}