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
|
Source: python-skbio
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
Kevin Murray <kdmfoss@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
cython3,
dh-python,
python3-all-dev,
python3-setuptools,
python3-numpy,
python3-matplotlib,
python3-cachecontrol,
python3-decorator,
python3-h5py,
python3-pandas,
python3-scipy (>= 1.9),
python3-ipython,
python3-hdmedians (>= 0.14.1),
python3-sklearn,
python3-natsort,
libssw-dev,
sphinx-common,
libsimde-dev
Build-Depends-Arch: python3-lockfile <!nocheck>,
python3-pytest <!nocheck>
Build-Depends-Indep: python3-sphinx <!nodoc>,
python3-sphinx-bootstrap-theme <!nodoc>,
python3-doc <!nodoc>,
# python-scipy-doc <!nodoc>,
python-biom-format-doc <!nodoc>,
python-pandas-doc <!nodoc>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/python-skbio
Vcs-Git: https://salsa.debian.org/med-team/python-skbio.git
Homepage: https://github.com/biocore/scikit-bio
Rules-Requires-Root: no
Package: python-skbio-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends},
libjs-mathjax
Recommends: python3-skbio (= ${binary:Version})
Built-Using: ${sphinxdoc:Built-Using}
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.
Build-Profiles: <!nodoc>
Package: python3-skbio
Architecture: amd64 arm64 mips64el ppc64el riscv64
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
python3-hdmedians (>= 0.14.1),
python3-h5py
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
|