{
 "app_id": "org.gnome.TestTyping",
 "source_url": "https://gitlab.gnome.org/csoriano/testtyping/-/raw/master/org.gnome.TestTyping.json",
 "runtime": "org.gnome.Platform",
 "runtime_version": "master",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=network",
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--filesystem=xdg-run/dconf",
  "--filesystem=~/.config/dconf:ro",
  "--talk-name=ca.desrt.dconf",
  "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
 ],
 "module_count": 14,
 "fetched_at": "2026-09-18T08:40:08.875761+00:00",
 "manifest": {
  "app-id": "org.gnome.TestTyping",
  "runtime": "org.gnome.Platform",
  "runtime-version": "master",
  "sdk": "org.gnome.Sdk",
  "command": "testtyping",
  "finish-args": [
   "--share=network",
   "--share=ipc",
   "--socket=x11",
   "--socket=wayland",
   "--filesystem=xdg-run/dconf",
   "--filesystem=~/.config/dconf:ro",
   "--talk-name=ca.desrt.dconf",
   "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
  ],
  "build-options": {
   "cflags": "-O2 -g",
   "cxxflags": "-O2 -g",
   "env": {
    "V": "1"
   }
  },
  "cleanup": [
   "/include",
   "/lib/pkgconfig",
   "/man",
   "/share/doc",
   "/share/gtk-doc",
   "/share/man",
   "/share/pkgconfig",
   "*.la",
   "*.a"
  ],
  "modules": [
   {
    "name": "typed-ast",
    "buildsystem": "simple",
    "build-commands": [
     "/usr/bin/pip3 --disable-pip-version-check install --prefix=/app --no-deps --verbose ."
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/python/typed_ast",
      "tag": "1.1.0"
     }
    ]
   },
   {
    "name": "mypy",
    "buildsystem": "simple",
    "build-commands": [
     "/usr/bin/pip3 --disable-pip-version-check install --prefix=/app --no-deps --verbose ."
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/python/mypy",
      "tag": "v0.620"
     }
    ]
   },
   {
    "name": "setuptools_scm",
    "buildsystem": "simple",
    "build-commands": [
     "/usr/bin/pip3 --disable-pip-version-check install --prefix=/app --no-deps --verbose ."
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/pypa/setuptools_scm",
      "tag": "v2.1.0"
     }
    ]
   },
   {
    "name": "pytest-runner",
    "buildsystem": "simple",
    "build-commands": [
     "/usr/bin/pip3 --disable-pip-version-check install --prefix=/app --no-deps --verbose ."
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/pytest-dev/pytest-runner",
      "tag": "2.12"
     }
    ]
   },
   {
    "name": "mccabe",
    "buildsystem": "simple",
    "build-commands": [
     "/usr/bin/pip3 --disable-pip-version-check install --prefix=/app --no-deps --verbose ."
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/PyCQA/mccabe",
      "tag": "0.6.1"
     }
    ]
   },
   {
    "name": "pycodestyle",
    "buildsystem": "simple",
    "build-commands": [
     "/usr/bin/pip3 --disable-pip-version-check install --prefix=/app --no-deps --verbose ."
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/PyCQA/pycodestyle",
      "tag": "2.3.1"
     }
    ]
   },
   {
    "name": "pyflakes",
    "buildsystem": "simple",
    "build-commands": [
     "/usr/bin/pip3 --disable-pip-version-check install --prefix=/app --no-deps --verbose ."
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/PyCQA/pyflakes",
      "tag": "1.6.0"
     }
    ]
   },
   {
    "name": "flake8",
    "buildsystem": "simple",
    "build-commands": [
     "/usr/bin/pip3 --disable-pip-version-check install --prefix=/app --no-deps --verbose ."
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/PyCQA/flake8",
      "tag": "3.5.0"
     }
    ]
   },
   {
    "name": "isort",
    "buildsystem": "simple",
    "build-commands": [
     "/usr/bin/pip3 --disable-pip-version-check install --prefix=/app --no-deps --verbose ."
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/timothycrosley/isort",
      "tag": "4.3.4"
     }
    ]
   },
   {
    "name": "wrapt",
    "buildsystem": "simple",
    "build-commands": [
     "/usr/bin/pip3 --disable-pip-version-check install --prefix=/app --no-deps --verbose ."
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/GrahamDumpleton/wrapt",
      "tag": "1.10.11"
     }
    ]
   },
   {
    "name": "python-lazy-object-proxy",
    "buildsystem": "simple",
    "build-commands": [
     "/usr/bin/pip3 --disable-pip-version-check install --prefix=/app --no-deps --verbose ."
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/ionelmc/python-lazy-object-proxy",
      "tag": "v1.3.1"
     }
    ]
   },
   {
    "name": "astroid",
    "buildsystem": "simple",
    "build-commands": [
     "/usr/bin/pip3 --disable-pip-version-check install --prefix=/app --no-deps --verbose ."
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/PyCQA/astroid",
      "tag": "astroid-2.0.1"
     }
    ]
   },
   {
    "name": "pylint",
    "buildsystem": "simple",
    "build-commands": [
     "/usr/bin/pip3 --disable-pip-version-check install --prefix=/app --no-deps --verbose ."
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/PyCQA/pylint/",
      "tag": "pylint-2.0"
     }
    ]
   },
   {
    "name": "testtyping",
    "buildsystem": "meson",
    "config-opts": [
     "--libdir=lib"
    ],
    "builddir": true,
    "sources": [
     {
      "type": "git",
      "url": "https://gitlab.gnome.org/csoriano/testtyping.git"
     }
    ]
   }
  ]
 }
}