File: control

package info (click to toggle)
python-intervaltree-bio 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 18,028 kB
  • sloc: python: 307; makefile: 8
file content (40 lines) | stat: -rw-r--r-- 1,453 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: python-intervaltree-bio
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 12~),
               dh-python,
               python-all,
               python-setuptools,
               python-intervaltree,
               python3-all,
               python3-setuptools,
               python3-intervaltree,
# Test-Depends:
               python-pytest,
               python3-pytest
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/python-intervaltree-bio
Vcs-Git: https://salsa.debian.org/med-team/python-intervaltree-bio.git
Homepage: https://github.com/konstantint/intervaltree-bio

Package: python-intervaltree-bio
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Description: Interval tree convenience classes for genomic data -- Python 2 library
 Convenience classes for loading UCSC genomic annotation records into
 a set of interval tree data structures.
 .
 This package provides the Python 2 library.

Package: python3-intervaltree-bio
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Interval tree convenience classes for genomic data -- Python 3 library
 Convenience classes for loading UCSC genomic annotation records into
 a set of interval tree data structures.
 .
 This package provides the Python 3 library.