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 <spam@kdmurray.id.au>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all-dev (>= 2.7),
               python3-all-dev,
               python-setuptools,
               python3-setuptools,
               python-numpy (>= 1:1.9.2),
               python3-numpy (>= 1:1.9.2),
               python-natsort,
               python3-natsort,
               python-pandas,
               python3-pandas,
               python-matplotlib,
               python3-matplotlib,
               python-scipy,
               python3-scipy
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-skbio.git
Vcs-Git: git://anonscm.debian.org/debian-med/python-skbio.git
Homepage: https://github.com/biocore/scikit-bio

Package: python-skbio
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python:Depends}
Description: Python data structures, algorithms, educational resources for bioinformatics
 Scikit-bio is a Python package providing data structures, algorithms, and
 educational resources for bioinformatics.
 .
 It is used as a dependency by various projects including QIIME

Package: python3-skbio
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python3:Depends}
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
