-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpython3-doit.json
More file actions
24 lines (24 loc) · 1.05 KB
/
python3-doit.json
File metadata and controls
24 lines (24 loc) · 1.05 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
{
"name": "python3-doit",
"buildsystem": "simple",
"build-commands": [
"pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} doit"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/e3/c0/fd5b18dde17c1249658521f69598f3252f11d9d7a980c5be8619970646e1/pyinotify-0.9.6.tar.gz",
"sha256": "9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4"
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/57/71/4bc4d2731651a61c55c4c20681c742a9fee05f9efc2bd7ae52bf226ebfc2/cloudpickle-0.8.0.tar.gz",
"sha256": "18d3a5dfc82f752b9f4c844cceb663213e26e130f4a2894a18ad1f11d57a30bc"
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/ac/ef/6964b53e50c9d1901d2c56dd117478c9d9aceb212f8cf893ba5fa81f0014/doit-0.31.1.tar.gz",
"sha256": "bad01949effd537cade3aea286cc2cde074bdb7a4f442015557b1228dd46f5ea"
}
]
}