moment.flatpak.yaml 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795
  1. id: xyz.mx_moment.moment
  2. runtime: org.kde.Platform
  3. sdk: org.kde.Sdk
  4. runtime-version: '5.15-21.08'
  5. command: moment
  6. finish-args:
  7. - --share=ipc
  8. - --share=network
  9. - --socket=x11
  10. - --socket=wayland
  11. - --socket=pulseaudio
  12. - --device=dri
  13. - --talk-name=org.freedesktop.Notifications
  14. rename-icon: moment
  15. rename-desktop-file: moment.desktop
  16. rename-appdata-file: moment.metainfo.xml
  17. cleanup:
  18. - /app/include
  19. - /app/usr/tests
  20. - /app/lib/cmake
  21. - /app/bin/cairosvg
  22. - /app/bin/chardetect
  23. - /app/bin/futurize
  24. - /app/bin/jsonschema
  25. - /app/bin/pasteurize
  26. - /app/bin/pwiz.py
  27. modules:
  28. - name: pyotherside
  29. buildsystem: qmake
  30. make-install-args:
  31. - INSTALL_ROOT=/app
  32. post-install:
  33. - mkdir -p /app/lib/qml
  34. - ln -s /app/usr/lib/qml/io /app/lib/qml
  35. sources:
  36. - type: archive
  37. url: https://github.com/thp/pyotherside/archive/1.5.9.tar.gz
  38. sha256: 189cb0b973e40fcb6b95fd51b0bcd6cc8494b514d49ffe966ec488cf05bbf51e
  39. - name: olm
  40. buildsystem: cmake-ninja
  41. sources:
  42. - type: git
  43. url: https://gitlab.matrix.org/matrix-org/olm.git
  44. tag: 3.2.2
  45. commit: 3745ea57bbce319ac2f190e02062e45a46d23471
  46. disable-shallow-clone: true
  47. config-opts:
  48. - -DCMAKE_BUILD_TYPE=Release
  49. - name: libzen
  50. subdir: Project/GNU/Library
  51. config-opts:
  52. - --enable-shared
  53. - --disable-static
  54. cleanup:
  55. - /bin
  56. - /include
  57. - /lib/pkgconfig
  58. - /lib/*.la
  59. sources:
  60. - type: archive
  61. url: https://mediaarea.net/download/source/libzen/0.4.37/libzen_0.4.37.tar.xz
  62. sha256: 38c0a68b715b55d6685d2759eecda040adf37bd066955d79a5d01f91977bd9a0
  63. - name: libmediainfo
  64. subdir: Project/GNU/Library
  65. config-opts:
  66. - --enable-shared
  67. - --disable-static
  68. - --with-libcurl
  69. cleanup:
  70. - /bin
  71. - /include
  72. - /lib/pkgconfig
  73. - /lib/*.la
  74. sources:
  75. - type: archive
  76. url: https://mediaarea.net/download/source/libmediainfo/19.09/libmediainfo_19.09.tar.xz
  77. sha256: ff06e1a449dfbe6f2c51f27ae1187d3e72386cb54476fbb189ffaacf845f478e
  78. - name: python3-cffi
  79. buildsystem: simple
  80. build-commands:
  81. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  82. "cffi==1.14.3"
  83. sources:
  84. - type: file
  85. url: https://files.pythonhosted.org/packages/ae/e7/d9c3a176ca4b02024debf82342dab36efadfc5776f9c8db077e8f6e71821/pycparser-2.20-py2.py3-none-any.whl
  86. sha256: 7582ad22678f0fcd81102833f60ef8d0e57288b6b5fb00323d101be910e35705
  87. - type: file
  88. url: https://files.pythonhosted.org/packages/cb/ae/380e33d621ae301770358eb11a896a34c34f30db188847a561e8e39ee866/cffi-1.14.3.tar.gz
  89. sha256: f92f789e4f9241cd262ad7a555ca2c648a98178a953af117ef7fad46aa1d5591
  90. - name: python3-importlib-metadata
  91. buildsystem: simple
  92. build-commands:
  93. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  94. "importlib-metadata==1.7.0"
  95. sources:
  96. - type: file
  97. url: https://files.pythonhosted.org/packages/c4/79/3b770d51254a31bb85ba56ea70d7428d0c2c659a233cc9722352e028b539/zipp-3.2.0-py3-none-any.whl
  98. sha256: 43f4fa8d8bb313e65d8323a3952ef8756bf40f9a5c3ea7334be23ee4ec8278b6
  99. - type: file
  100. url: https://files.pythonhosted.org/packages/8e/58/cdea07eb51fc2b906db0968a94700866fc46249bdc75cac23f9d13168929/importlib_metadata-1.7.0-py2.py3-none-any.whl
  101. sha256: dc15b2969b4ce36305c51eebe62d418ac7791e9a157911d58bfb1f9ccd8e2070
  102. - name: python3-multidict
  103. buildsystem: simple
  104. build-commands:
  105. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  106. "multidict==4.5.2"
  107. sources:
  108. - type: file
  109. url: https://files.pythonhosted.org/packages/7f/8f/b3c8c5b062309e854ce5b726fc101195fbaa881d306ffa5c2ba19efa3af2/multidict-4.5.2.tar.gz
  110. sha256: 024b8129695a952ebd93373e45b5d341dbb87c17ce49637b34000093f243dd4f
  111. - name: python3-pytest-runner
  112. buildsystem: simple
  113. build-commands:
  114. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  115. "pytest-runner==5.2"
  116. sources:
  117. - type: file
  118. url: https://files.pythonhosted.org/packages/16/45/81b5262c0efc08882bdf183b788e6d28e3d684863990996d8b60967d48da/pytest_runner-5.2-py2.py3-none-any.whl
  119. sha256: 5534b08b133ef9a5e2c22c7886a8f8508c95bb0b0bdc6cc13214f269c3c70d51
  120. - name: python3-setuptools-scm
  121. buildsystem: simple
  122. build-commands:
  123. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  124. "setuptools-scm==4.1.2"
  125. sources:
  126. - type: file
  127. url: https://files.pythonhosted.org/packages/44/a6/7fb6e8b3f4a6051e72e4e2218889351f0ee484b9ee17e995f5ccff780300/setuptools-50.3.0-py3-none-any.whl
  128. sha256: c77b3920663a435c9450d9d971c48f5a7478fca8881b2cd2564e59f970f03536
  129. - type: file
  130. url: https://files.pythonhosted.org/packages/ad/d3/e54f8b4cde0f6fb4f231629f570c1a33ded18515411dee6df6fe363d976f/setuptools_scm-4.1.2-py2.py3-none-any.whl
  131. sha256: 69258e2eeba5f7ce1ed7a5f109519580fa3578250f8e4d6684859f86d1b15826
  132. - name: python3-aiofiles
  133. buildsystem: simple
  134. build-commands:
  135. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  136. "aiofiles==0.4.0"
  137. sources:
  138. - type: file
  139. url: https://files.pythonhosted.org/packages/cf/f2/a67a23bc0bb61d88f82aa7fb84a2fb5f278becfbdc038c5cbb36c31feaf1/aiofiles-0.4.0-py3-none-any.whl
  140. sha256: 1e644c2573f953664368de28d2aa4c89dfd64550429d0c27c4680ccd3aa4985d
  141. - name: python3-aiohttp
  142. buildsystem: simple
  143. build-commands:
  144. - pip3 install --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  145. aiohttp==3.6.2
  146. sources:
  147. - type: file
  148. url: https://files.pythonhosted.org/packages/cb/19/57503b5de719ee45e83472f339f617b0c01ad75cba44aba1e4c97c2b0abd/idna-2.9.tar.gz
  149. sha256: 7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb
  150. - type: file
  151. url: https://files.pythonhosted.org/packages/d6/67/6e2507586eb1cfa6d55540845b0cd05b4b77c414f6bca8b00b45483b976e/yarl-1.4.2.tar.gz
  152. sha256: 58cd9c469eced558cd81aa3f484b2924e8897049e06889e8ff2510435b7ef74b
  153. - type: file
  154. url: https://files.pythonhosted.org/packages/a1/78/aae1545aba6e87e23ecab8d212b58bb70e72164b67eb090b81bb17ad38e3/async-timeout-3.0.1.tar.gz
  155. sha256: 0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b25f4c5f
  156. - type: file
  157. url: https://files.pythonhosted.org/packages/65/d4/fabdcc5ee4451c8a8e177e27ddfd131a53a82ecc5a3b68468b7e9f8d70b4/multidict-4.7.6.tar.gz
  158. sha256: fbb77a75e529021e7c4a8d4e823d88ef4d23674a202be4f5addffc72cbb91430
  159. - type: file
  160. url: https://files.pythonhosted.org/packages/fc/bb/a5768c230f9ddb03acc9ef3f0d4a3cf93462473795d18e9535498c8f929d/chardet-3.0.4.tar.gz
  161. sha256: 84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae
  162. - type: file
  163. url: https://files.pythonhosted.org/packages/98/c3/2c227e66b5e896e15ccdae2e00bbc69aa46e9a8ce8869cc5fa96310bf612/attrs-19.3.0.tar.gz
  164. sha256: f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72
  165. - type: file
  166. url: https://files.pythonhosted.org/packages/00/94/f9fa18e8d7124d7850a5715a0b9c0584f7b9375d331d35e157cee50f27cc/aiohttp-3.6.2.tar.gz
  167. sha256: 259ab809ff0727d0e834ac5e8a283dc5e3e0ecc30c4d80b3cd17a4139ce1f326
  168. - type: file
  169. url: https://files.pythonhosted.org/packages/89/e3/afebe61c546d18fb1709a61bee788254b40e736cff7271c7de5de2dc4128/idna-2.9-py2.py3-none-any.whl
  170. sha256: a068a21ceac8a4d63dbfd964670474107f541babbd2250d61922f029858365fa
  171. - type: file
  172. url: https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
  173. sha256: fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691
  174. - type: file
  175. url: https://files.pythonhosted.org/packages/a2/db/4313ab3be961f7a763066401fb77f7748373b6094076ae2bda2806988af6/attrs-19.3.0-py2.py3-none-any.whl
  176. sha256: 08a96c641c3a74e44eb59afb61a24f2cb9f4d7188748e76ba4bb5edfa3cb7d1c
  177. - type: file
  178. url: https://files.pythonhosted.org/packages/e1/1e/5a4441be21b0726c4464f3f23c8b19628372f606755a9d2e46c187e65ec4/async_timeout-3.0.1-py3-none-any.whl
  179. sha256: 4291ca197d287d274d0b6cb5d6f8f8f82d434ed288f962539ff18cc9012f9ea3
  180. - name: python3-appdirs
  181. buildsystem: simple
  182. build-commands:
  183. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  184. "appdirs==1.4.4"
  185. sources:
  186. - type: file
  187. url: https://files.pythonhosted.org/packages/3b/00/2344469e2084fb287c2e0b57b72910309874c3245463acd6cf5e3db69324/appdirs-1.4.4-py2.py3-none-any.whl
  188. sha256: a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128
  189. - name: python3-async-generator
  190. buildsystem: simple
  191. build-commands:
  192. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  193. "async-generator==1.10"
  194. sources:
  195. - type: file
  196. url: https://files.pythonhosted.org/packages/71/52/39d20e03abd0ac9159c162ec24b93fbcaa111e8400308f2465432495ca2b/async_generator-1.10-py3-none-any.whl
  197. sha256: 01c7bf666359b4967d2cda0000cc2e4af16a0ae098cbffcb8472fb9e8ad6585b
  198. - name: python3-async-timeout
  199. buildsystem: simple
  200. build-commands:
  201. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  202. "async-timeout==3.0.1"
  203. sources:
  204. - type: file
  205. url: https://files.pythonhosted.org/packages/e1/1e/5a4441be21b0726c4464f3f23c8b19628372f606755a9d2e46c187e65ec4/async_timeout-3.0.1-py3-none-any.whl
  206. sha256: 4291ca197d287d274d0b6cb5d6f8f8f82d434ed288f962539ff18cc9012f9ea3
  207. - name: python3-atomicwrites
  208. buildsystem: simple
  209. build-commands:
  210. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  211. "atomicwrites==1.4.0"
  212. sources:
  213. - type: file
  214. url: https://files.pythonhosted.org/packages/2c/a0/da5f49008ec6e9a658dbf5d7310a4debd397bce0b4db03cf8a410066bb87/atomicwrites-1.4.0-py2.py3-none-any.whl
  215. sha256: 6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197
  216. - name: python3-attrs
  217. buildsystem: simple
  218. build-commands:
  219. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  220. "attrs==20.2.0"
  221. sources:
  222. - type: file
  223. url: https://files.pythonhosted.org/packages/14/df/479736ae1ef59842f512548bacefad1abed705e400212acba43f9b0fa556/attrs-20.2.0-py2.py3-none-any.whl
  224. sha256: fce7fc47dfc976152e82d53ff92fa0407700c21acd20886a13777a0d20e655dc
  225. - name: python3-beautifulsoup4
  226. buildsystem: simple
  227. build-commands:
  228. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  229. "beautifulsoup4==4.9.1"
  230. sources:
  231. - type: file
  232. url: https://files.pythonhosted.org/packages/6f/8f/457f4a5390eeae1cc3aeab89deb7724c965be841ffca6cfca9197482e470/soupsieve-2.0.1-py3-none-any.whl
  233. sha256: 1634eea42ab371d3d346309b93df7870a88610f0725d47528be902a0d95ecc55
  234. - type: file
  235. url: https://files.pythonhosted.org/packages/66/25/ff030e2437265616a1e9b25ccc864e0371a0bc3adb7c5a404fd661c6f4f6/beautifulsoup4-4.9.1-py3-none-any.whl
  236. sha256: a6237df3c32ccfaee4fd201c8f5f9d9df619b93121d01353a64a73ce8c6ef9a8
  237. - name: python3-cachetools
  238. buildsystem: simple
  239. build-commands:
  240. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  241. "cachetools==4.1.1"
  242. sources:
  243. - type: file
  244. url: https://files.pythonhosted.org/packages/cd/5c/f3aa86b6d5482f3051b433c7616668a9b96fbe49a622210e2c9781938a5c/cachetools-4.1.1-py3-none-any.whl
  245. sha256: 513d4ff98dd27f85743a8dc0e92f55ddb1b49e060c2d5961512855cda2c01a98
  246. - name: python3-cairocffi
  247. buildsystem: simple
  248. build-commands:
  249. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  250. "cairocffi==1.1.0"
  251. sources:
  252. - type: file
  253. url: https://files.pythonhosted.org/packages/ae/e7/d9c3a176ca4b02024debf82342dab36efadfc5776f9c8db077e8f6e71821/pycparser-2.20-py2.py3-none-any.whl
  254. sha256: 7582ad22678f0fcd81102833f60ef8d0e57288b6b5fb00323d101be910e35705
  255. - type: file
  256. url: https://files.pythonhosted.org/packages/44/a6/7fb6e8b3f4a6051e72e4e2218889351f0ee484b9ee17e995f5ccff780300/setuptools-50.3.0-py3-none-any.whl
  257. sha256: c77b3920663a435c9450d9d971c48f5a7478fca8881b2cd2564e59f970f03536
  258. - type: file
  259. url: https://files.pythonhosted.org/packages/cb/ae/380e33d621ae301770358eb11a896a34c34f30db188847a561e8e39ee866/cffi-1.14.3.tar.gz
  260. sha256: f92f789e4f9241cd262ad7a555ca2c648a98178a953af117ef7fad46aa1d5591
  261. - type: file
  262. url: https://files.pythonhosted.org/packages/f7/99/b3a2c6393563ccbe081ffcceb359ec27a6227792c5169604c1bd8128031a/cairocffi-1.1.0.tar.gz
  263. sha256: f1c0c5878f74ac9ccb5d48b2601fcc75390c881ce476e79f4cfedd288b1b05db
  264. - name: python3-CairoSVG
  265. buildsystem: simple
  266. build-commands:
  267. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  268. "CairoSVG==2.4.2"
  269. sources:
  270. - type: file
  271. url: https://files.pythonhosted.org/packages/ae/e7/d9c3a176ca4b02024debf82342dab36efadfc5776f9c8db077e8f6e71821/pycparser-2.20-py2.py3-none-any.whl
  272. sha256: 7582ad22678f0fcd81102833f60ef8d0e57288b6b5fb00323d101be910e35705
  273. - type: file
  274. url: https://files.pythonhosted.org/packages/cb/ae/380e33d621ae301770358eb11a896a34c34f30db188847a561e8e39ee866/cffi-1.14.3.tar.gz
  275. sha256: f92f789e4f9241cd262ad7a555ca2c648a98178a953af117ef7fad46aa1d5591
  276. - type: file
  277. url: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl
  278. sha256: a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78
  279. - type: file
  280. url: https://files.pythonhosted.org/packages/44/a6/7fb6e8b3f4a6051e72e4e2218889351f0ee484b9ee17e995f5ccff780300/setuptools-50.3.0-py3-none-any.whl
  281. sha256: c77b3920663a435c9450d9d971c48f5a7478fca8881b2cd2564e59f970f03536
  282. - type: file
  283. url: https://files.pythonhosted.org/packages/06/74/9b387472866358ebc08732de3da6dc48e44b0aacd2ddaa5cb85ab7e986a2/defusedxml-0.6.0-py2.py3-none-any.whl
  284. sha256: 6687150770438374ab581bb7a1b327a847dd9c5749e396102de3fad4e8a3ef93
  285. - type: file
  286. url: https://files.pythonhosted.org/packages/94/2c/4e501f9c351343c8ba10d70b5a7ca97cdab2690af043a6e52ada65b85b6b/tinycss2-1.0.2-py3-none-any.whl
  287. sha256: 9fdacc0e22d344ddd2ca053837c133900fe820ae1222f63b79617490a498507a
  288. - type: file
  289. url: https://files.pythonhosted.org/packages/f7/99/b3a2c6393563ccbe081ffcceb359ec27a6227792c5169604c1bd8128031a/cairocffi-1.1.0.tar.gz
  290. sha256: f1c0c5878f74ac9ccb5d48b2601fcc75390c881ce476e79f4cfedd288b1b05db
  291. - type: file
  292. url: https://files.pythonhosted.org/packages/72/bb/9ad85eacc5f273b08bd5203a1d587479a93f27df9056e4e5f63276f4fd0e/cssselect2-0.3.0-py3-none-any.whl
  293. sha256: 97d7d4234f846f9996d838964d38e13b45541c18143bc55cf00e4bc1281ace76
  294. - type: file
  295. url: https://files.pythonhosted.org/packages/3e/02/b09732ca4b14405ff159c470a612979acfc6e8645dc32f83ea0129709f7a/Pillow-7.2.0.tar.gz
  296. sha256: 97f9e7953a77d5a70f49b9a48da7776dc51e9b738151b22dacf101641594a626
  297. - type: file
  298. url: https://files.pythonhosted.org/packages/8e/3a/762f9272c20db092f4d537aaf364dd0770ecf8f7101b58c4e933e99ee2f6/CairoSVG-2.4.2-py3-none-any.whl
  299. sha256: 9cb1df7e9bc60f75fb87f67940a8fb805aad544337a67a40b67c05cfe33711a2
  300. - name: python3-chardet
  301. buildsystem: simple
  302. build-commands:
  303. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  304. "chardet==3.0.4"
  305. sources:
  306. - type: file
  307. url: https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
  308. sha256: fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691
  309. - name: python3-cssselect2
  310. buildsystem: simple
  311. build-commands:
  312. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  313. "cssselect2==0.3.0"
  314. sources:
  315. - type: file
  316. url: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl
  317. sha256: a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78
  318. - type: file
  319. url: https://files.pythonhosted.org/packages/44/a6/7fb6e8b3f4a6051e72e4e2218889351f0ee484b9ee17e995f5ccff780300/setuptools-50.3.0-py3-none-any.whl
  320. sha256: c77b3920663a435c9450d9d971c48f5a7478fca8881b2cd2564e59f970f03536
  321. - type: file
  322. url: https://files.pythonhosted.org/packages/94/2c/4e501f9c351343c8ba10d70b5a7ca97cdab2690af043a6e52ada65b85b6b/tinycss2-1.0.2-py3-none-any.whl
  323. sha256: 9fdacc0e22d344ddd2ca053837c133900fe820ae1222f63b79617490a498507a
  324. - type: file
  325. url: https://files.pythonhosted.org/packages/72/bb/9ad85eacc5f273b08bd5203a1d587479a93f27df9056e4e5f63276f4fd0e/cssselect2-0.3.0-py3-none-any.whl
  326. sha256: 97d7d4234f846f9996d838964d38e13b45541c18143bc55cf00e4bc1281ace76
  327. - name: python3-dataclasses
  328. buildsystem: simple
  329. build-commands:
  330. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  331. "dataclasses==0.6"
  332. sources:
  333. - type: file
  334. url: https://files.pythonhosted.org/packages/26/2f/1095cdc2868052dd1e64520f7c0d5c8c550ad297e944e641dbf1ffbb9a5d/dataclasses-0.6-py3-none-any.whl
  335. sha256: 454a69d788c7fda44efd71e259be79577822f5e3f53f029a22d08004e951dc9f
  336. - name: python3-dbus-python
  337. buildsystem: simple
  338. build-commands:
  339. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  340. "dbus-python==1.2.16"
  341. sources:
  342. - type: file
  343. url: https://files.pythonhosted.org/packages/62/7e/d4fb56a1695fa65da0c8d3071855fa5408447b913c58c01933c2f81a269a/dbus-python-1.2.16.tar.gz
  344. sha256: 11238f1d86c995d8aed2e22f04a1e3779f0d70e587caffeab4857f3c662ed5a4
  345. - name: python3-defusedxml
  346. buildsystem: simple
  347. build-commands:
  348. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  349. "defusedxml==0.6.0"
  350. sources:
  351. - type: file
  352. url: https://files.pythonhosted.org/packages/06/74/9b387472866358ebc08732de3da6dc48e44b0aacd2ddaa5cb85ab7e986a2/defusedxml-0.6.0-py2.py3-none-any.whl
  353. sha256: 6687150770438374ab581bb7a1b327a847dd9c5749e396102de3fad4e8a3ef93
  354. - name: python3-filetype
  355. buildsystem: simple
  356. build-commands:
  357. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  358. "filetype==1.0.7"
  359. sources:
  360. - type: file
  361. url: https://files.pythonhosted.org/packages/b4/6b/7bc015da1a576ac037582ae0c5acb675371de9e017e860931e97a428ee31/filetype-1.0.7-py2.py3-none-any.whl
  362. sha256: 353369948bb1c09b8b3ea3d78390b5586e9399bff9aab894a1dff954e31a66f6
  363. - name: python3-future
  364. buildsystem: simple
  365. build-commands:
  366. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  367. "future==0.18.2"
  368. sources:
  369. - type: file
  370. url: https://files.pythonhosted.org/packages/45/0b/38b06fd9b92dc2b68d58b75f900e97884c45bedd2ff83203d933cf5851c9/future-0.18.2.tar.gz
  371. sha256: b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d
  372. - name: python3-h11
  373. buildsystem: simple
  374. build-commands:
  375. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  376. "h11==0.9.0"
  377. sources:
  378. - type: file
  379. url: https://files.pythonhosted.org/packages/5a/fd/3dad730b0f95e78aeeb742f96fa7bbecbdd56a58e405d3da440d5bfb90c6/h11-0.9.0-py2.py3-none-any.whl
  380. sha256: 4bc6d6a1238b7615b266ada57e0618568066f57dd6fa967d1290ec9309b2f2f1
  381. - name: python3-h2
  382. buildsystem: simple
  383. build-commands:
  384. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  385. "h2==3.2.0"
  386. sources:
  387. - type: file
  388. url: https://files.pythonhosted.org/packages/8a/cc/e53517f4a1e13f74776ca93271caef378dadec14d71c61c949d759d3db69/hpack-3.0.0-py2.py3-none-any.whl
  389. sha256: 0edd79eda27a53ba5be2dfabf3b15780928a0dff6eb0c60a3d6767720e970c89
  390. - type: file
  391. url: https://files.pythonhosted.org/packages/19/0c/bf88182bcb5dce3094e2f3e4fe20db28a9928cb7bd5b08024030e4b140db/hyperframe-5.2.0-py2.py3-none-any.whl
  392. sha256: 5187962cb16dcc078f23cb5a4b110098d546c3f41ff2d4038a9896893bbd0b40
  393. - type: file
  394. url: https://files.pythonhosted.org/packages/25/de/da019bcc539eeab02f6d45836f23858ac467f584bfec7a526ef200242afe/h2-3.2.0-py2.py3-none-any.whl
  395. sha256: 61e0f6601fa709f35cdb730863b4e5ec7ad449792add80d1410d4174ed139af5
  396. - name: python3-hpack
  397. buildsystem: simple
  398. build-commands:
  399. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  400. "hpack==3.0.0"
  401. sources:
  402. - type: file
  403. url: https://files.pythonhosted.org/packages/8a/cc/e53517f4a1e13f74776ca93271caef378dadec14d71c61c949d759d3db69/hpack-3.0.0-py2.py3-none-any.whl
  404. sha256: 0edd79eda27a53ba5be2dfabf3b15780928a0dff6eb0c60a3d6767720e970c89
  405. - name: python3-html-sanitizer
  406. buildsystem: simple
  407. build-commands:
  408. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  409. "html-sanitizer==1.9.1"
  410. sources:
  411. - type: file
  412. url: https://files.pythonhosted.org/packages/6f/8f/457f4a5390eeae1cc3aeab89deb7724c965be841ffca6cfca9197482e470/soupsieve-2.0.1-py3-none-any.whl
  413. sha256: 1634eea42ab371d3d346309b93df7870a88610f0725d47528be902a0d95ecc55
  414. - type: file
  415. url: https://files.pythonhosted.org/packages/2c/4d/3ec1ea8512a7fbf57f02dee3035e2cce2d63d0e9c0ab8e4e376e01452597/lxml-4.5.2.tar.gz
  416. sha256: cdc13a1682b2a6241080745b1953719e7fe0850b40a5c71ca574f090a1391df6
  417. - type: file
  418. url: https://files.pythonhosted.org/packages/66/25/ff030e2437265616a1e9b25ccc864e0371a0bc3adb7c5a404fd661c6f4f6/beautifulsoup4-4.9.1-py3-none-any.whl
  419. sha256: a6237df3c32ccfaee4fd201c8f5f9d9df619b93121d01353a64a73ce8c6ef9a8
  420. - type: file
  421. url: https://files.pythonhosted.org/packages/f1/e0/44b212c96567b5ec3a3de47443f2934fa0308daedf9b1b8cf6234263caf1/html_sanitizer-1.9.1-py2.py3-none-any.whl
  422. sha256: faec7e9d91e9224cf27ce12ab07a588753ce0813df1367aa56c221e5fa3738f3
  423. - name: python3-hyperframe
  424. buildsystem: simple
  425. build-commands:
  426. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  427. "hyperframe==5.2.0"
  428. sources:
  429. - type: file
  430. url: https://files.pythonhosted.org/packages/19/0c/bf88182bcb5dce3094e2f3e4fe20db28a9928cb7bd5b08024030e4b140db/hyperframe-5.2.0-py2.py3-none-any.whl
  431. sha256: 5187962cb16dcc078f23cb5a4b110098d546c3f41ff2d4038a9896893bbd0b40
  432. - name: python3-idna
  433. buildsystem: simple
  434. build-commands:
  435. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  436. "idna==2.10"
  437. sources:
  438. - type: file
  439. url: https://files.pythonhosted.org/packages/a2/38/928ddce2273eaa564f6f50de919327bf3a00f091b5baba8dfa9460f3a8a8/idna-2.10-py2.py3-none-any.whl
  440. sha256: b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0
  441. - name: python3-idna-ssl
  442. buildsystem: simple
  443. build-commands:
  444. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  445. "idna-ssl==1.1.0"
  446. sources:
  447. - type: file
  448. url: https://files.pythonhosted.org/packages/a2/38/928ddce2273eaa564f6f50de919327bf3a00f091b5baba8dfa9460f3a8a8/idna-2.10-py2.py3-none-any.whl
  449. sha256: b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0
  450. - type: file
  451. url: https://files.pythonhosted.org/packages/46/03/07c4894aae38b0de52b52586b24bf189bb83e4ddabfe2e2c8f2419eec6f4/idna-ssl-1.1.0.tar.gz
  452. sha256: a933e3bb13da54383f9e8f35dc4f9cb9eb9b3b78c6b36f311254d6d0d92c6c7c
  453. - name: python3-jsonschema
  454. buildsystem: simple
  455. build-commands:
  456. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  457. "jsonschema==3.2.0"
  458. sources:
  459. - type: file
  460. url: https://files.pythonhosted.org/packages/c4/79/3b770d51254a31bb85ba56ea70d7428d0c2c659a233cc9722352e028b539/zipp-3.2.0-py3-none-any.whl
  461. sha256: 43f4fa8d8bb313e65d8323a3952ef8756bf40f9a5c3ea7334be23ee4ec8278b6
  462. - type: file
  463. url: https://files.pythonhosted.org/packages/14/df/479736ae1ef59842f512548bacefad1abed705e400212acba43f9b0fa556/attrs-20.2.0-py2.py3-none-any.whl
  464. sha256: fce7fc47dfc976152e82d53ff92fa0407700c21acd20886a13777a0d20e655dc
  465. - type: file
  466. url: https://files.pythonhosted.org/packages/44/a6/7fb6e8b3f4a6051e72e4e2218889351f0ee484b9ee17e995f5ccff780300/setuptools-50.3.0-py3-none-any.whl
  467. sha256: c77b3920663a435c9450d9d971c48f5a7478fca8881b2cd2564e59f970f03536
  468. - type: file
  469. url: https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl
  470. sha256: 8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced
  471. - type: file
  472. url: https://files.pythonhosted.org/packages/4d/70/fd441df751ba8b620e03fd2d2d9ca902103119616f0f6cc42e6405035062/pyrsistent-0.17.3.tar.gz
  473. sha256: 2e636185d9eb976a18a8a8e96efce62f2905fea90041958d8cc2a189756ebf3e
  474. - type: file
  475. url: https://files.pythonhosted.org/packages/6d/6d/f4bb28424bc677bce1210bc19f69a43efe823e294325606ead595211f93e/importlib_metadata-2.0.0-py2.py3-none-any.whl
  476. sha256: cefa1a2f919b866c5beb7c9f7b0ebb4061f30a8a9bf16d609b000e2dfaceb9c3
  477. - type: file
  478. url: https://files.pythonhosted.org/packages/c5/8f/51e89ce52a085483359217bc72cdbf6e75ee595d5b1d4b5ade40c7e018b8/jsonschema-3.2.0-py2.py3-none-any.whl
  479. sha256: 4e5b3cf8216f577bee9ce139cbe72eca3ea4f292ec60928ff24758ce626cd163
  480. - name: python3-Logbook
  481. buildsystem: simple
  482. build-commands:
  483. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  484. "Logbook==1.5.3"
  485. sources:
  486. - type: file
  487. url: https://files.pythonhosted.org/packages/2f/d9/16ac346f7c0102835814cc9e5b684aaadea101560bb932a2403bd26b2320/Logbook-1.5.3.tar.gz
  488. sha256: 66f454ada0f56eae43066f604a222b09893f98c1adc18df169710761b8f32fe8
  489. - name: python3-lxml
  490. buildsystem: simple
  491. build-commands:
  492. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  493. "lxml==4.5.2"
  494. sources:
  495. - type: file
  496. url: https://files.pythonhosted.org/packages/2c/4d/3ec1ea8512a7fbf57f02dee3035e2cce2d63d0e9c0ab8e4e376e01452597/lxml-4.5.2.tar.gz
  497. sha256: cdc13a1682b2a6241080745b1953719e7fe0850b40a5c71ca574f090a1391df6
  498. - name: python3-mistune
  499. buildsystem: simple
  500. build-commands:
  501. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  502. "mistune==0.8.4"
  503. sources:
  504. - type: file
  505. url: https://files.pythonhosted.org/packages/09/ec/4b43dae793655b7d8a25f76119624350b4d65eb663459eb9603d7f1f0345/mistune-0.8.4-py2.py3-none-any.whl
  506. sha256: 88a1051873018da288eee8538d476dffe1262495144b33ecb586c4ab266bb8d4
  507. - name: python3-peewee
  508. buildsystem: simple
  509. build-commands:
  510. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  511. "peewee==3.13.3"
  512. sources:
  513. - type: file
  514. url: https://files.pythonhosted.org/packages/e1/3e/a21e7268fa39756cdbd6d86af78ff1c0a92b84d6dbfadff431e9e3b9e1d3/peewee-3.13.3.tar.gz
  515. sha256: 1269a9736865512bd4056298003aab190957afe07d2616cf22eaf56cb6398369
  516. - name: python3-Pillow
  517. buildsystem: simple
  518. build-commands:
  519. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  520. "Pillow==7.2.0"
  521. sources:
  522. - type: file
  523. url: https://files.pythonhosted.org/packages/3e/02/b09732ca4b14405ff159c470a612979acfc6e8645dc32f83ea0129709f7a/Pillow-7.2.0.tar.gz
  524. sha256: 97f9e7953a77d5a70f49b9a48da7776dc51e9b738151b22dacf101641594a626
  525. - name: python3-plyer
  526. buildsystem: simple
  527. build-commands:
  528. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  529. "plyer==1.4.3"
  530. sources:
  531. - type: file
  532. url: https://files.pythonhosted.org/packages/89/3f/9153265abcaa93418abee8b49284941330426d5afb2f72d75d067462af84/plyer-1.4.3-py2.py3-none-any.whl
  533. sha256: 6192a5c15f2cc8fe42de5a7ab898ed2d2cd47315a88dd7e0f6fd90ec972b87a9
  534. - name: python3-pycparser
  535. buildsystem: simple
  536. build-commands:
  537. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  538. "pycparser==2.20"
  539. sources:
  540. - type: file
  541. url: https://files.pythonhosted.org/packages/ae/e7/d9c3a176ca4b02024debf82342dab36efadfc5776f9c8db077e8f6e71821/pycparser-2.20-py2.py3-none-any.whl
  542. sha256: 7582ad22678f0fcd81102833f60ef8d0e57288b6b5fb00323d101be910e35705
  543. - name: python3-pycryptodome
  544. buildsystem: simple
  545. build-commands:
  546. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  547. "pycryptodome==3.9.8"
  548. sources:
  549. - type: file
  550. url: https://files.pythonhosted.org/packages/4c/2b/eddbfc56076fae8deccca274a5c70a9eb1e0b334da0a33f894a420d0fe93/pycryptodome-3.9.8.tar.gz
  551. sha256: 0e24171cf01021bc5dc17d6a9d4f33a048f09d62cc3f62541e95ef104588bda4
  552. - name: python3-pyfastcopy
  553. buildsystem: simple
  554. build-commands:
  555. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  556. "pyfastcopy==1.0.3"
  557. sources:
  558. - type: file
  559. url: https://files.pythonhosted.org/packages/43/80/535d6b3de415e26d0a1cb774c6895dd07aa5986d2f8bde200393bd916790/pyfastcopy-1.0.3.tar.gz
  560. sha256: ed4620f1087a8949888973e315d3d59fbe9b8cc4ca5df553d76d2f21d2748999
  561. - name: python3-pymediainfo
  562. buildsystem: simple
  563. build-commands:
  564. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  565. "pymediainfo==4.2.1"
  566. sources:
  567. - type: file
  568. url: https://files.pythonhosted.org/packages/44/a6/7fb6e8b3f4a6051e72e4e2218889351f0ee484b9ee17e995f5ccff780300/setuptools-50.3.0-py3-none-any.whl
  569. sha256: c77b3920663a435c9450d9d971c48f5a7478fca8881b2cd2564e59f970f03536
  570. - type: file
  571. url: https://files.pythonhosted.org/packages/52/0a/26b306633acd86cf3b28ee8c08f13b8a033ccc94aeacda4d17fdc6d1cabf/pymediainfo-4.2.1.tar.gz
  572. sha256: 392d99d6bf74046ebaa2f7036d92d5327611d27532a384540e9310a62b8be26d
  573. - name: python3-pyrsistent
  574. buildsystem: simple
  575. build-commands:
  576. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  577. "pyrsistent==0.17.3"
  578. sources:
  579. - type: file
  580. url: https://files.pythonhosted.org/packages/4d/70/fd441df751ba8b620e03fd2d2d9ca902103119616f0f6cc42e6405035062/pyrsistent-0.17.3.tar.gz
  581. sha256: 2e636185d9eb976a18a8a8e96efce62f2905fea90041958d8cc2a189756ebf3e
  582. - name: python3-python-olm
  583. buildsystem: simple
  584. build-commands:
  585. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  586. "python-olm==3.1.3"
  587. sources:
  588. - type: file
  589. url: https://files.pythonhosted.org/packages/ae/e7/d9c3a176ca4b02024debf82342dab36efadfc5776f9c8db077e8f6e71821/pycparser-2.20-py2.py3-none-any.whl
  590. sha256: 7582ad22678f0fcd81102833f60ef8d0e57288b6b5fb00323d101be910e35705
  591. - type: file
  592. url: https://files.pythonhosted.org/packages/45/0b/38b06fd9b92dc2b68d58b75f900e97884c45bedd2ff83203d933cf5851c9/future-0.18.2.tar.gz
  593. sha256: b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d
  594. - type: file
  595. url: https://files.pythonhosted.org/packages/cb/ae/380e33d621ae301770358eb11a896a34c34f30db188847a561e8e39ee866/cffi-1.14.3.tar.gz
  596. sha256: f92f789e4f9241cd262ad7a555ca2c648a98178a953af117ef7fad46aa1d5591
  597. - type: file
  598. url: https://files.pythonhosted.org/packages/d4/a4/1face47e65118d7c52726dfa305410a96bc4a0c6f3f99c90bc7104aebf21/python-olm-3.1.3.tar.gz
  599. sha256: 9a6c6133ce3777788c88e3f18b13c5b36a2f76ed1a0e774d1a48adf542fee871
  600. - name: python3-soupsieve
  601. buildsystem: simple
  602. build-commands:
  603. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  604. "soupsieve==2.0.1"
  605. sources:
  606. - type: file
  607. url: https://files.pythonhosted.org/packages/6f/8f/457f4a5390eeae1cc3aeab89deb7724c965be841ffca6cfca9197482e470/soupsieve-2.0.1-py3-none-any.whl
  608. sha256: 1634eea42ab371d3d346309b93df7870a88610f0725d47528be902a0d95ecc55
  609. - name: python3-sortedcontainers
  610. buildsystem: simple
  611. build-commands:
  612. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  613. "sortedcontainers==2.2.2"
  614. sources:
  615. - type: file
  616. url: https://files.pythonhosted.org/packages/23/8c/22a47a4bf8c5289e4ed946d2b0e4df62bca385b9599cc1e46878f2e2529c/sortedcontainers-2.2.2-py2.py3-none-any.whl
  617. sha256: c633ebde8580f241f274c1f8994a665c0e54a17724fecd0cae2f079e09c36d3f
  618. - name: python3-watchgod
  619. buildsystem: simple
  620. build-commands:
  621. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  622. "watchgod==0.7"
  623. sources:
  624. - type: file
  625. url: https://files.pythonhosted.org/packages/57/35/9a8da3fb6681e6eba662b2d249eea58cebf575e392271efac3344c172c5f/watchgod-0.7-py3-none-any.whl
  626. sha256: d6c1ea21df37847ac0537ca0d6c2f4cdf513562e95f77bb93abbcf05573407b7
  627. - name: python3-hsluv
  628. buildsystem: simple
  629. build-commands:
  630. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  631. "hsluv==5.0.2"
  632. sources:
  633. - type: file
  634. url: https://files.pythonhosted.org/packages/ea/85/027dfe4fe20fdfef78373050764948ff8d78d9a17c95c20f2dfd478091a4/hsluv-5.0.2-py2.py3-none-any.whl
  635. sha256: f31a72317926a985fee9c08cf18d26acd1fc3983b47c042c4da2eb4d7b57fa09
  636. - name: python3-simpleaudio
  637. buildsystem: simple
  638. build-commands:
  639. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  640. "simpleaudio==1.0.4"
  641. sources:
  642. - type: file
  643. url: https://files.pythonhosted.org/packages/94/1b/4dc29653733202b68c09d9c6ca085cf67ac54859ee860647ef21ac1ff3dc/simpleaudio-1.0.4.tar.gz
  644. sha256: 691c88649243544db717e7edf6a9831df112104e1aefb5f6038a5d071e8cf41d
  645. - name: python3-rply
  646. buildsystem: simple
  647. build-commands:
  648. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  649. "rply==0.7.8"
  650. sources:
  651. - type: file
  652. url: https://files.pythonhosted.org/packages/c0/7c/f66be9e75485ae6901ae77d8bdbc3c0e99ca748ab927b3e18205759bde09/rply-0.7.8-py2.py3-none-any.whl
  653. sha256: 28ffd11d656c48aeb8c508eb382acd6a0bd906662624b34388751732a27807e7
  654. - name: python3-baron
  655. buildsystem: simple
  656. build-commands:
  657. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  658. "baron==0.9"
  659. sources:
  660. - type: file
  661. url: https://files.pythonhosted.org/packages/90/1e/74a712ce3d559411ad640415f0bc75b17d5ea61d63b99a529712e8f02a49/baron-0.9-py2.py3-none-any.whl
  662. sha256: 05bac85913c1ebc44986f6915bf6a043ce5ce1e5c4d392a209f73845181e9452
  663. - name: python3-redbaron
  664. buildsystem: simple
  665. build-commands:
  666. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  667. "redbaron==0.9.2"
  668. sources:
  669. - type: file
  670. url: https://files.pythonhosted.org/packages/d8/06/c1c97efe5d30593337721923c5813b3b4eaffcffb706e523acf3d3bc9e8c/redbaron-0.9.2-py2.py3-none-any.whl
  671. sha256: d01032b6a848b5521a8d6ef72486315c2880f420956870cdd742e2b5a09b9bab
  672. - name: python3-tinycss2
  673. buildsystem: simple
  674. build-commands:
  675. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  676. "tinycss2==1.0.2"
  677. sources:
  678. - type: file
  679. url: https://files.pythonhosted.org/packages/44/a6/7fb6e8b3f4a6051e72e4e2218889351f0ee484b9ee17e995f5ccff780300/setuptools-50.3.0-py3-none-any.whl
  680. sha256: c77b3920663a435c9450d9d971c48f5a7478fca8881b2cd2564e59f970f03536
  681. - type: file
  682. url: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl
  683. sha256: a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78
  684. - type: file
  685. url: https://files.pythonhosted.org/packages/94/2c/4e501f9c351343c8ba10d70b5a7ca97cdab2690af043a6e52ada65b85b6b/tinycss2-1.0.2-py3-none-any.whl
  686. sha256: 9fdacc0e22d344ddd2ca053837c133900fe820ae1222f63b79617490a498507a
  687. - name: python3-typing-extensions
  688. buildsystem: simple
  689. build-commands:
  690. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  691. "typing-extensions==3.7.4.3"
  692. sources:
  693. - type: file
  694. url: https://files.pythonhosted.org/packages/60/7a/e881b5abb54db0e6e671ab088d079c57ce54e8a01a3ca443f561ccadb37e/typing_extensions-3.7.4.3-py3-none-any.whl
  695. sha256: 7cb407020f00f7bfc3cb3e7881628838e69d8f3fcab2f64742a5e76b2f841918
  696. - name: python3-unpaddedbase64
  697. buildsystem: simple
  698. build-commands:
  699. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  700. "unpaddedbase64==1.1.0"
  701. sources:
  702. - type: file
  703. url: https://files.pythonhosted.org/packages/96/da/2ebf30d2fdf0f4dc949b4935e408aaa9cca948963e55ea3c99730b1f74c0/unpaddedbase64-1.1.0-py2.py3-none-any.whl
  704. sha256: 81cb4eaaa28cc6a282dd3f2c3855eaa1fbaafa736b5ee64df69889e20540a339
  705. - name: python3-webencodings
  706. buildsystem: simple
  707. build-commands:
  708. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  709. "webencodings==0.5.1"
  710. sources:
  711. - type: file
  712. url: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl
  713. sha256: a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78
  714. - name: python3-yarl
  715. buildsystem: simple
  716. build-commands:
  717. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  718. "yarl==1.4.2"
  719. sources:
  720. - type: file
  721. url: https://files.pythonhosted.org/packages/89/e3/afebe61c546d18fb1709a61bee788254b40e736cff7271c7de5de2dc4128/idna-2.9-py2.py3-none-any.whl
  722. sha256: a068a21ceac8a4d63dbfd964670474107f541babbd2250d61922f029858365fa
  723. - type: file
  724. url: https://files.pythonhosted.org/packages/7f/8f/b3c8c5b062309e854ce5b726fc101195fbaa881d306ffa5c2ba19efa3af2/multidict-4.5.2.tar.gz
  725. sha256: 024b8129695a952ebd93373e45b5d341dbb87c17ce49637b34000093f243dd4f
  726. - type: file
  727. url: https://files.pythonhosted.org/packages/d6/67/6e2507586eb1cfa6d55540845b0cd05b4b77c414f6bca8b00b45483b976e/yarl-1.4.2.tar.gz
  728. sha256: 58cd9c469eced558cd81aa3f484b2924e8897049e06889e8ff2510435b7ef74b
  729. - name: python3-zipp
  730. buildsystem: simple
  731. build-commands:
  732. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  733. "zipp==3.2.0"
  734. sources:
  735. - type: file
  736. url: https://files.pythonhosted.org/packages/c4/79/3b770d51254a31bb85ba56ea70d7428d0c2c659a233cc9722352e028b539/zipp-3.2.0-py3-none-any.whl
  737. sha256: 43f4fa8d8bb313e65d8323a3952ef8756bf40f9a5c3ea7334be23ee4ec8278b6
  738. - name: python3-socks
  739. buildsystem: simple
  740. build-commands:
  741. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  742. "python-socks==1.2.2"
  743. sources:
  744. - type: file
  745. url: https://files.pythonhosted.org/packages/f7/39/ce05e2772d9ec266644484ced4f9f6207b488b7670adcc9ddacf8ca78f91/python_socks-1.2.2-py3-none-any.whl
  746. sha256: 41100508d6a3723c2e9884d3330d8bd022a7ef0a953e826637833bf882550fc7
  747. - name: python3-aiohttp-socks
  748. buildsystem: simple
  749. build-commands:
  750. - pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
  751. "aiohttp-socks==0.6.0"
  752. sources:
  753. - type: file
  754. url: https://files.pythonhosted.org/packages/9a/6c/d302e5a8097fee1e83b9f8e9da10d7752fbf27c74db18b3cc9528b3479be/aiohttp_socks-0.6.0-py3-none-any.whl
  755. sha256: db7aa48c0758ee45d7dbc1fde499912ec6fb77eab77a6e2808825d1f41d4e300
  756. - name: python3-matrix-nio
  757. buildsystem: simple
  758. build-commands:
  759. - pip3 install --prefix=${FLATPAK_DEST} .
  760. build-options:
  761. build-args:
  762. - --share=network
  763. sources:
  764. - type: file
  765. url: https://files.pythonhosted.org/packages/a0/56/d7923fb39395c662bab9e6044e290458a77204ea3cafc3b1ea88e27b8f4c/poetry_core-1.0.2-py2.py3-none-any.whl
  766. sha256: ee0ed4164440eeab27d1b01bc7b9b3afdc3124f68d4ea28d0821a402a9c7c044
  767. - type: git
  768. url: https://github.com/MRAAGH/matrix-nio.git
  769. commit: da5eb19cf6771c721d5a0dc0b7155ca2f71aaf35
  770. - name: moment
  771. buildsystem: qmake
  772. post-install:
  773. # This works around a bug in appstream-glib where it won't find the icon if
  774. # /usr exists. For some reason.
  775. - ln -s /app/share /app/usr
  776. sources:
  777. - type: dir
  778. path: ../..
  779. skip:
  780. - build
  781. - .git
  782. - .flatpak-builder