Source: pywayland
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Daniel Echeverri <epsilon@debian.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 libpython3-all-dev,
 libwayland-dev,
 pkgconf,
 pybuild-plugin-pyproject,
 python3-all,
 python3-cffi,
 python3-pytest,
 python3-setuptools,
 python3-sphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.2
#X-Python3-Version: all
Homepage: https://github.com/flacjacket/pywayland
Vcs-Git: https://salsa.debian.org/python-team/packages/pywayland.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pywayland
X-Style: black

Package: python3-pywayland
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Suggests:
 python3-pywayland-doc,
Description: Provides Python bindings to the Wayland library
 PyWayland provides a wrapper to the libwayland library using
 the CFFI library to provide access to the Wayland library
 calls and written in pure Python.

Package: python3-pywayland-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Suggests:
 pywayland,
Depends:
 ${misc:Depends},
Recommends:
 python3-doc,
Description: documentation for the pywayland Python library
 PyWayland provides Python bindings to the Wayland library,
 using pure Python by making calls through the CFFI module
 .
 This package provides documentation for pywayland
