Mercurial > sat_docs
comparison flatpak/org.salutatoi.Sdk.json @ 132:d7761eb3f20b
flatpak: Flatpak manifests for backend and active frontends, first draft
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 15 Jul 2018 11:48:08 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
131:8b4c3ff88985 | 132:d7761eb3f20b |
---|---|
1 { | |
2 "id": "org.salutatoi.Sdk", | |
3 "id-platform": "org.salutatoi.Platform", | |
4 "branch": "0.7.0a2", | |
5 "build-runtime": true, | |
6 "runtime": "org.freedesktop.Platform", | |
7 "runtime-version": "1.6", | |
8 "sdk": "org.freedesktop.Sdk", | |
9 "sdk-extensions": [ | |
10 "org.freedesktop.Sdk.Debug", | |
11 "org.freedesktop.Sdk.Locale", | |
12 "org.freedesktop.Sdk.Docs" | |
13 ], | |
14 "platform-extensions": [ | |
15 "org.freedesktop.Platform.Locale" | |
16 ], | |
17 "modules": [ | |
18 { | |
19 "name": "libxslt", | |
20 "sources": [ | |
21 { | |
22 "type": "archive", | |
23 "url": "ftp://xmlsoft.org/libxml2/libxslt-1.1.32.tar.gz", | |
24 "sha256": "526ecd0abaf4a7789041622c3950c0e7f2c4c8835471515fd77eec684a355460" | |
25 } | |
26 ] | |
27 }, | |
28 { | |
29 "name": "lxml", | |
30 "buildsystem": "simple", | |
31 "build-commands": [ | |
32 "python ./setup.py install --prefix=${FLATPAK_DEST} --optimize=1" | |
33 ], | |
34 "build-options": { | |
35 "env": { | |
36 "XSLT_CONFIG": "pkg-config libxslt" | |
37 } | |
38 }, | |
39 "sources": [ | |
40 { | |
41 "type": "archive", | |
42 "url": "https://pypi.python.org/packages/39/e8/a8e0b1fa65dd021d48fe21464f71783655f39a41f218293c1c590d54eb82/lxml-3.7.3.tar.gz", | |
43 "sha256": "aa502d78a51ee7d127b4824ff96500f0181d3c7826e6ee7b800d068be79361c7" | |
44 } | |
45 ] | |
46 }, | |
47 { | |
48 "name": "python2-wheel", | |
49 "buildsystem": "simple", | |
50 "build-commands": [ | |
51 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
52 ], | |
53 "sources": [ | |
54 { | |
55 "type": "archive", | |
56 "url": "https://files.pythonhosted.org/packages/2a/fb/aefe5d5dbc3f4fe1e815bcdb05cbaab19744d201bbc9b59cfa06ec7fc789/wheel-0.31.1.tar.gz", | |
57 "sha256": "0a2e54558a0628f2145d2fc822137e322412115173e8a2ddbe1c9024338ae83c" | |
58 } | |
59 ], | |
60 "ensure-writable": [ | |
61 "/lib/python2.7/site-packages/easy-install.pth" | |
62 ] | |
63 }, | |
64 { | |
65 "name": "python2-setuptools_scm", | |
66 "buildsystem": "simple", | |
67 "build-commands": [ | |
68 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
69 ], | |
70 "sources": [ | |
71 { | |
72 "type": "archive", | |
73 "url": "https://files.pythonhosted.org/packages/e5/62/f9e1ac314464eb5945c97542acb6bf6f3381dfa5d7a658de7730c36f31a1/setuptools_scm-2.1.0.tar.gz", | |
74 "sha256": "a767141fecdab1c0b3c8e4c788ac912d7c94a0d6c452d40777ba84f918316379" | |
75 } | |
76 ], | |
77 "ensure-writable": [ | |
78 "/lib/python2.7/site-packages/easy-install.pth" | |
79 ] | |
80 }, | |
81 { | |
82 "name": "python2-ipaddress", | |
83 "buildsystem": "simple", | |
84 "build-commands": [ | |
85 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
86 ], | |
87 "sources": [ | |
88 { | |
89 "type": "archive", | |
90 "url": "https://files.pythonhosted.org/packages/97/8d/77b8cedcfbf93676148518036c6b1ce7f8e14bf07e95d7fd4ddcb8cc052f/ipaddress-1.0.22.tar.gz", | |
91 "sha256": "b146c751ea45cad6188dd6cf2d9b757f6f4f8d6ffb96a023e6f2e26eea02a72c" | |
92 } | |
93 ], | |
94 "ensure-writable": [ | |
95 "/lib/python2.7/site-packages/easy-install.pth" | |
96 ] | |
97 }, | |
98 { | |
99 "name": "python2-enum34", | |
100 "buildsystem": "simple", | |
101 "build-commands": [ | |
102 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
103 ], | |
104 "sources": [ | |
105 { | |
106 "type": "archive", | |
107 "url": "https://files.pythonhosted.org/packages/bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876/enum34-1.1.6.tar.gz", | |
108 "sha256": "8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1" | |
109 } | |
110 ], | |
111 "ensure-writable": [ | |
112 "/lib/python2.7/site-packages/easy-install.pth" | |
113 ] | |
114 }, | |
115 { | |
116 "name": "python2-pycparser", | |
117 "buildsystem": "simple", | |
118 "build-commands": [ | |
119 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
120 ], | |
121 "sources": [ | |
122 { | |
123 "type": "archive", | |
124 "url": "https://files.pythonhosted.org/packages/8c/2d/aad7f16146f4197a11f8e91fb81df177adcc2073d36a17b1491fd09df6ed/pycparser-2.18.tar.gz", | |
125 "sha256": "99a8ca03e29851d96616ad0404b4aad7d9ee16f25c9f9708a11faf2810f7b226" | |
126 } | |
127 ], | |
128 "ensure-writable": [ | |
129 "/lib/python2.7/site-packages/easy-install.pth" | |
130 ] | |
131 }, | |
132 { | |
133 "name": "python2-cffi", | |
134 "buildsystem": "simple", | |
135 "build-commands": [ | |
136 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
137 ], | |
138 "sources": [ | |
139 { | |
140 "type": "archive", | |
141 "url": "https://files.pythonhosted.org/packages/e7/a7/4cd50e57cc6f436f1cc3a7e8fa700ff9b8b4d471620629074913e3735fb2/cffi-1.11.5.tar.gz", | |
142 "sha256": "e90f17980e6ab0f3c2f3730e56d1fe9bcba1891eeea58966e89d352492cc74f4" | |
143 } | |
144 ], | |
145 "ensure-writable": [ | |
146 "/lib/python2.7/site-packages/easy-install.pth" | |
147 ] | |
148 }, | |
149 { | |
150 "name": "python2-asn1crypto", | |
151 "buildsystem": "simple", | |
152 "build-commands": [ | |
153 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
154 ], | |
155 "sources": [ | |
156 { | |
157 "type": "archive", | |
158 "url": "https://files.pythonhosted.org/packages/fc/f1/8db7daa71f414ddabfa056c4ef792e1461ff655c2ae2928a2b675bfed6b4/asn1crypto-0.24.0.tar.gz", | |
159 "sha256": "9d5c20441baf0cb60a4ac34cc447c6c189024b6b4c6cd7877034f4965c464e49" | |
160 } | |
161 ], | |
162 "ensure-writable": [ | |
163 "/lib/python2.7/site-packages/easy-install.pth" | |
164 ] | |
165 }, | |
166 { | |
167 "name": "python2-constantly", | |
168 "buildsystem": "simple", | |
169 "build-commands": [ | |
170 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
171 ], | |
172 "sources": [ | |
173 { | |
174 "type": "archive", | |
175 "url": "https://files.pythonhosted.org/packages/95/f1/207a0a478c4bb34b1b49d5915e2db574cadc415c9ac3a7ef17e29b2e8951/constantly-15.1.0.tar.gz", | |
176 "sha256": "586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba59146dfc35" | |
177 } | |
178 ], | |
179 "ensure-writable": [ | |
180 "/lib/python2.7/site-packages/easy-install.pth" | |
181 ] | |
182 }, | |
183 { | |
184 "name": "python2-zope.interface", | |
185 "buildsystem": "simple", | |
186 "build-commands": [ | |
187 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
188 ], | |
189 "sources": [ | |
190 { | |
191 "type": "archive", | |
192 "url": "https://files.pythonhosted.org/packages/ac/8a/657532df378c2cd2a1fe6b12be3b4097521570769d4852ec02c24bd3594e/zope.interface-4.5.0.tar.gz", | |
193 "sha256": "57c38470d9f57e37afb460c399eb254e7193ac7fb8042bd09bdc001981a9c74c" | |
194 } | |
195 ], | |
196 "ensure-writable": [ | |
197 "/lib/python2.7/site-packages/easy-install.pth", | |
198 "/lib/python2.7/site-packages/setuptools.pth" | |
199 ] | |
200 }, | |
201 { | |
202 "name": "python2-pyasn1", | |
203 "buildsystem": "simple", | |
204 "build-commands": [ | |
205 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
206 ], | |
207 "sources": [ | |
208 { | |
209 "type": "archive", | |
210 "url": "https://files.pythonhosted.org/packages/0d/33/3466a3210321a02040e3ab2cd1ffc6f44664301a5d650a7e44be1dc341f2/pyasn1-0.4.3.tar.gz", | |
211 "sha256": "fb81622d8f3509f0026b0683fe90fea27be7284d3826a5f2edf97f69151ab0fc" | |
212 } | |
213 ], | |
214 "ensure-writable": [ | |
215 "/lib/python2.7/site-packages/easy-install.pth" | |
216 ] | |
217 }, | |
218 { | |
219 "name": "python2-pyasn1-modules", | |
220 "buildsystem": "simple", | |
221 "build-commands": [ | |
222 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
223 ], | |
224 "sources": [ | |
225 { | |
226 "type": "archive", | |
227 "url": "https://files.pythonhosted.org/packages/37/33/74ebdc52be534e683dc91faf263931bc00ae05c6073909fde53999088541/pyasn1-modules-0.2.2.tar.gz", | |
228 "sha256": "a0cf3e1842e7c60fde97cb22d275eb6f9524f5c5250489e292529de841417547" | |
229 } | |
230 ], | |
231 "ensure-writable": [ | |
232 "/lib/python2.7/site-packages/easy-install.pth" | |
233 ] | |
234 }, | |
235 { | |
236 "name": "python2-attrs", | |
237 "buildsystem": "simple", | |
238 "build-commands": [ | |
239 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
240 ], | |
241 "sources": [ | |
242 { | |
243 "type": "archive", | |
244 "url": "https://files.pythonhosted.org/packages/e4/ac/a04671e118b57bee87dabca1e0f2d3bda816b7a551036012d0ca24190e71/attrs-18.1.0.tar.gz", | |
245 "sha256": "e0d0eb91441a3b53dab4d9b743eafc1ac44476296a2053b6ca3af0b139faf87b" | |
246 } | |
247 ], | |
248 "ensure-writable": [ | |
249 "/lib/python2.7/site-packages/easy-install.pth" | |
250 ] | |
251 }, | |
252 { | |
253 "name": "python2-six", | |
254 "buildsystem": "simple", | |
255 "build-commands": [ | |
256 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
257 ], | |
258 "sources": [ | |
259 { | |
260 "type": "archive", | |
261 "url": "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz", | |
262 "sha256": "70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9" | |
263 } | |
264 ], | |
265 "ensure-writable": [ | |
266 "/lib/python2.7/site-packages/easy-install.pth" | |
267 ] | |
268 }, | |
269 { | |
270 "name": "python2-idna", | |
271 "buildsystem": "simple", | |
272 "build-commands": [ | |
273 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
274 ], | |
275 "sources": [ | |
276 { | |
277 "type": "archive", | |
278 "url": "https://files.pythonhosted.org/packages/65/c4/80f97e9c9628f3cac9b98bfca0402ede54e0563b56482e3e6e45c43c4935/idna-2.7.tar.gz", | |
279 "sha256": "684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16" | |
280 } | |
281 ], | |
282 "ensure-writable": [ | |
283 "/lib/python2.7/site-packages/easy-install.pth" | |
284 ] | |
285 }, | |
286 { | |
287 "name": "python2-hyperlink", | |
288 "buildsystem": "simple", | |
289 "build-commands": [ | |
290 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
291 ], | |
292 "sources": [ | |
293 { | |
294 "type": "archive", | |
295 "url": "https://files.pythonhosted.org/packages/41/e1/0abd4b480ec04892b1db714560f8c855d43df81895c98506442babf3652f/hyperlink-18.0.0.tar.gz", | |
296 "sha256": "f01b4ff744f14bc5d0a22a6b9f1525ab7d6312cb0ff967f59414bbac52f0a306" | |
297 } | |
298 ], | |
299 "ensure-writable": [ | |
300 "/lib/python2.7/site-packages/easy-install.pth" | |
301 ] | |
302 }, | |
303 { | |
304 "name": "python2-docutils", | |
305 "buildsystem": "simple", | |
306 "build-commands": [ | |
307 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
308 ], | |
309 "sources": [ | |
310 { | |
311 "type": "archive", | |
312 "url": "https://files.pythonhosted.org/packages/84/f4/5771e41fdf52aabebbadecc9381d11dea0fa34e4759b4071244fa094804c/docutils-0.14.tar.gz", | |
313 "sha256": "51e64ef2ebfb29cae1faa133b3710143496eca21c530f3f71424d77687764274" | |
314 } | |
315 ], | |
316 "ensure-writable": [ | |
317 "/lib/python2.7/site-packages/easy-install.pth" | |
318 ] | |
319 }, | |
320 { | |
321 "name": "python2-mistune", | |
322 "buildsystem": "simple", | |
323 "build-commands": [ | |
324 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
325 ], | |
326 "sources": [ | |
327 { | |
328 "type": "archive", | |
329 "url": "https://files.pythonhosted.org/packages/9d/be/e06d4346cc608a01dec6bf770d7d0303a4fd6db588b318ced18f5f257145/mistune-0.8.3.tar.gz", | |
330 "sha256": "bc10c33bfdcaa4e749b779f62f60d6e12f8215c46a292d05e486b869ae306619" | |
331 } | |
332 ], | |
333 "ensure-writable": [ | |
334 "/lib/python2.7/site-packages/easy-install.pth" | |
335 ] | |
336 }, | |
337 { | |
338 "name": "python2-m2r", | |
339 "buildsystem": "simple", | |
340 "build-commands": [ | |
341 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
342 ], | |
343 "sources": [ | |
344 { | |
345 "type": "archive", | |
346 "url": "https://files.pythonhosted.org/packages/23/c5/cf5510b7347c3664f404f08a431dd915048e2643a070dc7f6822904aa6cc/m2r-0.1.15.tar.gz", | |
347 "sha256": "1c358d8bf21ff70e569968d604a0e3c9b05fe01b5f362389235e97bc7c0cd542" | |
348 } | |
349 ], | |
350 "ensure-writable": [ | |
351 "/lib/python2.7/site-packages/easy-install.pth" | |
352 ] | |
353 }, | |
354 { | |
355 "name": "python2-Automat", | |
356 "buildsystem": "simple", | |
357 "build-commands": [ | |
358 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
359 ], | |
360 "sources": [ | |
361 { | |
362 "type": "archive", | |
363 "url": "https://files.pythonhosted.org/packages/4a/4f/64db3ffda8828cb0541fe949354615f39d02f596b4c33fb74863756fc565/Automat-0.7.0.tar.gz", | |
364 "sha256": "cbd78b83fa2d81fe2a4d23d258e1661dd7493c9a50ee2f1a5b2cac61c1793b0e" | |
365 } | |
366 ], | |
367 "ensure-writable": [ | |
368 "/lib/python2.7/site-packages/easy-install.pth" | |
369 ] | |
370 }, | |
371 { | |
372 "name": "python2-incremental", | |
373 "buildsystem": "simple", | |
374 "build-commands": [ | |
375 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
376 ], | |
377 "sources": [ | |
378 { | |
379 "type": "archive", | |
380 "url": "https://files.pythonhosted.org/packages/8f/26/02c4016aa95f45479eea37c90c34f8fab6775732ae62587a874b619ca097/incremental-17.5.0.tar.gz", | |
381 "sha256": "7b751696aaf36eebfab537e458929e194460051ccad279c72b755a167eebd4b3" | |
382 } | |
383 ], | |
384 "ensure-writable": [ | |
385 "/lib/python2.7/site-packages/easy-install.pth" | |
386 ] | |
387 }, | |
388 { | |
389 "name": "python2-cryptography", | |
390 "buildsystem": "simple", | |
391 "build-commands": [ | |
392 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
393 ], | |
394 "sources": [ | |
395 { | |
396 "type": "archive", | |
397 "url": "https://files.pythonhosted.org/packages/ec/b2/faa78c1ab928d2b2c634c8b41ff1181f0abdd9adf9193211bd606ffa57e2/cryptography-2.2.2.tar.gz", | |
398 "sha256": "9fc295bf69130a342e7a19a39d7bbeb15c0bcaabc7382ec33ef3b2b7d18d2f63" | |
399 } | |
400 ], | |
401 "ensure-writable": [ | |
402 "/lib/python2.7/site-packages/easy-install.pth" | |
403 ] | |
404 }, | |
405 { | |
406 "name": "python2-pycairo", | |
407 "buildsystem": "simple", | |
408 "build-commands": [ | |
409 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
410 ], | |
411 "sources": [ | |
412 { | |
413 "type": "archive", | |
414 "url": "https://files.pythonhosted.org/packages/60/47/d335364f0ca00e475a40a5a664f17691bf77b3973f999b157d56ee89e04a/pycairo-1.17.0.tar.gz", | |
415 "sha256": "cdd4d1d357325dec3a21720b85d273408ef83da5f15c184f2eff3212ff236b9f" | |
416 } | |
417 ], | |
418 "ensure-writable": [ | |
419 "/lib/python2.7/site-packages/easy-install.pth" | |
420 ] | |
421 }, | |
422 { | |
423 "name": "python2-numpy", | |
424 "buildsystem": "simple", | |
425 "build-commands": [ | |
426 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
427 ], | |
428 "sources": [ | |
429 { | |
430 "type": "archive", | |
431 "url": "https://files.pythonhosted.org/packages/d5/6e/f00492653d0fdf6497a181a1c1d46bbea5a2383e7faf4c8ca6d6f3d2581d/numpy-1.14.5.zip", | |
432 "sha256": "a4a433b3a264dbc9aa9c7c241e87c0358a503ea6394f8737df1683c7c9a102ac" | |
433 } | |
434 ], | |
435 "ensure-writable": [ | |
436 "/lib/python2.7/site-packages/easy-install.pth" | |
437 ] | |
438 }, | |
439 { | |
440 "name": "python2-MarkupSafe", | |
441 "buildsystem": "simple", | |
442 "build-commands": [ | |
443 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
444 ], | |
445 "sources": [ | |
446 { | |
447 "type": "archive", | |
448 "url": "https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz", | |
449 "sha256": "a6be69091dac236ea9c6bc7d012beab42010fa914c459791d627dad4910eb665" | |
450 } | |
451 ], | |
452 "ensure-writable": [ | |
453 "/lib/python2.7/site-packages/easy-install.pth" | |
454 ] | |
455 }, | |
456 { | |
457 "name": "python2-pytz", | |
458 "buildsystem": "simple", | |
459 "build-commands": [ | |
460 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
461 ], | |
462 "sources": [ | |
463 { | |
464 "type": "archive", | |
465 "url": "https://files.pythonhosted.org/packages/ca/a9/62f96decb1e309d6300ebe7eee9acfd7bccaeedd693794437005b9067b44/pytz-2018.5.tar.gz", | |
466 "sha256": "ffb9ef1de172603304d9d2819af6f5ece76f2e85ec10692a524dd876e72bf277" | |
467 } | |
468 ], | |
469 "ensure-writable": [ | |
470 "/lib/python2.7/site-packages/easy-install.pth" | |
471 ] | |
472 }, | |
473 { | |
474 "name": "python2-python-dateutil", | |
475 "buildsystem": "simple", | |
476 "build-commands": [ | |
477 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
478 ], | |
479 "sources": [ | |
480 { | |
481 "type": "archive", | |
482 "url": "https://files.pythonhosted.org/packages/a0/b0/a4e3241d2dee665fea11baec21389aec6886655cd4db7647ddf96c3fad15/python-dateutil-2.7.3.tar.gz", | |
483 "sha256": "e27001de32f627c22380a688bcc43ce83504a7bc5da472209b4c70f02829f0b8" | |
484 } | |
485 ], | |
486 "ensure-writable": [ | |
487 "/lib/python2.7/site-packages/easy-install.pth" | |
488 ] | |
489 }, | |
490 { | |
491 "name": "python2-Twisted", | |
492 "buildsystem": "simple", | |
493 "build-commands": [ | |
494 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
495 ], | |
496 "sources": [ | |
497 { | |
498 "type": "archive", | |
499 "url": "https://files.pythonhosted.org/packages/12/2a/e9e4fb2e6b2f7a75577e0614926819a472934b0b85f205ba5d5d2add54d0/Twisted-18.4.0.tar.bz2", | |
500 "sha256": "a4cc164a781859c74de47f17f0e85f4bce8a3321a9d0892c015c8f80c4158ad9" | |
501 } | |
502 ], | |
503 "ensure-writable": [ | |
504 "/lib/python2.7/site-packages/easy-install.pth", | |
505 "/lib/python2.7/site-packages/setuptools.pth" | |
506 ] | |
507 }, | |
508 { | |
509 "name": "python2-wokkel", | |
510 "buildsystem": "simple", | |
511 "build-commands": [ | |
512 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
513 ], | |
514 "sources": [ | |
515 { | |
516 "type": "archive", | |
517 "url": "https://files.pythonhosted.org/packages/0e/89/ab6121506b2b8a363dac4fddc648734a44e486defbe0fc4de3785e5ce499/wokkel-0.7.1.tar.gz", | |
518 "sha256": "5306591c28f406873fad1d4eba27e5e081a4a7f37e3725b24afd47b3137f4965" | |
519 } | |
520 ], | |
521 "ensure-writable": [ | |
522 "/lib/python2.7/site-packages/easy-install.pth" | |
523 ] | |
524 }, | |
525 { | |
526 "name": "python2-urwid", | |
527 "buildsystem": "simple", | |
528 "build-commands": [ | |
529 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
530 ], | |
531 "sources": [ | |
532 { | |
533 "type": "archive", | |
534 "url": "https://files.pythonhosted.org/packages/c7/90/415728875c230fafd13d118512bde3184d810d7bf798a631abc05fac09d0/urwid-2.0.1.tar.gz", | |
535 "sha256": "644d3e3900867161a2fc9287a9762753d66bd194754679adb26aede559bcccbc" | |
536 }, | |
537 { | |
538 "type": "patch", | |
539 "path": "main_loop.patch" | |
540 } | |
541 ], | |
542 "ensure-writable": [ | |
543 "/lib/python2.7/site-packages/easy-install.pth" | |
544 ] | |
545 }, | |
546 { | |
547 "name": "python2-urwid_satext", | |
548 "buildsystem": "simple", | |
549 "build-commands": [ | |
550 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
551 ], | |
552 "sources": [ | |
553 { | |
554 "type": "archive", | |
555 "url": "https://files.pythonhosted.org/packages/e1/3f/a2d15538f7ca1fd1f152698fa863d8ea4059638493f21f91b559e03d8ebb/urwid_satext-0.7.0a2.tar.bz2", | |
556 "sha256": "de0c9ed17f69caa01b7eca5b806d906856df6f985005f629aa511080f7da3131" | |
557 } | |
558 ], | |
559 "ensure-writable": [ | |
560 "/lib/python2.7/site-packages/easy-install.pth" | |
561 ] | |
562 }, | |
563 { | |
564 "name": "python2-shortuuid", | |
565 "buildsystem": "simple", | |
566 "build-commands": [ | |
567 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
568 ], | |
569 "sources": [ | |
570 { | |
571 "type": "archive", | |
572 "url": "https://files.pythonhosted.org/packages/80/d7/2bfc9332e68d3e15ea97b9b1588b3899ad565120253d3fd71c8f7f13b4fe/shortuuid-0.5.0.tar.gz", | |
573 "sha256": "d08fd398f40f8baf87e15eef8355e92fa541bca4eb8465fefab7ee22f92711b9" | |
574 } | |
575 ], | |
576 "ensure-writable": [ | |
577 "/lib/python2.7/site-packages/easy-install.pth" | |
578 ] | |
579 }, | |
580 { | |
581 "name": "python2-pyOpenSSL", | |
582 "buildsystem": "simple", | |
583 "build-commands": [ | |
584 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
585 ], | |
586 "sources": [ | |
587 { | |
588 "type": "archive", | |
589 "url": "https://files.pythonhosted.org/packages/9b/7c/ee600b2a9304d260d96044ab5c5e57aa489755b92bbeb4c0803f9504f480/pyOpenSSL-18.0.0.tar.gz", | |
590 "sha256": "6488f1423b00f73b7ad5167885312bb0ce410d3312eb212393795b53c8caa580" | |
591 } | |
592 ], | |
593 "ensure-writable": [ | |
594 "/lib/python2.7/site-packages/easy-install.pth" | |
595 ] | |
596 }, | |
597 { | |
598 "name": "python2-service_identity", | |
599 "buildsystem": "simple", | |
600 "build-commands": [ | |
601 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
602 ], | |
603 "sources": [ | |
604 { | |
605 "type": "archive", | |
606 "url": "https://files.pythonhosted.org/packages/de/2a/cab6e30be82c8fcd2339ef618036720eda954cf05daef514e386661c9221/service_identity-17.0.0.tar.gz", | |
607 "sha256": "4001fbb3da19e0df22c47a06d29681a398473af4aa9d745eca525b3b2c2302ab" | |
608 } | |
609 ], | |
610 "ensure-writable": [ | |
611 "/lib/python2.7/site-packages/easy-install.pth" | |
612 ] | |
613 }, | |
614 { | |
615 "name": "python2-sat_tmp", | |
616 "buildsystem": "simple", | |
617 "build-commands": [ | |
618 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
619 ], | |
620 "sources": [ | |
621 { | |
622 "type": "archive", | |
623 "url": "https://files.pythonhosted.org/packages/7e/64/516fdb617a02ba9015264b81438aef1406923bc45c19d178e41237205216/sat_tmp-0.7.0a2.tar.gz", | |
624 "sha256": "75cafd560c5ca9cd9aa0833b0ad4e1f6b63310c068a8d3176c346d62bd9958c7" | |
625 } | |
626 ], | |
627 "ensure-writable": [ | |
628 "/lib/python2.7/site-packages/easy-install.pth", | |
629 "/lib/python2.7/site-packages/setuptools.pth" | |
630 ] | |
631 }, | |
632 { | |
633 "name": "python2-pyxdg", | |
634 "buildsystem": "simple", | |
635 "build-commands": [ | |
636 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
637 ], | |
638 "sources": [ | |
639 { | |
640 "type": "archive", | |
641 "url": "https://files.pythonhosted.org/packages/47/6e/311d5f22e2b76381719b5d0c6e9dc39cd33999adae67db71d7279a6d70f4/pyxdg-0.26.tar.gz", | |
642 "sha256": "fe2928d3f532ed32b39c32a482b54136fe766d19936afc96c8f00645f9da1a06" | |
643 } | |
644 ], | |
645 "ensure-writable": [ | |
646 "/lib/python2.7/site-packages/easy-install.pth" | |
647 ] | |
648 }, | |
649 { | |
650 "name": "python2-pycrypto", | |
651 "buildsystem": "simple", | |
652 "build-commands": [ | |
653 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
654 ], | |
655 "sources": [ | |
656 { | |
657 "type": "archive", | |
658 "url": "https://files.pythonhosted.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz", | |
659 "sha256": "f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c" | |
660 } | |
661 ], | |
662 "ensure-writable": [ | |
663 "/lib/python2.7/site-packages/easy-install.pth" | |
664 ] | |
665 }, | |
666 { | |
667 "name": "python2-python-potr", | |
668 "buildsystem": "simple", | |
669 "build-commands": [ | |
670 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
671 ], | |
672 "sources": [ | |
673 { | |
674 "type": "archive", | |
675 "url": "https://files.pythonhosted.org/packages/8e/58/bcbd8f223512d733992fcc0793170ffe20af2cd8da50e73c6f14e66d4e16/python-potr-1.0.2.tar.gz", | |
676 "sha256": "f95b9a7feaf8e3a6aaa898609f8a2ada55518cf52fc09152775c4c59c99b8ea6" | |
677 } | |
678 ], | |
679 "ensure-writable": [ | |
680 "/lib/python2.7/site-packages/easy-install.pth" | |
681 ] | |
682 }, | |
683 { | |
684 "name": "python2-PyGObject", | |
685 "buildsystem": "simple", | |
686 "build-commands": [ | |
687 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
688 ], | |
689 "sources": [ | |
690 { | |
691 "type": "archive", | |
692 "url": "https://files.pythonhosted.org/packages/e0/e8/1e4f21800015a9ca153969e85fc29f7962f8f82fc5dbc1ecbdeb9dc54c75/PyGObject-3.28.3.tar.gz", | |
693 "sha256": "250fb669b6ac64eba034cc4404fcbcc993717b1f77c29dff29f8c9202da20d55" | |
694 } | |
695 ], | |
696 "ensure-writable": [ | |
697 "/lib/python2.7/site-packages/easy-install.pth" | |
698 ] | |
699 }, | |
700 { | |
701 "name": "python2-Pygments", | |
702 "buildsystem": "simple", | |
703 "build-commands": [ | |
704 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
705 ], | |
706 "sources": [ | |
707 { | |
708 "type": "archive", | |
709 "url": "https://files.pythonhosted.org/packages/71/2a/2e4e77803a8bd6408a2903340ac498cb0a2181811af7c9ec92cb70b0308a/Pygments-2.2.0.tar.gz", | |
710 "sha256": "dbae1046def0efb574852fab9e90209b23f556367b5a320c0bcb871c77c3e8cc" | |
711 } | |
712 ], | |
713 "ensure-writable": [ | |
714 "/lib/python2.7/site-packages/easy-install.pth" | |
715 ] | |
716 }, | |
717 { | |
718 "name": "python2-progressbar", | |
719 "buildsystem": "simple", | |
720 "build-commands": [ | |
721 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
722 ], | |
723 "sources": [ | |
724 { | |
725 "type": "archive", | |
726 "url": "https://files.pythonhosted.org/packages/a3/a6/b8e451f6cff1c99b4747a2f7235aa904d2d49e8e1464e0b798272aa84358/progressbar-2.5.tar.gz", | |
727 "sha256": "5d81cb529da2e223b53962afd6c8ca0f05c6670e40309a7219eacc36af9b6c63" | |
728 } | |
729 ], | |
730 "ensure-writable": [ | |
731 "/lib/python2.7/site-packages/easy-install.pth" | |
732 ] | |
733 }, | |
734 { | |
735 "name": "python2-Pillow", | |
736 "buildsystem": "simple", | |
737 "build-commands": [ | |
738 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
739 ], | |
740 "sources": [ | |
741 { | |
742 "type": "archive", | |
743 "url": "https://files.pythonhosted.org/packages/d3/c4/b45b9c0d549f482dd072055e2d3ced88f3b977f7b87c7a990228b20e7da1/Pillow-5.2.0.tar.gz", | |
744 "sha256": "f8b3d413c5a8f84b12cd4c5df1d8e211777c9852c6be3ee9c094b626644d3eab" | |
745 } | |
746 ], | |
747 "ensure-writable": [ | |
748 "/lib/python2.7/site-packages/easy-install.pth" | |
749 ] | |
750 }, | |
751 { | |
752 "name": "python2-netifaces", | |
753 "buildsystem": "simple", | |
754 "build-commands": [ | |
755 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
756 ], | |
757 "sources": [ | |
758 { | |
759 "type": "archive", | |
760 "url": "https://files.pythonhosted.org/packages/81/39/4e9a026265ba944ddf1fea176dbb29e0fe50c43717ba4fcf3646d099fe38/netifaces-0.10.7.tar.gz", | |
761 "sha256": "bd590fcb75421537d4149825e1e63cca225fd47dad861710c46bd1cb329d8cbd" | |
762 } | |
763 ], | |
764 "ensure-writable": [ | |
765 "/lib/python2.7/site-packages/easy-install.pth" | |
766 ] | |
767 }, | |
768 { | |
769 "name": "python2-mutagen", | |
770 "buildsystem": "simple", | |
771 "build-commands": [ | |
772 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
773 ], | |
774 "sources": [ | |
775 { | |
776 "type": "archive", | |
777 "url": "https://files.pythonhosted.org/packages/2c/6a/0b2caf9364db074b616b1b8c26ce7166a883c21b0e40bd50f6db02307afe/mutagen-1.40.0.tar.gz", | |
778 "sha256": "b2a2c2ce87863af12ed7896f341419cd051a3c72c3c6733db9e83060dcadee5e" | |
779 } | |
780 ], | |
781 "ensure-writable": [ | |
782 "/lib/python2.7/site-packages/easy-install.pth" | |
783 ] | |
784 }, | |
785 { | |
786 "name": "python2-miniupnpc", | |
787 "buildsystem": "simple", | |
788 "build-commands": [ | |
789 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
790 ], | |
791 "sources": [ | |
792 { | |
793 "type": "archive", | |
794 "url": "https://files.pythonhosted.org/packages/0c/e8/dbb2747230dfd98a6138cb65b322072eade4d92e1006e518c8711f8f5b85/miniupnpc-2.0.2.tar.gz", | |
795 "sha256": "7ea46c93486fe1bdb31f0e0c2d911d224fce70bf5ea120e4295d647dfe274931" | |
796 } | |
797 ], | |
798 "ensure-writable": [ | |
799 "/lib/python2.7/site-packages/easy-install.pth" | |
800 ] | |
801 }, | |
802 { | |
803 "name": "python2-Markdown", | |
804 "buildsystem": "simple", | |
805 "build-commands": [ | |
806 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
807 ], | |
808 "sources": [ | |
809 { | |
810 "type": "archive", | |
811 "url": "https://files.pythonhosted.org/packages/b3/73/fc5c850f44af5889192dff783b7b0d8f3fe8d30b65c8e3f78f8f0265fecf/Markdown-2.6.11.tar.gz", | |
812 "sha256": "a856869c7ff079ad84a3e19cd87a64998350c2b94e9e08e44270faef33400f81" | |
813 } | |
814 ], | |
815 "ensure-writable": [ | |
816 "/lib/python2.7/site-packages/easy-install.pth" | |
817 ] | |
818 }, | |
819 { | |
820 "name": "python2-langid", | |
821 "buildsystem": "simple", | |
822 "build-commands": [ | |
823 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
824 ], | |
825 "sources": [ | |
826 { | |
827 "type": "archive", | |
828 "url": "https://files.pythonhosted.org/packages/ea/4c/0fb7d900d3b0b9c8703be316fbddffecdab23c64e1b46c7a83561d78bd43/langid-1.1.6.tar.gz", | |
829 "sha256": "044bcae1912dab85c33d8e98f2811b8f4ff1213e5e9a9e9510137b84da2cb293" | |
830 } | |
831 ], | |
832 "ensure-writable": [ | |
833 "/lib/python2.7/site-packages/easy-install.pth" | |
834 ] | |
835 }, | |
836 { | |
837 "name": "python2-Jinja2", | |
838 "buildsystem": "simple", | |
839 "build-commands": [ | |
840 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
841 ], | |
842 "sources": [ | |
843 { | |
844 "type": "archive", | |
845 "url": "https://files.pythonhosted.org/packages/56/e6/332789f295cf22308386cf5bbd1f4e00ed11484299c5d7383378cf48ba47/Jinja2-2.10.tar.gz", | |
846 "sha256": "f84be1bb0040caca4cea721fcbbbbd61f9be9464ca236387158b0feea01914a4" | |
847 } | |
848 ], | |
849 "ensure-writable": [ | |
850 "/lib/python2.7/site-packages/easy-install.pth" | |
851 ] | |
852 }, | |
853 { | |
854 "name": "python2-html2text", | |
855 "buildsystem": "simple", | |
856 "build-commands": [ | |
857 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
858 ], | |
859 "sources": [ | |
860 { | |
861 "type": "archive", | |
862 "url": "https://files.pythonhosted.org/packages/dd/79/f8387c4e82275a7b540e0b948d261a636eb5aedd1d23be8ca05fbf605726/html2text-2018.1.9.tar.gz", | |
863 "sha256": "627514fb30e7566b37be6900df26c2c78a030cc9e6211bda604d8181233bcdd4" | |
864 } | |
865 ], | |
866 "ensure-writable": [ | |
867 "/lib/python2.7/site-packages/easy-install.pth" | |
868 ] | |
869 }, | |
870 { | |
871 "name": "python2-dbus-python", | |
872 "buildsystem": "simple", | |
873 "build-commands": [ | |
874 "python2 setup.py build", | |
875 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
876 ], | |
877 "sources": [ | |
878 { | |
879 "type": "archive", | |
880 "url": "https://files.pythonhosted.org/packages/3f/e7/4edb582d1ffd5ac3c84188deea32e960b5c8c0fe1da56ce70224f85ce542/dbus-python-1.2.8.tar.gz", | |
881 "sha256": "abf12bbb765e300bf8e2a1b2f32f85949eab06998dbda127952c31cb63957b6f" | |
882 } | |
883 ], | |
884 "ensure-writable": [ | |
885 "/lib/python2.7/site-packages/easy-install.pth" | |
886 ] | |
887 }, | |
888 { | |
889 "name": "python2-Babel", | |
890 "buildsystem": "simple", | |
891 "build-commands": [ | |
892 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
893 ], | |
894 "sources": [ | |
895 { | |
896 "type": "archive", | |
897 "url": "https://files.pythonhosted.org/packages/be/cc/9c981b249a455fa0c76338966325fc70b7265521bad641bf2932f77712f4/Babel-2.6.0.tar.gz", | |
898 "sha256": "8cba50f48c529ca3fa18cf81fa9403be176d374ac4d60738b839122dfaaa3d23" | |
899 } | |
900 ], | |
901 "ensure-writable": [ | |
902 "/lib/python2.7/site-packages/easy-install.pth" | |
903 ] | |
904 }, | |
905 { | |
906 "name": "python2-sat_templates", | |
907 "buildsystem": "simple", | |
908 "build-commands": [ | |
909 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
910 ], | |
911 "sources": [ | |
912 { | |
913 "type": "archive", | |
914 "url": "https://files.pythonhosted.org/packages/44/4d/c6b105e8164a3dbb77a277730f04ebf04a2a5c0b4722ce08b37aaed97aaf/sat_templates-0.7.0a2.tar.gz", | |
915 "sha256": "530605df6d20ab5f68a02fd3e539062427abfda4b65a85d918d47351c3e33bff" | |
916 } | |
917 ], | |
918 "ensure-writable": [ | |
919 "/lib/python2.7/site-packages/easy-install.pth" | |
920 ] | |
921 }, | |
922 { | |
923 "name": "sat-media", | |
924 "buildsystem": "simple", | |
925 "build-commands": [ | |
926 "cp -vr . ${FLATPAK_DEST}/share/sat-media" | |
927 ], | |
928 "sources": [ | |
929 { | |
930 "type": "archive", | |
931 "url": "https://ftp.goffi.org/sat_media/sat_media_0.7.0a1.tar.bz2", | |
932 "sha256": "875eb66c871e2c053e237c35ae874916091125f5a517f797860a14c39cb1eebe" | |
933 } | |
934 ] | |
935 }, | |
936 { | |
937 "name": "sat.conf", | |
938 "buildsystem": "simple", | |
939 "build-commands": [ | |
940 "install sat.conf /etc" | |
941 ], | |
942 "sources": [ | |
943 { | |
944 "type": "file", | |
945 "path": "sat.conf", | |
946 "sha256": "69cfdb1d8a115601a441b1e283c5626e0d50f673e7bd86650cd1843da940552d" | |
947 } | |
948 ] | |
949 }, | |
950 { | |
951 "name": "sat", | |
952 "buildsystem": "simple", | |
953 "build-commands": [ | |
954 "python2 setup.py install --prefix=${FLATPAK_DEST}" | |
955 ], | |
956 "sources": [ | |
957 { | |
958 "type": "archive", | |
959 "url": "https://files.pythonhosted.org/packages/ea/61/f644e07a70a7a805b1339d79e231db384299c9c390b2cf9b93fa7e4fb63e/sat-0.7.0a2.tar.gz", | |
960 "sha256": "1d3789fd4be41acca70dae0e19feed66a165f836cfe0381f412c52756f52e1c3" | |
961 } | |
962 ], | |
963 "ensure-writable": [ | |
964 "/lib/python2.7/site-packages/easy-install.pth", | |
965 "/lib/python2.7/site-packages/setuptools.pth" | |
966 ] | |
967 } | |
968 ] | |
969 } |