-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpython3-pyyaml.json
More file actions
18 lines (18 loc) · 664 Bytes
/
python3-pyyaml.json
File metadata and controls
18 lines (18 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "python3-pyyaml",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pyyaml\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/05/8e/961c0007c59b8dd7729d542c61a4d537767a59645b82a0b521206e1e25c2/pyyaml-6.0.3.tar.gz",
"sha256": "d76623373421df22fb4cf8817020cbb7ef15c725b9d5e45f17e189bfc384190f",
"x-checker-data": {
"type": "pypi",
"name": "pyyaml"
}
}
]
}