File: control

package info (click to toggle)
python-pymzml 0.7.6-dfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 66,128 kB
  • ctags: 335
  • sloc: python: 2,428; makefile: 142; sh: 38
file content (83 lines) | stat: -rw-r--r-- 2,952 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Source: python-pymzml
Maintainer: The Debichem Group <debichem-devel@lists.alioth.debian.org>
Uploaders: Filippo Rusconi <lopippo@debian.org>
Section: python
Priority: optional
Build-Depends: dh-python,
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python3-all,
               python3-setuptools,
               debhelper (>= 7.0.50~),
               dpkg-dev (>= 1.16.1~)
Build-Depends-Indep: doxygen (>= 1.8.1.2), 
                     texlive-generic-extra, 
                     texlive-extra-utils, 
                     texlive-latex-extra, 
                     latex-xcolor, 
                     texlive-font-utils, 
                     ghostscript, 
                     texlive-fonts-recommended,
                     python-sphinx (>= 1.1.3)
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Standards-Version: 3.9.8
Homepage: https://pymzml.github.com/
Vcs-Git: https://anonscm.debian.org/git/debichem/packages/python-pymzml.git
Vcs-Browser: https://anonscm.debian.org/git/debichem/packages/python-pymzml.git

Package: python-pymzml
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Suggests: python-pymzml-doc
Conflicts: python-mzml
Replaces: python-mzml
Description: mzML mass spectrometric data parsing (Python 2.x)
 python-pymzml is an extension to Python that offers:
  - easy access to mass spectrometry (MS) data that allows 
    the rapid development of tools;
  - a very fast parser for mzML data, the standard in 
    mass spectrometry data format;
  - a set of functions to compare or handle spectra.
 .
 This package contains python-pymzml for Python 2.

Package: python3-pymzml
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python-pymzml-doc
Conflicts: python-mzml
Replaces: python-mzml
Description: mzML mass spectrometric data parsing (Python 3.x)
 python-pymzml is an extension to Python that offers:
  - easy access to mass spectrometry (MS) data that allows 
    the rapid development of tools;
  - a very fast parser for mzML data, the standard in 
    mass spectrometry data format;
  - a set of functions to compare or handle spectra.
 .
 This package contains python-pymzml for Python 3.

Package: python-pymzml-doc
Section: doc
Architecture: all
Depends: libjs-jquery,
         libjs-underscore,
         ${sphinxdoc:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Conflicts: python-mzml-doc
Replaces: python-mzml-doc
Description: mzML mass spectrometric data parsing - documentation
 python-pymzml is an extension to Python that offers:
  - easy access to mass spectrometry (MS) data that allows 
    the rapid development of tools;
  - a very fast parser for mzML data, the standard in 
    mass spectrometry data format;
  - a set of functions to compare or handle spectra.
 .
 This package contains the documentation in PDF and HTML format,
 along with the text sources (process with sphinx).