From d3b0b56d5789b4ff202808c19a7bdd42c8bae0d0 Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Mon, 23 Sep 2024 14:22:04 +0200 Subject: [PATCH] Move to only yaml flatpak configs --- resources/flatpak/python3-expandvars.json | 14 -------------- resources/flatpak/python3-expandvars.yaml | 10 ++++++++++ resources/flatpak/rocks.syng.Syng.yml | 2 +- 3 files changed, 11 insertions(+), 15 deletions(-) delete mode 100644 resources/flatpak/python3-expandvars.json create mode 100644 resources/flatpak/python3-expandvars.yaml diff --git a/resources/flatpak/python3-expandvars.json b/resources/flatpak/python3-expandvars.json deleted file mode 100644 index 6468c51..0000000 --- a/resources/flatpak/python3-expandvars.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "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 diff --git a/resources/flatpak/python3-expandvars.yaml b/resources/flatpak/python3-expandvars.yaml new file mode 100644 index 0000000..0d742c3 --- /dev/null +++ b/resources/flatpak/python3-expandvars.yaml @@ -0,0 +1,10 @@ +# 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 diff --git a/resources/flatpak/rocks.syng.Syng.yml b/resources/flatpak/rocks.syng.Syng.yml index b0ff4c1..c7b20d4 100644 --- a/resources/flatpak/rocks.syng.Syng.yml +++ b/resources/flatpak/rocks.syng.Syng.yml @@ -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