Source: absl-py
Section: python
Priority: optional
Maintainer: Benjamin Moody <benjamin@physionet.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python-six,
               python3-all,
               python3-setuptools,
               python3-six

Package: python-absl-py
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Abseil Python Common Libraries (Python 2)
 This repository is a collection of Python library code for building Python
 applications.
 .
  * Simple application startup
  * Distributed commandline flags system
  * Custom logging module with additional features
  * Testing utilities
 .
 This package installs the library for Python 2.

Package: python3-absl-py
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Abseil Python Common Libraries (Python 3)
 This repository is a collection of Python library code for building Python
 applications.
 .
  * Simple application startup
  * Distributed commandline flags system
  * Custom logging module with additional features
  * Testing utilities
 .
 This package installs the library for Python 3.
