From d36deb6b1534807b3ba2ff71bd384888f8b491a7 Mon Sep 17 00:00:00 2001 From: Andreas Tille Date: Fri, 8 May 2020 20:26:01 +0200 Subject: [PATCH] Remove Python2 package --- debian/changelog | 7 +++++++ debian/control | 18 +----------------- 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index c7e2c2c..bc41396 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-pysam (0.15.4+ds-3) UNRELEASED; urgency=medium + + * Remove Python2 package + Closes: #938092 + + -- Andreas Tille 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 diff --git a/debian/control b/debian/control index 4199b4b..616a2f9 100644 --- a/debian/control +++ b/debian/control @@ -10,9 +10,6 @@ Build-Depends: debhelper-compat (= 12), dh-python, libhts-dev (>= 1.9), zlib1g-dev, - python-all-dev, - python-setuptools, - cython (>= 0.23), python3-all-dev, python3-setuptools, cython3 (>= 0.23), @@ -25,19 +22,6 @@ 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: 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}, @@ -54,7 +38,7 @@ Package: python-pysam-tests 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 -- 2.30.2