Source: pyatspi
Section: python
Priority: optional
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Uploaders: Samuel Thibault <sthibault@debian.org>
Vcs-Browser: https://salsa.debian.org/a11y-team/pyatspi
Vcs-Git: https://salsa.debian.org/a11y-team/pyatspi.git
Homepage: https://live.gnome.org/Accessibility
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3, python3-all,
               pkgconf,
               python-gi-dev,
               python3-gi,
               python3-dbus <!nocheck>,
               libatspi2.0-dev <!nocheck>,
               libglib2.0-dev <!nocheck>,
               libxml2-dev <!nocheck>,
               libatk1.0-dev <!nocheck>,
               libgtk-3-dev <!nocheck>,
               gir1.2-atspi-2.0 (>= 2.33.1) <!nocheck>,
               libatk-adaptor (>= 2.32.0-6~) <!nocheck>,
               at-spi2-core <!nocheck>,
               dbus <!nocheck>,
               xauth <!nocheck>,
               xvfb <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.6.1

Package: python3-pyatspi
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-gi,
         gir1.2-atspi-2.0 (>= 2.33.1),
         libatk-adaptor, at-spi2-core
Description: Assistive Technology Service Provider Interface - Python3 bindings
 at-spi is the "Assistive Technology Service Provider Interface".
 .
 This package contains Python3 bindings for the client side aspects of at-spi2.
