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 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
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
|