Source: absl-py
Section: python
Priority: optional
Maintainer: Adam Cecile <acecile@le-vert.net>
Build-Depends: debhelper (>= 10), dh-python, python-all, python-setuptools, python3-all, python3-setuptools,
 lsb-release,
# Bazel is required for test suite :D
 bazel (>= 0.6) <!nocheck>,
Standards-Version: 4.1.2
Homepage: https://github.com/abseil/abseil-py
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4

Package: python-absl
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Abseil Python Common Libraries (Python 2)
 Collection of Python library code for building Python applications.
 .
 The code is collected from Google's own Python code base, and has been
 extensively tested and used in production.
 .
 This package installs the library for Python 2.

Package: python3-absl
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Abseil Python Common Libraries (Python 3)
 Collection of Python library code for building Python applications.
 .
 The code is collected from Google's own Python code base, and has been
 extensively tested and used in production.
 .
 This package installs the library for Python 3.
