Source: python-matrix-nio
Section: python
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
 debhelper,
 dh-python,
 python3,
 python3-aiohttp <!nocheck>,
 python3-cachetools <!nocheck>,
 python3-crypto <!nocheck>,
 python3-fake-factory <!nocheck>,
 python3-h11 <!nocheck>,
 python3-h2 <!nocheck>,
 python3-hpack <!nocheck>,
 python3-hyperframe <!nocheck>,
 python3-jsonschema <!nocheck>,
 python3-logbook <!nocheck>,
 python3-m2r <!nodoc>,
 python3-olm (>= 3.1.0) <!nocheck>,
 python3-peewee <!nocheck>,
 python3-pycryptodome <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
 python3-sphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
 python3-unpaddedbase64 <!nocheck>,
Standards-Version: 4.4.1
Homepage: https://github.com/poljar/matrix-nio
Vcs-Git: https://salsa.debian.org/debian/python-matrix-nio.git
Vcs-Browser: https://salsa.debian.org/debian/python-matrix-nio
Rules-Requires-Root: no

Package: python3-matrix-nio
Architecture: all
Depends:
 python3-aiohttp,
 python3-atomicwrites,
 python3-attr,
 python3-cachetools,
 python3-future,
 python3-h11,
 python3-h2,
 python3-jsonschema,
 python3-logbook,
 python3-olm (>= 3.1.0),
 python3-peewee (>= 3.9.5),
 python3-pycryptodome,
 python3-unpaddedbase64,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python3-matrix-nio-doc,
Description: Python Matrix client library with sane I/O - Python3 library
 Nio is a multilayered matrix client library.
 The underlying base layer doesn't do any IO on its own.
 On top of the base layer,
 a no-IO HTTP client implementation exists,
 as well as a full fledged batteries included asyncio layer
 using aiohttp.
 .
 This package provides matrix-nio module
 for Python 3.

Package: python3-matrix-nio-doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Built-Using:
 ${sphinxdoc:Built-Using},
Description: Python Matrix client library with sane I/O - documentation
 Nio is a multilayered matrix client library.
 The underlying base layer doesn't do any IO on its own.
 On top of the base layer,
 a no-IO HTTP client implementation exists,
 as well as a full fledged batteries included asyncio layer
 using aiohttp.
 .
 This package provides documentation for the matrix-nio module.
