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
|
Source: azure-uamqp-python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Luca Boccassi <bluca@debian.org>,
Build-Depends: cmake,
cython3,
debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
libssl-dev,
python3-all-dev,
python3-certifi,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-setuptools,
Standards-Version: 4.7.0
Section: python
Priority: optional
Rules-Requires-Root: no
Homepage: https://github.com/Azure/azure-uamqp-python
Vcs-Browser: https://salsa.debian.org/python-team/packages/azure-uamqp-python
Vcs-Git: https://salsa.debian.org/python-team/packages/azure-uamqp-python.git
Testsuite: autopkgtest-pkg-python
Package: python3-uamqp
Architecture: linux-any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
Provides: ${python3:Provides},
Description: AMQP 1.0 client library for Python
A cython client library for the AMQP 1.0 protocol, implemented using the Azure
uAMQP library for C.
|