app-id: org.flatpak.PackagingDemo runtime: org.freedesktop.Platform runtime-version: '1.6' sdk: org.freedesktop.Sdk command: app.py finish-args: - "--share=network" modules: - name: cpython sources: - type: archive url: https://www.python.org/ftp/python/3.8.3/Python-3.8.3.tar.xz sha256: dfab5ec723c218082fe3d5d7ae17ecbdebffa9a1aea4d64aa3a2ecdd2e795864 - name: app-install buildsystem: simple build-options: build-args: - "--share=network" build-commands: - python3 setup.py install --prefix=/app - cp -r bin/* /app/bin/ sources: - type: dir path: "." - type: dir path: bin/