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