Skip to content
Snippets Groups Projects
Commit d3b0b56d authored by Christoph Stahl's avatar Christoph Stahl
Browse files

Move to only yaml flatpak configs

parent af242a9c
No related branches found
No related tags found
No related merge requests found
{
"name": "python3-expandvars",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"expandvars\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/df/b3/072c28eace372ba7630ea187b7efd7f09cc8bcebf847a96b5e03e9cc0828/expandvars-0.12.0-py3-none-any.whl",
"sha256": "7432c1c2ae50c671a8146583177d60020dd210ada7d940e52af91f1f84f753b2"
}
]
}
\ No newline at end of file
# Generated with flatpak-pip-generator --yaml expandvars
name: python3-expandvars
buildsystem: simple
build-commands:
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
--prefix=${FLATPAK_DEST} "expandvars" --no-build-isolation
sources:
- type: file
url: https://files.pythonhosted.org/packages/df/b3/072c28eace372ba7630ea187b7efd7f09cc8bcebf847a96b5e03e9cc0828/expandvars-0.12.0-py3-none-any.whl
sha256: 7432c1c2ae50c671a8146583177d60020dd210ada7d940e52af91f1f84f753b2
......@@ -25,7 +25,7 @@ finish-args:
command: syng
modules:
- python3-pyyaml.yaml
- python3-expandvars.json
- python3-expandvars.yaml
- python3-aiohttp.yaml
- python3-requirements-client.yaml
- python3-poetry-core.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment