Remove Python2 package
authorAndreas Tille <tille@debian.org>
Fri, 8 May 2020 18:26:01 +0000 (20:26 +0200)
committerAndreas Tille <tille@debian.org>
Fri, 8 May 2020 18:26:01 +0000 (20:26 +0200)
debian/changelog
debian/control

index c7e2c2c1613f069f6db6ae5a0ac3d337b6c60d92..bc413966670120d4e22a691cdd3e83abc64a49fa 100644 (file)
@@ -1,3 +1,10 @@
+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
index 4199b4bfd2ef429735c77a515fd038af164d1b40..616a2f9e47ed28d8f6aa7534d37f127b83948462 100644 (file)
@@ -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