File: control

package info (click to toggle)
python-biopython 1.85%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 126,372 kB
  • sloc: xml: 1,047,995; python: 332,722; ansic: 16,944; sql: 1,208; makefile: 140; sh: 81
file content (133 lines) | stat: -rw-r--r-- 4,735 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
Source: python-biopython
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Charles Plessy <plessy@debian.org>,
           Andreas Tille <tille@debian.org>,
           Étienne Mollier <emollier@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all-dev:native,
               libpython3-all-dev,
               python3-numpy,
               flex,
               python3-reportlab (>= 4.0.4-1~) <!nocheck>,
               hevea,
               texlive-latex-base,
               texlive-latex-extra,
               texlive-fonts-recommended,
               bwa <!nocheck>,
               clustalo <!nocheck>,
               clustalw [any-amd64] <!nocheck>,
               dialign <!nocheck>,
               dssp <!nocheck>,
               emboss [!armel !armhf !i386 !hppa !m68k !powerpc !s390x !sh4] <!nocheck>,
               fasttree <!nocheck>,
               mafft <!nocheck>,
               muscle3 [i386 amd64 x32] <!nocheck>,
               ncbi-blast+ <!nocheck>,
               phylip <!nocheck>,
               phyml [any-amd64] <!nocheck>,
               prank <!nocheck>,
               probcons <!nocheck>,
               python3-networkx <!nocheck>,
               python3-numpydoc <!nodoc>,
               python3-mysqldb <!nocheck>,
               python3-matplotlib <!nocheck>,
               python3-mmtf <!nocheck>,
               python3-pil <!nocheck>,
               python3-rdflib <!nocheck>,
               python3-psycopg2 [any-amd64] <!nocheck>,
               python3-pygments <!nocheck>,
               python3-igraph <!nocheck>,
               python3-scipy <!nocheck>,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>,
               raxml [any-amd64 any-i386] <!nocheck>,
               samtools [any-amd64] <!nocheck>,
               t-coffee <!nocheck>,
               wise <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/med-team/python-biopython
Vcs-Git: https://salsa.debian.org/med-team/python-biopython.git
Homepage: https://biopython.org
Rules-Requires-Root: no

Package: python3-biopython
Architecture: any
Depends: ${python3:Depends},
         ${shlibs:Depends},
         ${misc:Depends},
         python3-reportlab (>= 4.0.4-1~),
         w3c-sgml-lib
Recommends: python-biopython-doc (= ${source:Version}),
            ncbi-blast+
Suggests: python3-tk,
          bwa,
          clustalo,
          clustalw,
          dialign,
          dssp,
          emboss,
          fasttree,
          mafft,
          muscle3,
          phylip,
          phyml,
          prank,
          probcons,
          python3-mysqldb,
          python3-matplotlib,
          python3-mmtf,
          python3-numpy,
          python3-pil,
          python3-rdflib,
          python3-psycopg2,
          python3-scipy,
          python3-igraph,
          raxml,
          samtools,
          t-coffee,
          wise
Breaks: ncbi-acc-download (<< 0.2.7-2~)
Description: Python3 library for bioinformatics
 The Biopython Project is an international association
 of developers of freely available Python tools for
 computational molecular biology.
 .
 It is a distributed collaborative effort to develop Python3
 libraries and applications which address the needs of
 current and future work in bioinformatics. The source code
 is made available under the Biopython License, which is
 extremely liberal and compatible with almost every license in
 the world. The project works along with the Open Bioinformatics
 Foundation, who generously provide web and CVS space for
 the project.

Package: python-biopython-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
         libjs-sphinxdoc,
         libjs-jquery
Recommends: python3-biopython (= ${source:Version})
Description: Documentation for the Biopython library
 Documentation and examples about how to use the Biopython
 library.
 .
 This package also contains the unit tests of the test suite
 to enable reproducing the test results.

Package: python3-biopython-sql
# Todo: add www.biosql.org as "External Ressource" on packages.debian.org when the infrastructure will provide a way to do so.
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-biopython
Provides: ${python3:Provides}
Description: Biopython support for the BioSQL database schema (Python 3)
 This is the Biopython interface to a BioSQL database (see www.biosql.org
 for details). BioPerl, BioJava and BioRuby also provide their own BioSQL
 interfaces onto the same shared SQL schema.