Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/com.fryzekconcepts.weegtk.json
blob: 63253f2f02d6953d54c29f065fe88a2580f77c7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
{
    "id" : "com.fryzekconcepts.weegtk",
    "runtime" : "org.gnome.Platform",
    "runtime-version" : "47",
    "sdk" : "org.gnome.Sdk",
    "command" : "weegtk",
    "finish-args" : [
        "--share=network",
        "--share=ipc",
        "--socket=fallback-x11",
        "--device=dri",
        "--socket=wayland"
    ],
    "cleanup" : [
        "/include",
        "/lib/pkgconfig",
        "/man",
        "/share/doc",
        "/share/gtk-doc",
        "/share/man",
        "/share/pkgconfig",
        "*.la",
        "*.a"
    ],
    "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" : [
                "pip install --prefix=/app pycparser-2.22-py3-none-any.whl"
            ],
            "sources" : [
                {
                    "type" : "file",
                    "url" : "https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl",
                    "sha256" : "c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc"
                }
            ]
        },
        {
            "name" : "python3-cffi",
            "buildsystem" : "simple",
            "build-commands" : [
                "pip install --prefix=/app cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
            ],
            "sources" : [
                {
                    "type" : "file",
                    "url" : "https://files.pythonhosted.org/packages/b2/d5/da47df7004cb17e4955df6a43d14b3b4ae77737dff8bf7f8f333196717bf/cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
                    "sha256" : "b62ce867176a75d03a665bad002af8e6d54644fad99a3c70905c543130e39d93"
                }
            ]
        },
        {
            "name" : "python3-cryptography",
            "buildsystem" : "simple",
            "build-commands" : [
                "pip install --prefix=/app cryptography-43.0.1-cp39-abi3-manylinux_2_28_x86_64.whl"
            ],
            "sources" : [
                {
                    "type" : "file",
                    "url" : "https://files.pythonhosted.org/packages/ac/7e/ebda4dd4ae098a0990753efbb4b50954f1d03003846b943ea85070782da7/cryptography-43.0.1-cp39-abi3-manylinux_2_28_x86_64.whl",
                    "sha256" : "511f4273808ab590912a93ddb4e3914dfd8a388fed883361b02dea3791f292e1"
                }
            ]
        },
        {
            "name" : "python3-bcrypt",
            "buildsystem" : "simple",
            "build-commands" : [
                "pip install --prefix=/app bcrypt-4.2.0-cp39-abi3-manylinux_2_28_x86_64.whl"
            ],
            "sources" : [
                {
                    "type" : "file",
                    "url" : "https://files.pythonhosted.org/packages/3e/d0/31938bb697600a04864246acde4918c4190a938f891fd11883eaaf41327a/bcrypt-4.2.0-cp39-abi3-manylinux_2_28_x86_64.whl",
                    "sha256" : "3d3a6d28cb2305b43feac298774b997e372e56c7c7afd90a12b3dc49b189151c"
                }
            ]
        },
        {
            "name" : "python3-pynacl",
            "buildsystem" : "simple",
            "build-commands" : [
                "pip install --prefix=/app PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
            ],
            "sources" : [
                {
                    "type" : "file",
                    "url" : "https://files.pythonhosted.org/packages/66/28/ca86676b69bf9f90e710571b67450508484388bfce09acf8a46f0b8c785f/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
                    "sha256" : "06b8f6fa7f5de8d5d2f7573fe8c863c051225a27b61e6860fd047b1775807858"
                }
            ]
        },
        {
            "name" : "python3-paramiko",
            "buildsystem" : "simple",
            "build-commands" : [
                "pip install --prefix=/app paramiko-3.5.0-py3-none-any.whl"
            ],
            "sources" : [
                {
                    "type" : "file",
                    "url" : "https://files.pythonhosted.org/packages/1f/66/14b2c030fcce69cba482d205c2d1462ca5c77303a263260dcb1192801c85/paramiko-3.5.0-py3-none-any.whl",
                    "sha256" : "1fedf06b085359051cd7d0d270cebe19e755a8a921cc2ddbfa647fb0cd7d68f9"
                }
            ]
        },
        {
            "name" : "python3-sshtunnel",
            "buildsystem" : "simple",
            "build-commands" : [
                "pip install --prefix=/app sshtunnel-0.4.0-py2.py3-none-any.whl"
            ],
            "sources" : [
                {
                    "type" : "file",
                    "url" : "https://files.pythonhosted.org/packages/58/13/8476c4328dcadfe26f8bd7f3a1a03bf9ddb890a7e7b692f54a179bc525bf/sshtunnel-0.4.0-py2.py3-none-any.whl",
                    "sha256" : "98e54c26f726ab8bd42b47a3a21fca5c3e60f58956f0f70de2fb8ab0046d0606"
                }
            ]
        },
        {
            "name" : "weegtk",
            "builddir" : true,
            "buildsystem" : "meson",
            "sources" : [
                {
                    "type" : "git",
                    "url" : "file:///home/lfryzek/Documents/projects/gtk/weegtk"
                }
            ]
        }
    ]
}