Source: constantly
Maintainer: Free Ekanayaka <freee@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3),
               python-setuptools (>= 0.6b3),
               python3-all,
               python3-setuptools (>= 0.6b3)
Standards-Version: 3.9.8
Homepage: https://github.com/twisted/constantly
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/constantly.git
Vcs-Git: git://anonscm.debian.org/python-modules/packages/constantly.git

Package: python-constantly
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Symbolic constants in Python
 A library that provides symbolic constant support. It includes
 collections and constants with text, numeric, and bit flag 
 values.
 .
 Originally twisted.python.constants from the Twisted project.
 .
 This package provides the Python 2.x module.

Package: python3-constantly
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Provides: ${python3:Provides}
Description: Symbolic constants in Python
 A library that provides symbolic constant support. It includes
 collections and constants with text, numeric, and bit flag 
 values.
 .
 Originally twisted.python.constants from the Twisted project.
 .
 This package provides the Python 3.x module.
