File: control

package info (click to toggle)
python-intervaltree-bio 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 18,000 kB
  • ctags: 51
  • sloc: python: 307; makefile: 6
file content (43 lines) | stat: -rw-r--r-- 1,336 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
41
42
43
Source: python-intervaltree-bio
Section: python
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Build-Depends:
	debhelper (>= 9),
	dh-python,
	python-all,
	python-setuptools,
	python-intervaltree,
	python3-all,
	python3-setuptools,
	python3-intervaltree,
# Test-Depends:
	python-pytest,
	python3-pytest,
Standards-Version: 3.9.8
Homepage: https://github.com/konstantint/intervaltree-bio
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-intervaltree-bio.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-intervaltree-bio.git

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.