File: control

package info (click to toggle)
python-bz2file 0.98-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 100 kB
  • ctags: 129
  • sloc: python: 946; makefile: 4
file content (42 lines) | stat: -rw-r--r-- 1,603 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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.