Advertisement
EvilSupahFly

amulet.yml

Aug 12th, 2024
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 17.47 KB | None | 0 0
  1. id: com.github.amulet_map_editor
  2. runtime: org.freedesktop.Platform
  3. runtime-version: '23.08'
  4. sdk: org.freedesktop.Sdk
  5. sdk-version: '23.08'
  6. command: amulet_map_editor
  7. sdk-extensions:
  8.  - org.freedesktop.Sdk.Debug
  9.   #- org.freedesktop.Platform.GL.default
  10. name: amulet_map_editor
  11. finish-args:
  12.  - --socket=x11
  13.   - --socket=wayland
  14.   - --device=dri
  15.   - --device=all
  16.   - --socket=pulseaudio
  17.   - --share=ipc
  18.   - --share=network
  19.   - --filesystem=xdg-documents:create
  20.   - --filesystem=home:create
  21.   - --filesystem=xdg-config:create
  22.   - --filesystem=~/.minecraft:create
  23.   - --filesystem=/var/lib/flatpak/exports/share:create
  24.  
  25. # Generated with flatpak-pip-generator --requirements-file=requirements.txt --yaml --output=amulet2
  26. build-commands:
  27. buildsystem: simple
  28. modules:
  29.  - shared-modules/glu/glu-9.json
  30.   - shared-modules/glew/glew.json
  31.   - name: freeglut
  32.     buildsystem: cmake
  33.     #no-autogen: true
  34.     make-install-args:
  35.      - prefix=${FLATPAK_DEST}
  36.     sources:
  37.       - type: git
  38.         url: https://github.com/freeglut/freeglut.git
  39.         tag: v3.6.0
  40.         commit: 566cd459201ae29003ef5686c06506d8646e55c6
  41.         x-checker-data:
  42.           type: git
  43.           tag-pattern: ^freeglut-([\d.]+)$
  44.     cleanup:
  45.      - /include
  46.       - /lib/*.a
  47.     # Insert fixes from regenerating with flatpak-pip-generator below
  48.   - name: python3-versioneer
  49.     buildsystem: simple
  50.     build-commands:
  51.      - pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
  52.         --prefix=${FLATPAK_DEST} "versioneer~=0.29" --report=pip_report.json --no-build-isolation
  53.     sources:
  54.       - type: file
  55.         url: https://files.pythonhosted.org/packages/b0/79/f0f1ca286b78f6f33c521a36b5cbd5bd697c0d66217d8856f443aeb9dd77/versioneer-0.29-py3-none-any.whl
  56.         sha256: 0f1a137bb5d6811e96a79bb0486798aeae9b9c6efc24b389659cebb0ee396cb9
  57.         x-checker-data:
  58.           name: versioneer
  59.           packagetype: bdist_wheel
  60.           type: pypi
  61.   - name: python3-meson-python
  62.     buildsystem: simple
  63.     build-commands:
  64.      - pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
  65.         --prefix=${FLATPAK_DEST} "meson-python~=0.16.0" --report=pip_report.json --no-build-isolation
  66.     sources:
  67.       - type: file
  68.         url: https://files.pythonhosted.org/packages/91/c0/104cb6244c83fe6bc3886f144cc433db0c0c78efac5dc00e409a5a08c87d/meson_python-0.16.0-py3-none-any.whl
  69.         sha256: 842dc9f5dc29e55fc769ff1b6fe328412fe6c870220fc321060a1d2d395e69e8
  70.         x-checker-data:
  71.           name: meson_python
  72.           packagetype: bdist_wheel
  73.           type: pypi
  74.       - &id001
  75.         type: file
  76.         url: https://files.pythonhosted.org/packages/08/aa/cc0199a5f0ad350994d660967a8efb233fe0416e4639146c089643407ce6/packaging-24.1-py3-none-any.whl
  77.         sha256: 5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124
  78.         x-checker-data:
  79.           name: packaging
  80.           packagetype: bdist_wheel
  81.           type: pypi
  82.       - type: file
  83.         url: https://files.pythonhosted.org/packages/aa/5f/bb5970d3d04173b46c9037109f7f05fc8904ff5be073ee49bb6ff00301bc/pyproject_metadata-0.8.0-py3-none-any.whl
  84.         sha256: ad858d448e1d3a1fb408ac5bac9ea7743e7a8bbb472f2693aaa334d2db42f526
  85.         x-checker-data:
  86.           name: pyproject_metadata
  87.           packagetype: bdist_wheel
  88.           type: pypi
  89.       - &id002
  90.         type: file
  91.         url: https://files.pythonhosted.org/packages/97/75/10a9ebee3fd790d20926a90a2547f0bf78f371b2f13aa822c759680ca7b9/tomli-2.0.1-py3-none-any.whl
  92.         sha256: 939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc
  93.         x-checker-data:
  94.           name: tomli
  95.           packagetype: bdist_wheel
  96.           type: pypi
  97.   - name: python3-setuptools_scm
  98.     buildsystem: simple
  99.     build-commands:
  100.      - pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
  101.         --prefix=${FLATPAK_DEST} "setuptools_scm[toml]>=6.2" --report=pip_report.json
  102.         --no-build-isolation
  103.     sources:
  104.      - *id001
  105.       - type: file
  106.         url: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl
  107.         sha256: 897a3226a6fd4a6eb2f068745e49733261a21f70b1bb28fce0339feb978d9af3
  108.         x-checker-data:
  109.           name: setuptools_scm
  110.           packagetype: bdist_wheel
  111.           type: pypi
  112.       - *id002
  113.   - name: python3-pre-commit
  114.     buildsystem: simple
  115.     build-commands:
  116.      - pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
  117.         --prefix=${FLATPAK_DEST} "pre-commit>=1.11.1" --report=pip_report.json --no-build-isolation
  118.     sources:
  119.       - type: file
  120.         url: https://files.pythonhosted.org/packages/c5/55/51844dd50c4fc7a33b653bfaba4c2456f06955289ca770a5dbd5fd267374/cfgv-3.4.0-py2.py3-none-any.whl
  121.         sha256: b7265b1f29fd3316bfcd2b330d63d024f2bfd8bcb8b0272f8e19a504856c48f9
  122.         x-checker-data:
  123.           name: cfgv
  124.           packagetype: bdist_wheel
  125.           type: pypi
  126.       - type: file
  127.         url: https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl
  128.         sha256: 034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784
  129.         x-checker-data:
  130.           name: distlib
  131.           packagetype: bdist_wheel
  132.           type: pypi
  133.       - type: file
  134.         url: https://files.pythonhosted.org/packages/ae/f0/48285f0262fe47103a4a45972ed2f9b93e4c80b8fd609fa98da78b2a5706/filelock-3.15.4-py3-none-any.whl
  135.         sha256: 6ca1fffae96225dab4c6eaf1c4f4f28cd2568d3ec2a44e15a08520504de468e7
  136.         x-checker-data:
  137.           name: filelock
  138.           packagetype: bdist_wheel
  139.           type: pypi
  140.       - type: file
  141.         url: https://files.pythonhosted.org/packages/24/6c/a4f39abe7f19600b74528d0c717b52fff0b300bb0161081510d39c53cb00/identify-2.6.0-py2.py3-none-any.whl
  142.         sha256: e79ae4406387a9d300332b5fd366d8994f1525e8414984e1a59e058b2eda2dd0
  143.         x-checker-data:
  144.           name: identify
  145.           packagetype: bdist_wheel
  146.           type: pypi
  147.       - type: file
  148.         url: https://files.pythonhosted.org/packages/d2/1d/1b658dbd2b9fa9c4c9f32accbfc0205d532c8c6194dc0f2a4c0428e7128a/nodeenv-1.9.1-py2.py3-none-any.whl
  149.         sha256: ba11c9782d29c27c70ffbdda2d7415098754709be8a7056d79a737cd901155c9
  150.         x-checker-data:
  151.           name: nodeenv
  152.           packagetype: bdist_wheel
  153.           type: pypi
  154.       - &id004
  155.         type: file
  156.         url: https://files.pythonhosted.org/packages/56/29/3ec311dc18804409ecf0d2b09caa976f3ae6215559306b5b530004e11156/platformdirs-3.11.0-py3-none-any.whl
  157.         sha256: e9d171d00af68be50e9202731309c4e658fd8bc76f55c11c7dd760d023bda68e
  158.         x-checker-data:
  159.           name: platformdirs
  160.           packagetype: bdist_wheel
  161.           type: pypi
  162.       - type: file
  163.         url: https://files.pythonhosted.org/packages/07/92/caae8c86e94681b42c246f0bca35c059a2f0529e5b92619f6aba4cf7e7b6/pre_commit-3.8.0-py2.py3-none-any.whl
  164.         sha256: 9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f
  165.         x-checker-data:
  166.           name: pre_commit
  167.           packagetype: bdist_wheel
  168.           type: pypi
  169.       - type: file
  170.         url: https://files.pythonhosted.org/packages/07/4d/410156100224c5e2f0011d435e477b57aed9576fc7fe137abcf14ec16e11/virtualenv-20.26.3-py3-none-any.whl
  171.         sha256: 8cc4a31139e796e9a7de2cd5cf2489de1217193116a8fd42328f1bd65f434589
  172.         x-checker-data:
  173.           name: virtualenv
  174.           packagetype: bdist_wheel
  175.           type: pypi
  176.   - name: python3-numpy
  177.     buildsystem: simple
  178.     build-commands:
  179.      - pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
  180.         --prefix=${FLATPAK_DEST} "numpy>=1.17" --report=pip_report.json --no-build-isolation
  181.     sources:
  182.      - &id003
  183.         type: file
  184.         url: https://files.pythonhosted.org/packages/65/6e/09db70a523a96d25e115e71cc56a6f9031e7b8cd166c1ac8438307c14058/numpy-1.26.4.tar.gz
  185.         sha256: 2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010
  186.         x-checker-data:
  187.           name: numpy
  188.           type: pypi
  189.   - name: python3-packaging
  190.     buildsystem: simple
  191.     build-commands:
  192.      - pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
  193.         --prefix=${FLATPAK_DEST} "packaging>=21.3" --report=pip_report.json --no-build-isolation
  194.     sources:
  195.      - *id001
  196.   - name: python3-pkgconfig
  197.     buildsystem: simple
  198.     build-commands:
  199.      - pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
  200.         --prefix=${FLATPAK_DEST} "pkgconfig~=1.5" --report=pip_report.json --no-build-isolation
  201.     sources:
  202.       - type: file
  203.         url: https://files.pythonhosted.org/packages/32/af/89487c7bbf433f4079044f3dc32f9a9f887597fe04614a37a292e373e16b/pkgconfig-1.5.5-py3-none-any.whl
  204.         sha256: d20023bbeb42ee6d428a0fac6e0904631f545985a10cdd71a20aa58bc47a4209
  205.         x-checker-data:
  206.           name: pkgconfig
  207.           packagetype: bdist_wheel
  208.           type: pypi
  209.   - name: python3-pygame
  210.     buildsystem: simple
  211.     build-commands:
  212.      - pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
  213.         --prefix=${FLATPAK_DEST} "pygame>=2.1.2" --report=pip_report.json --no-build-isolation
  214.     sources:
  215.       - type: file
  216.         url: https://files.pythonhosted.org/packages/72/49/bd2fcbadb6a55bb24284bad4f530189401c99ffc234d51ba54756a776eb2/pygame-2.6.0.tar.gz
  217.         sha256: 722d33ae676aa8533c1f955eded966411298831346b8d51a77dad22e46ba3e35
  218.         x-checker-data:
  219.           name: pygame
  220.           type: pypi
  221.   - name: python3-pyyaml
  222.     buildsystem: simple
  223.     build-commands:
  224.      - pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
  225.         --prefix=${FLATPAK_DEST} "pyyaml~=6.0" --report=pip_report.json --no-build-isolation
  226.     sources: []
  227.   - name: python3-wxpython
  228.     buildsystem: simple
  229.     build-commands:
  230.      - pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
  231.         --prefix=${FLATPAK_DEST} "wxpython>=4.2.1" --report=pip_report.json --no-build-isolation
  232.     sources:
  233.      - *id003
  234.       - &id012
  235.         type: file
  236.         url: https://files.pythonhosted.org/packages/cd/74/ad3d526f3bf7b6d3f408b73fde271ec69dfac8b81341a318ce825f2b3812/pillow-10.4.0.tar.gz
  237.         sha256: 166c1cd4d24309b30d61f79f4a9114b7b2313d7450912277855ff5dfd7cd4a06
  238.         x-checker-data:
  239.           name: pillow
  240.           type: pypi
  241.       - &id014
  242.         type: file
  243.         url: https://files.pythonhosted.org/packages/aa/64/d749e767a8ce7bdc3d533334e03bb1106fc4e4803d16f931fada9007ee13/wxPython-4.2.1.tar.gz
  244.         sha256: e48de211a6606bf072ec3fa778771d6b746c00b7f4b970eb58728ddf56d13d5c
  245.         x-checker-data:
  246.           name: wxPython
  247.           type: pypi
  248.   - name: python3-pyopengl
  249.     buildsystem: simple
  250.     build-commands:
  251.      - pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
  252.         --prefix=${FLATPAK_DEST} "pyopengl>=3.1.0" --report=pip_report.json --no-build-isolation
  253.     sources:
  254.      - &id008
  255.         type: file
  256.         url: https://files.pythonhosted.org/packages/99/48/00e31747821d3fc56faddd00a4725454d1e694a8b67d715cf20f531506a5/PyOpenGL-3.1.7-py3-none-any.whl
  257.         sha256: a6ab19cf290df6101aaf7470843a9c46207789855746399d0af92521a0a92b7a
  258.         x-checker-data:
  259.           name: PyOpenGL
  260.           packagetype: bdist_wheel
  261.           type: pypi
  262.   - name: python3-pyopengl-accelerate
  263.     buildsystem: simple
  264.     build-commands:
  265.      - pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
  266.         --prefix=${FLATPAK_DEST} "pyopengl-accelerate>=3.0" --report=pip_report.json
  267.         --no-build-isolation
  268.     sources:
  269.       - type: file
  270.         url: https://files.pythonhosted.org/packages/93/09/d08b3d07dbd88258276496a47273778f330f5ccf8390cb21b16b29d660de/PyOpenGL-accelerate-3.1.7.tar.gz
  271.         sha256: 2b123621273a939f7fd2ec227541e399f9b5d4e815d69ae0bdb1b6c70a293680
  272.         x-checker-data:
  273.           name: PyOpenGL-accelerate
  274.           type: pypi
  275.   - name: python3-amulet-core
  276.     buildsystem: simple
  277.     build-commands:
  278.      - pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
  279.         --prefix=${FLATPAK_DEST} "amulet-core>=1.9" --report=pip_report.json --no-build-isolation
  280.     sources:
  281.      - &id007
  282.         type: file
  283.         url: https://files.pythonhosted.org/packages/25/e2/b645189fbdbc4f9cad1db97dfc5b1de230baad9d83dba0f731748bb0fbbd/PyMCTranslate-1.2.27-py3-none-any.whl
  284.         sha256: 724e1fa82dcbcf9289b01fb2cb2ad8ee2f0a987ddda01a766a42ec6aca98769a
  285.         x-checker-data:
  286.           name: PyMCTranslate
  287.           packagetype: bdist_wheel
  288.           type: pypi
  289.       - &id005
  290.         type: file
  291.         url: https://files.pythonhosted.org/packages/00/b9/48aa1754bc30143d7623253ff507986123829e9ae78a266ec34e08c0c544/amulet-nbt-2.1.3.tar.gz
  292.         sha256: a9de4fe068329c7a921f09dd4cec37c25c01ac2abeb4e10000e82e526e36d0fc
  293.         x-checker-data:
  294.           name: amulet-nbt
  295.           type: pypi
  296.       - &id009
  297.         type: file
  298.         url: https://files.pythonhosted.org/packages/16/df/6ad86c1a64350274a05cf56ecb205e1acea74ea376d7a02c4b34b0251388/amulet_core-1.9.25-py3-none-any.whl
  299.         sha256: a626a09e93112032d8de046cef59b3a87bf02e840930fa7218f5b2caacf29254
  300.         x-checker-data:
  301.           name: amulet_core
  302.           packagetype: bdist_wheel
  303.           type: pypi
  304.       - &id010
  305.         type: file
  306.         url: https://files.pythonhosted.org/packages/8a/69/03882a4a7ed933d1f0c622d93a5b2eef2fa51c4bf8ca1ec84d43b88eb113/amulet_leveldb-1.0.2.tar.gz
  307.         sha256: b3aa511ef71bf6bc6b21e96395bded0f392b1dc093ef58d5535067d80ab41541
  308.         x-checker-data:
  309.           name: amulet_leveldb
  310.           type: pypi
  311.       - &id011
  312.         type: file
  313.         url: https://files.pythonhosted.org/packages/a4/31/ec1259ca8ad11568abaf090a7da719616ca96b60d097ccc5799cd0ff599c/lz4-4.3.3.tar.gz
  314.         sha256: 01fe674ef2889dbb9899d8a67361e0c4a2c833af5aeb37dd505727cf5d2a131e
  315.         x-checker-data:
  316.           name: lz4
  317.           type: pypi
  318.       - &id006
  319.         type: file
  320.         url: https://files.pythonhosted.org/packages/ca/31/3c57313757b3a47dcf32d2a9bad55d913b797efc8814db31bed8a7142396/mutf8-1.0.6.tar.gz
  321.         sha256: 1bbbefb67c2e5a57104750bb04b0912200b57b2fa9841be245279e83859cb346
  322.         x-checker-data:
  323.           name: mutf8
  324.           type: pypi
  325.       - *id003
  326.       - *id004
  327.       - &id013
  328.         type: file
  329.         url: https://files.pythonhosted.org/packages/9b/fb/a70a4214956182e0d7a9099ab17d50bfcba1056188e9b14f35b9e2b62a0d/portalocker-2.10.1-py3-none-any.whl
  330.         sha256: 53a5984ebc86a025552264b459b46a2086e269b21823cb572f8f28ee759e45bf
  331.         x-checker-data:
  332.           name: portalocker
  333.           packagetype: bdist_wheel
  334.           type: pypi
  335.   - name: python3-amulet-nbt
  336.     buildsystem: simple
  337.     build-commands:
  338.      - pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
  339.         --prefix=${FLATPAK_DEST} "amulet-nbt>=1.1" --report=pip_report.json --no-build-isolation
  340.     sources:
  341.      - *id005
  342.       - *id006
  343.       - *id003
  344.   - name: python3-amulet-map-editor
  345.     buildsystem: simple
  346.     build-commands:
  347.      - pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
  348.         --prefix=${FLATPAK_DEST} "amulet-map-editor==0.10.34" --report=pip_report.json
  349.         --no-build-isolation
  350.     sources:
  351.      - *id007
  352.       - *id008
  353.       - *id005
  354.       - *id009
  355.       - *id010
  356.       - type: file
  357.         url: https://files.pythonhosted.org/packages/1e/85/cd9738ef9f4c40fa540d83498653278b8b0111848127f01e60df8f214d1e/amulet_map_editor-0.10.34.tar.gz
  358.         sha256: 697f9f5943eeb6add35ff8f36bfbcd0ba3356d4e863aee89ef4f0aa5af592a71
  359.         x-checker-data:
  360.           name: amulet_map_editor
  361.           type: pypi
  362.       - *id011
  363.       - &id015
  364.         type: file
  365.         url: https://files.pythonhosted.org/packages/1e/07/bf65fcbb5f66c0e961ff4233023b6ffc65e69f6996251f5a0f1e94e6e65d/minecraft_resource_pack-1.4.3-py3-none-any.whl
  366.         sha256: 672ff157bdb9ccfcbc445393d2e4603cf0d32e320bbc8e7bb5082e855ff3155f
  367.         x-checker-data:
  368.           name: minecraft_resource_pack
  369.           packagetype: bdist_wheel
  370.           type: pypi
  371.       - *id006
  372.       - *id003
  373.       - *id001
  374.       - *id012
  375.       - *id004
  376.       - *id013
  377.       - *id014
  378.   - name: python3-Amulet-LevelDB
  379.     buildsystem: simple
  380.     build-commands:
  381.      - pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
  382.         --prefix=${FLATPAK_DEST} "Amulet-LevelDB>=1.0.2" --report=pip_report.json
  383.         --no-build-isolation
  384.     sources:
  385.      - *id010
  386.   - name: python3-pymctranslate
  387.     buildsystem: simple
  388.     build-commands:
  389.      - pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
  390.         --prefix=${FLATPAK_DEST} "pymctranslate>=1.2" --report=pip_report.json --no-build-isolation
  391.     sources:
  392.      - *id007
  393.       - *id005
  394.       - *id006
  395.       - *id003
  396.   - name: python3-minecraft-resource-pack
  397.     buildsystem: simple
  398.     build-commands:
  399.      - pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
  400.         --prefix=${FLATPAK_DEST} "minecraft-resource-pack>=1.3" --report=pip_report.json
  401.         --no-build-isolation
  402.     sources:
  403.      - *id005
  404.       - *id015
  405.       - *id006
  406.       - *id003
  407.       - *id012
  408.       - *id004
  409. name: Amulet Map Editor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement