summaryrefslogtreecommitdiff
path: root/debian/control
blob: 4ed155a3312408f3db817b9c6aacc4673ac85d77 (plain)
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
44
45
46
47
Source: nitime
Section: python
Priority: extra
Maintainer: NeuroDebian Team <team@neuro.debian.net>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>, Michael Hanke <mih@debian.org>
Build-Depends: debhelper (>= 7.0.50~), python-all, python-support,
               python-numpy,
               python-scipy,
               python-matplotlib, python-tk,
               python-sphinx,
               python-nose,
               python-networkx,
               python-nibabel,
               graphviz,
Standards-Version: 3.9.3
XS-Python-Version: >= 2.6
Homepage: http://nipy.org/nitime
Vcs-Git: git://github.com/yarikoptic/nitime.git
Vcs-Browser: http://github.com/yarikoptic/nitime

Package: python-nitime
Architecture: all
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
         python-numpy, python-scipy
Recommends: python-matplotlib,
            python-nose,
            python-nibabel,
            python-networkx
Description: timeseries analysis for neuroscience data (nitime)
 Nitime is a Python module for time-series analysis of data from
 neuroscience experiments.  It contains a core of numerical algorithms
 for time-series analysis both in the time and spectral domains, a set
 of container objects to represent time-series, and auxiliary objects
 that expose a high level interface to the numerical machinery and
 make common analysis tasks easy to express with compact and
 semantically clear code.

Package: python-nitime-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, libjs-jquery
Suggests: python-nitime
Description: timeseries analysis for neuroscience data (nitime) -- documentation
 Nitime is a Python module for time-series analysis of data from
 neuroscience experiments.
 .
 This package provides the documentation in HTML format.