1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
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,
meson,
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>,
libdbus-1-dev (>= 1.0) <!nocheck>,
dbus <!nocheck>,
xauth <!nocheck>,
xvfb <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.6.2
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.
|