{ "id": "org.pygame.BaseApp-py36", "command": "/usr/bin/bash", "base": "org.pygame.BaseApp", "runtime": "org.freedesktop.Platform", "sdk": "org.freedesktop.Sdk", "runtime-version": "1.4", "cleanup": [ "/cache", "/include", "/lib/pkgconfig", "/man", "/share/aclocal", "/share/devhelp", "/share/gir-1.0", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "/share/vala", "/lib/systemd", "*.la", "*.a" ], "build-options" : { "cflags": "-O2 -g", "cxxflags": "-O2 -g" }, "modules": [ { "name": "cpython", "sources": [ { "type": "archive", "url": "https://www.python.org/ftp/python/3.6.0/Python-3.6.0.tar.xz", "sha256": "b0c5f904f685e32d9232f7bdcbece9819a892929063b6e385414ad2dd6a23622" } ] }, { "name": "pygame", "sources": [ { "type": "archive", "url": "https://pypi.python.org/packages/61/06/3c25051549c252cc6fde01c8aeae90b96831370884504fe428a623316def/pygame-1.9.3.tar.gz", "sha256": "751021819bdc0cbe5cbd51904abb6ff9e9aee5b0e8955af02284d0e77d6c9ec2" }, { "type": "file", "path": "python_configure.py", "dest-filename": "configure" }, { "type": "patch", "path": "pygame-add-search-dirs.patch" } ], "build-options": { "env": { "PORTMIDI_INC_PORTTIME": "1", "PIP_PATH": "/app/bin/pip3", "LOCALBASE": "/app" } } } ] }