Source: python-grpcio
Section: python
Priority: optional
Maintainer: Adam Cecile <acecile@le-vert.net>
Build-Depends: debhelper (>= 9), dh-python, python-all-dev, python-setuptools, python3-all-dev, python3-setuptools,
 cython (>= 0.23~), cython3 (>= 0.23~),
 python-concurrent.futures (>= 2.2.0~), python-enum34 (>= 1.0.4~),
# python3-sphinx-rtd-theme should be (>= 0.1.8~) but 0.1.6 works
# and provide Jessie support
 python3-sphinx (>= 1.3~), python3-sphinx-rtd-theme (>= 0.1.6~),
 python3-six (>= 1.10~), python-six (>= 1.10~),
 lsb-release,
# contains ares.h
# https://github.com/grpc/grpc/pull/11397
 libc-ares-dev (>= 1.11~),
 zlib1g-dev,
 libssl-dev (>= 1.0.2~),
Standards-Version: 4.1.3
Homepage: https://pypi.org/project/grpcio/
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4

Package: python-grpcio
Architecture: any
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
Suggests: python-grpcio-doc
Description: High performance, open-source universal RPC framework (Python 2)
 gRPC is a modern, open source, high-performance remote procedure call (RPC)
 framework that can run anywhere.
 .
 It enables client and server applications to communicate transparently, and
 makes it easier to build connected systems.
 .
 This package installs the library for Python 2.

Package: python3-grpcio
Architecture: any
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
Suggests: python-grpcio-doc
Description: High performance, open-source universal RPC framework (Python 3)
 gRPC is a modern, open source, high-performance remote procedure call (RPC)
 framework that can run anywhere.
 .
 It enables client and server applications to communicate transparently, and
 makes it easier to build connected systems.
 .
 This package installs the library for Python 3.

Package: python-grpcio-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: High performance, open-source universal RPC framework (common documentation)
 gRPC is a modern, open source, high-performance remote procedure call (RPC)
 framework that can run anywhere.
 .
 It enables client and server applications to communicate transparently, and
 makes it easier to build connected systems.
 .
 This is the common documentation package.
