Commit 8c569dfa authored by Steffen Möller's avatar Steffen Möller
Browse files

Producing v2 and v3 Python packages.

parent ce993d6f
Loading
Loading
Loading
Loading
+44 −3
Original line number Diff line number Diff line
@@ -7,7 +7,16 @@ Priority: optional
Build-Depends: debhelper (>= 10),
               dh-python,
               bedtools,
               python3,
               python-all-dev,
               python-setuptools,
               python-pysam,
               python-matplotlib,
               python-nose,
               python-numpy,
               python-numpydoc,
               python-pandas,
               python-yaml,
               python-tk,
               python3-all-dev,
               python3-setuptools,
               python3-pysam,
@@ -22,20 +31,52 @@ Build-Depends: debhelper (>= 10),
               cython,
               r-base-core,
               zlib1g-dev
Standards-Version: 4.1.4
Standards-Version: 4.1.5
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-pybedtools.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-pybedtools.git
Homepage: https://daler.github.io/pybedtools/

Package: python-pybedtools
Architecture: any
Depends: ${python:Depends},
         ${misc:Depends},
         ${shlibs:Depends},
Description: Python 2 wrapper around BEDTools for bioinformatics work
 The BEDTools suite of programs is widely used for genomic interval
 manipulation or “genome algebra”. pybedtools wraps and extends BEDTools and
 offers feature-level manipulations from within Python.
 .
 This is the Python 2 version.

Package: pybedtools-bin
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-pybedtools|python-pybedtools
Description: Scripts produced for pybedtools
 The BEDTools suite of programs is widely used for genomic interval
 manipulation or “genome algebra”. pybedtools wraps and extends BEDTools and
 offers feature-level manipulations from within Python.
 .
 This package provides scripts that shall be executable with the
 Python 2 and Python 3 versions of this package.

Package: python3-pybedtools
Architecture: any
Depends: ${python3:Depends},
         ${misc:Depends},
         ${shlibs:Depends},
         ${sphinxdoc:Depends}
Description: Python 3 wrapper around BEDTools for bioinformatics work
 The BEDTools suite of programs is widely used for genomic interval
 manipulation or “genome algebra”. pybedtools wraps and extends BEDTools and
 offers feature-level manipulations from within Python.
 .
 This is the Python 3 version.

Package: python3-pybedtools-doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Suggests: python3-pybedtools|python-pybedtools
Description: Documentation for pybedtools library
 Shinx-generated documentation.
+1 −0
Original line number Diff line number Diff line
usr/bin
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

Loading