From 6ba86451c7373b73759e338ead44d691357aa6a5 Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Sun, 19 Feb 2023 20:19:31 +0100 Subject: [PATCH] Cleanups --- data/library_placeholder.svg | 29 ++++++++++++++--------------- hu.kramo.Cartridges.json | 15 ++++++++++++++- python3-PyYAML.json | 14 -------------- 3 files changed, 28 insertions(+), 30 deletions(-) delete mode 100644 python3-PyYAML.json diff --git a/data/library_placeholder.svg b/data/library_placeholder.svg index 5f6e956..7ebfbad 100644 --- a/data/library_placeholder.svg +++ b/data/library_placeholder.svg @@ -1,16 +1,15 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/hu.kramo.Cartridges.json b/hu.kramo.Cartridges.json index 8f5bb2e..82130da 100644 --- a/hu.kramo.Cartridges.json +++ b/hu.kramo.Cartridges.json @@ -29,7 +29,20 @@ "*.a" ], "modules" : [ - "python3-PyYAML.json", + { + "name": "python3-PyYAML", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"PyYAML>=6.0\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz", + "sha256": "68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2" + } + ] + }, { "name": "blueprint-compiler", "buildsystem": "meson", diff --git a/python3-PyYAML.json b/python3-PyYAML.json deleted file mode 100644 index 8393db4..0000000 --- a/python3-PyYAML.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "python3-PyYAML", - "buildsystem": "simple", - "build-commands": [ - "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"PyYAML>=6.0\" --no-build-isolation" - ], - "sources": [ - { - "type": "file", - "url": "https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz", - "sha256": "68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2" - } - ] -} \ No newline at end of file