XS-Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9),
- dh-python,
- python-all-dev,
- python-setuptools,
- cython,
+ dh-python,
+ python-all-dev,
+ python-setuptools,
+ cython,
+ dh-python3,
+ python3-all-dev,
+ python3-setuptools,
+ cython3,
zlib1g-dev,
samtools (>= 0.1.19),
libhts-dev
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
- python-pyrex
Description: interface for the SAM/BAM sequence alignment and mapping format
Pysam is a Python module for reading and manipulating Samfiles. It's a
lightweight wrapper of the samtools C-API.
+Package: python3-pysam
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python3:Depends},
+Description: interface for the SAM/BAM sequence alignment and mapping format
+ Pysam is a Python module for reading and manipulating Samfiles. It's a
+ lightweight wrapper of the samtools C-API.
+
+
Package: python-pysam-tests
Architecture: all
Priority: extra
.
This package contains the data provided by upstream to run the pysam
test suite.
+
+Package: python3-pysam-tests
+Architecture: all
+Priority: extra
+Enhances: python3-pysam
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python3:Depends},
+ python3,
+ python3-pysam,
+ cython3
+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.
+ .
+ This package contains the data provided by upstream to run the pysam
+ test suite.
# DEB_BUILD_OPTIONS := nocheck
%:
- dh $@ --with python2 --buildsystem=pybuild
+ dh $@ --with python2,python3 --buildsystem=pybuild
# Make sure Cython is recreating some c-files. To enable building twice in a
# row these will be saved in advance and restored afterwards