~ubuntu-branches/ubuntu/breezy/python-scipy/breezy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Alexandre Fayolle
  • Date: 2005-03-11 10:54:35 UTC
  • Revision ID: james.westby@ubuntu.com-20050311105435-li6q51e4cpcmw7ut
Tags: 0.3.2-6
Added a Suggests: python2.X-profiler in debian/control, made the
import of pstats optional by patching stats/__init__.py 
(Closes: #296796)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: python-scipy
 
2
Section: python
 
3
Priority: extra
 
4
Maintainer: José Fonseca <j_r_fonseca@yahoo.co.uk>
 
5
Uploaders: Alexandre Fayolle <afayolle@debian.org>, Marco Presi <zufus@debian.org>
 
6
Build-Depends: debhelper (>> 4.0), python, python2.2-dev, python2.3-dev, python2.4-dev, python2.2-numeric, python2.3-numeric, python2.4-numeric, python2.2-f2py, python2.3-f2py, python2.4-f2py, g77, fftw-dev, swig (>= 1.3), libwxgtk2.4-python, libwxgtk2.4-dev, refblas3-dev [arm], blas-dev [!arm], lapack3-dev, libx11-dev, python2.2-scipy-core (>= 0.3.2), python2.3-scipy-core (>= 0.3.2), python2.4-scipy-core (>= 0.3.2)
 
7
Standards-Version: 3.6.1
 
8
 
 
9
Package: python2.2-scipy
 
10
Architecture: any
 
11
Depends: ${python:Depends}, python2.2-numeric, python2.2-scipy-core, ${shlibs:Depends}
 
12
Recommends: g++ | c++-compiler, python2.2-f2py
 
13
Suggests: python2.2-profiler 
 
14
Description: scientific tools for Python 2.2
 
15
 SciPy is an open source library of scientific tools for Python. SciPy
 
16
 supplements the popular Numeric module, gathering a variety of high level
 
17
 science and engineering modules together as a single package.
 
18
 .
 
19
 SciPy includes modules for graphics and plotting, optimization, integration,
 
20
 special functions, signal and image processing, genetic algorithms, ODE
 
21
 solvers, and others.
 
22
 .
 
23
 This package provides SciPy for Python 2.2.
 
24
 . 
 
25
 Homepage: http://www.scipy.org/
 
26
 
 
27
Package: python2.3-scipy
 
28
Architecture: any
 
29
Depends: ${python:Depends}, python2.3-numeric, python2.3-scipy-core, ${shlibs:Depends}
 
30
Recommends: g++ | c++-compiler, python2.3-f2py, libwxgtk2.4-python
 
31
Suggests: python2.3-profiler 
 
32
Description: scientific tools for Python 2.3
 
33
 SciPy is an open source library of scientific tools for Python. SciPy
 
34
 supplements the popular Numeric module, gathering a variety of high level
 
35
 science and engineering modules together as a single package.
 
36
 .
 
37
 SciPy includes modules for graphics and plotting, optimization, integration,
 
38
 special functions, signal and image processing, genetic algorithms, ODE
 
39
 solvers, and others.
 
40
 .
 
41
 This package provides SciPy for Python 2.3.
 
42
 .
 
43
 Homepage: http://www.scipy.org/
 
44
 
 
45
Package: python2.4-scipy
 
46
Architecture: any
 
47
Depends: ${python:Depends}, python2.4-numeric, python2.4-scipy-core, ${shlibs:Depends}
 
48
Recommends: g++ | c++-compiler, python2.4-f2py, libwxgtk2.4-python
 
49
Suggests: python2.4-profiler 
 
50
Description: scientific tools for Python 2.4
 
51
 SciPy is an open source library of scientific tools for Python. SciPy
 
52
 supplements the popular Numeric module, gathering a variety of high level
 
53
 science and engineering modules together as a single package.
 
54
 .
 
55
 SciPy includes modules for graphics and plotting, optimization, integration,
 
56
 special functions, signal and image processing, genetic algorithms, ODE
 
57
 solvers, and others.
 
58
 .
 
59
 This package provides SciPy for Python 2.4.
 
60
 .
 
61
 Homepage: http://www.scipy.org/
 
62
 
 
63
Package: python-scipy
 
64
Architecture: all
 
65
Depends: python2.3-scipy
 
66
Suggests: python-profiler 
 
67
Description: scientific tools for Python
 
68
 SciPy is an open source library of scientific tools for Python. SciPy
 
69
 supplements the popular Numeric module, gathering a variety of high level
 
70
 science and engineering modules together as a single package.
 
71
 .
 
72
 SciPy includes modules for graphics and plotting, optimization, integration,
 
73
 special functions, signal and image processing, genetic algorithms, ODE
 
74
 solvers, and others.
 
75
 .
 
76
 This package is a dependency package, which depends on the python*-scipy
 
77
 package for Debian's default Python version (currently v2.3).
 
78
 .
 
79
 Homepage: http://www.scipy.org/