diff options
Diffstat (limited to 'com.fryzekconcepts.weegtk.json')
-rw-r--r-- | com.fryzekconcepts.weegtk.json | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/com.fryzekconcepts.weegtk.json b/com.fryzekconcepts.weegtk.json index f057400..63253f2 100644 --- a/com.fryzekconcepts.weegtk.json +++ b/com.fryzekconcepts.weegtk.json @@ -24,6 +24,76 @@ ], "modules" : [ { + "name" : "python3-urllib3", + "buildsystem" : "simple", + "build-commands" : [ + "pip install --prefix=/app urllib3-2.2.3-py3-none-any.whl" + ], + "sources" : [ + { + "type" : "file", + "url" : "https://files.pythonhosted.org/packages/ce/d9/5f4c13cecde62396b0d3fe530a50ccea91e7dfc1ccf0e09c228841bb5ba8/urllib3-2.2.3-py3-none-any.whl", + "sha256" : "ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac" + } + ] + }, + { + "name" : "python3-idna", + "buildsystem" : "simple", + "build-commands" : [ + "pip install --prefix=/app idna-3.10-py3-none-any.whl" + ], + "sources" : [ + { + "type" : "file", + "url" : "https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl", + "sha256" : "946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3" + } + ] + }, + { + "name" : "python3-charsetnormalizer", + "buildsystem" : "simple", + "build-commands" : [ + "pip install --prefix=/app charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + ], + "sources" : [ + { + "type" : "file", + "url" : "https://files.pythonhosted.org/packages/ee/fb/14d30eb4956408ee3ae09ad34299131fb383c47df355ddb428a7331cfa1e/charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", + "sha256" : "90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b" + } + ] + }, + { + "name" : "python3-certifi", + "buildsystem" : "simple", + "build-commands" : [ + "pip install --prefix=/app certifi-2024.8.30-py3-none-any.whl" + ], + "sources" : [ + { + "type" : "file", + "url" : "https://files.pythonhosted.org/packages/12/90/3c9ff0512038035f59d279fddeb79f5f1eccd8859f06d6163c58798b9487/certifi-2024.8.30-py3-none-any.whl", + "sha256" : "922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8" + } + ] + }, + { + "name" : "python3-requests", + "buildsystem" : "simple", + "build-commands" : [ + "pip install --prefix=/app requests-2.32.3-py3-none-any.whl" + ], + "sources" : [ + { + "type" : "file", + "url" : "https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl", + "sha256" : "70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6" + } + ] + }, + { "name" : "python3-pycparser", "buildsystem" : "simple", "build-commands" : [ |