manuskript/package/flatpak/python3-modules.json
TheJackiMonster 6b04118912
Adjusted flatpak to not break during build
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-12-11 06:40:51 +01:00

69 lines
3.1 KiB
JSON

{
"name": "python3-modules",
"buildsystem": "simple",
"build-commands": [],
"modules": [
{
"name": "python3-lxml",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"lxml\" --no-build-isolation --ignore-installed"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/fe/4c/a4dbb4e389f75e69dbfb623462dfe0d0e652107a95481d40084830d29b37/lxml-4.6.4.tar.gz",
"sha256": "daf9bd1fee31f1c7a5928b3e1059e09a8d683ea58fb3ffc773b6c88cb8d1399c"
}
]
},
{
"name": "python3-pyenchant",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pyenchant\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/b1/a3/86763b6350727ca81c8fcc5bb5bccee416e902e0085dc7a902c81233717e/pyenchant-3.2.2.tar.gz",
"sha256": "1cf830c6614362a78aab78d50eaf7c6c93831369c52e1bb64ffae1df0341e637"
}
]
},
{
"name": "python3-pyspellchecker",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pyspellchecker\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/11/ff/eeccf958759193883dfe63c9cf2dcb6374a581471dcfdb2e775c28ec56c4/pyspellchecker-0.6.2.tar.gz",
"sha256": "af6a1d0393a175499475a873f31e52135f1efd5fc912c979101b795b3c2ee77f"
}
]
},
{
"name": "python3-symspellpy",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"symspellpy\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/c8/83/d3192c486d81f6ccc10940c9be084682271e514c70ced94b29f4575a4c5c/editdistpy-0.1.3.tar.gz",
"sha256": "b3cad07319d79fe8b3ba6bf92293de962932917d88e9c624df7b6a44bddf1dcc"
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/eb/2b/cc0303a1890bd1d622e9d63e0a3b8144917e8bb25df5c1e8465b8f40ca2a/symspellpy-6.7.5.tar.gz",
"sha256": "cde72316ce6082ea2d9da369eb0971b1f7b38b1cca9cf3ffea57c2f7680c1116"
}
]
}
]
}