-
-
Notifications
You must be signed in to change notification settings - Fork 6
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/28/30/9abc9e34c657c33834eaf6cd02124c61bdf5944d802aa48e69be8da3585d/lxml-6.1.0.tar.gz",
"sha256": "bfd57d8008c4965709a919c3e9a98f76c2c7cb319086b3d26858250620023b13",
"x-checker-data": {
"type": "pypi",
"name": "lxml"
}
}
]
}