Source: python-bz2file
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <mcrusoe@msu.edu>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9.0.0),
               dh-python,
               python,
               python-setuptools,
               python3,
               python3-setuptools
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-bz2file.git
Vcs-Git: git://anonscm.debian.org/debian-med/python-bz2file.git
Homepage: https://github.com/nvawda/bz2file
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-bz2file
Architecture: all
Depends: ${python:Depends},${misc:Depends}
Provides: ${python:Provides}
Description: Python library for reading and writing bzip2-compressed files
 Bz2file is a Python library for reading and writing bzip2-compressed files.
 .
 It contains a drop-in replacement for the file interface in the standard
 library's bz2 module, including features from the latest development version
 of CPython that are not available in older releases.
 .
 Bz2file for Python2.

Package: python3-bz2file
Architecture: all
Depends: ${python3:Depends},${misc:Depends}
Description: Python3 library for reading and writing bzip2-compressed files
 Bz2file is a Python library for reading and writing bzip2-compressed files.
 .
 It contains a drop-in replacement for the file interface in the standard
 library's bz2 module, including features from the latest development version
 of CPython that are not available in older releases.
 .
 Bz2file for Python3.
