+python-pysam (0.15.4+ds-3) UNRELEASED; urgency=medium
+
+ * Remove Python2 package
+ Closes: #938092
+
+ -- Andreas Tille <tille@debian.org> Fri, 08 May 2020 20:24:53 +0200
+
python-pysam (0.15.4+ds-2) unstable; urgency=medium
* Dont run unittests for python2 binary, to reduce pytest rdeps
dh-python,
libhts-dev (>= 1.9),
zlib1g-dev,
- python-all-dev,
- python-setuptools,
- cython (>= 0.23),
python3-all-dev,
python3-setuptools,
cython3 (>= 0.23),
Vcs-Git: https://salsa.debian.org/med-team/python-pysam.git
Homepage: https://pysam.readthedocs.org/en/latest
-Package: python-pysam
-Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python:Depends}
-Provides: ${python:Provides}
-Description: interface for the SAM/BAM sequence alignment and mapping format (Python 2)
- 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 2.
-
Package: python3-pysam
Architecture: any
Depends: ${shlibs:Depends},
Multi-Arch: foreign
Architecture: all
Depends: ${misc:Depends}
-Enhances: python-pysam
+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