Source: python-pysam
Standards-Version: 4.7.4
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
Testsuite: autopkgtest-pkg-python
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 libhts-dev (>= 1.24~),
 zlib1g-dev,
 python3-all-dev,
 python3-setuptools,
 cython3,
 tabix <!nocheck>,
 samtools <!nocheck>,
 bcftools <!nocheck>,
 python3-pytest <!nocheck>,
Vcs-Browser: https://salsa.debian.org/med-team/python-pysam
Vcs-Git: https://salsa.debian.org/med-team/python-pysam.git
Homepage: https://pysam.readthedocs.org/en/latest

Package: python3-pysam
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends},
Description: interface for the SAM/BAM sequence alignment and mapping format (Python 3)
 Pysam is a Python module for reading and manipulating Samfiles. It's a
 lightweight wrapper of the samtools C-API. Pysam also includes an interface
 for tabix.
 .
 This package installs the module for Python 3.

Package: python-pysam-tests
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Enhances:
 python3-pysam,
Description: interface for the SAM/BAM sequence alignment and mapping format (test data)
 Pysam is a Python module for reading and manipulating Samfiles. It's a
 lightweight wrapper of the samtools C-API. Pysam also includes an interface
 for tabix.
 .
 This package contains the data provided by upstream to run the pysam
 test suite.
