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
|
Source: python-skbio
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Tim Booth <tbooth@ceh.ac.uk>,
Andreas Tille <tille@debian.org>,
Kevin Murray <kdmfoss@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10),
dh-python,
ipython3,
python3-all-dev,
python3-bz2file,
python3-cachecontrol,
python3-contextlib2,
python3-decorator,
python3-future,
python3-lockfile,
python3-matplotlib,
python3-natsort,
python3-nose,
python3-numpy (>= 1:1.9.2),
python3-numpydoc,
python3-pandas,
python3-scipy,
python3-setuptools,
python3-sphinx,
python3-sphinx-bootstrap-theme,
libssw-dev,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/git/debian-med/python-skbio.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-skbio.git
Homepage: https://github.com/biocore/scikit-bio
Package: python-skbio-doc
Architecture: all
Depends: ${misc:Depends},
${sphinxdoc:Depends},
libjs-mathjax,
Recommends: python3-skbio (= ${binary:Version})
Section: doc
Description: Data structures, algorithms, educational resources for bioinformatics (docs)
Scikit-bio is a Python package providing data structures, algorithms, and
educational resources for bioinformatics.
.
This is the HTML documentation for skbio.
Package: python3-skbio
Architecture: any-amd64
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
Suggests: python-skbio-doc (= ${binary:Version})
Description: Python3 data structures, algorithms, educational resources for bioinformatic
Scikit-bio is a Python package providing data structures, algorithms, and
educational resources for bioinformatics.
.
This is the package for Python3
|