-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpython3-dulwich.json
More file actions
29 lines (29 loc) · 1.15 KB
/
python3-dulwich.json
File metadata and controls
29 lines (29 loc) · 1.15 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
{
"name": "python3-dulwich",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"dulwich\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/9a/0c/f1dd3ec610f12812681bdda1ebb34f5d0520d6db12cbc0b7b91257e0cf36/dulwich-1.2.0-py3-none-any.whl",
"sha256": "5948faa66b0e9185c9f07602dbe5ba0cd92fdda397e5303964fb53aada7746fe",
"x-checker-data": {
"type": "pypi",
"name": "dulwich",
"packagetype": "bdist_wheel"
}
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/39/08/aaaad47bc4e9dc8c725e68f9d04865dbcb2052843ff09c97b08904852d84/urllib3-2.6.3-py3-none-any.whl",
"sha256": "bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4",
"x-checker-data": {
"type": "pypi",
"name": "urllib3",
"packagetype": "bdist_wheel"
}
}
]
}