summaryrefslogtreecommitdiff
path: root/package/debian8/control
blob: 43a22a2c1b1c6fbfb71ca01fb997c88a2bf0284a (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
Source: silx
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Jerome Kieffer <jerome.kieffer@esrf.fr>,
           Picca Frédéric-Emmanuel <picca@debian.org>
Section: science
Priority: extra
Build-Depends: cython,
               cython3,
               libstdc++-4.9-dev,
               libstdc++6,
               debhelper (>=9.20150101+deb8u2),
               dh-python,
               python-all-dev,
               python-numpy,
               python-fabio,
               python-h5py,
               python-pyopencl,
               python-mako,
               python-matplotlib,
               python-dateutil,
               python-opengl,
               python-pyqt5,
               python-pyqt5.qtsvg,
               python-pyqt5.qtopengl,
               python-scipy,
               python-six,
               python-sphinx,
               python-sphinxcontrib.programoutput,
               python-enum34,
               python-concurrent.futures,
               python3-all-dev,
               python3-numpy,
               python3-fabio,
               python3-h5py,
               python3-pyopencl,
               python3-mako,
               python3-matplotlib,
               python3-dateutil,
               python3-opengl,
               python3-pyqt5,
               python3-pyqt5.qtsvg,
               python3-pyqt5.qtopengl,
               python3-scipy,
               python3-six,
               python3-sphinx,
               python3-sphinxcontrib.programoutput,
               help2man,
               devscripts
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/silx.git
Vcs-Git: git://anonscm.debian.org/debian-science/packages/silx.git
Homepage: https://github.com/silx-kit/silx
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4

Package: silx
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends},
         python3-pkg-resources,
         python3-silx (>= ${source:Version})
Description: Toolbox for X-Ray data analysis - Executables
 .
 This uses the Python 3 version of the package.

Package: python-silx
Architecture: any
Section: python
Depends: ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends},
         libstdc++6,
         python-numpy,
         python-fabio,
         python-h5py,
         python-pyopencl,
         python-mako,
         python-matplotlib,
         python-dateutil,
         python-opengl,
         python-pyqt5,
         python-pyqt5.qtsvg,
         python-pyqt5.qtopengl,
         python-scipy,
         python-six,
         python-enum34,
         python-concurrent.futures,
# Recommends:
Suggests: python-rfoo
Description: Toolbox for X-Ray data analysis - Python2 library
 .
 This is the Python 2 version of the package.

Package: python3-silx
Architecture: any
Section: python
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
         libstdc++6,
         python3-numpy,
         python3-fabio,
         python3-h5py,
         python3-pyopencl,
         python3-mako,
         python3-matplotlib,
         python3-dateutil,
         python3-opengl,
         python3-pyqt5,
         python3-pyqt5.qtsvg,
         python3-pyqt5.qtopengl,
         python3-scipy,
         python3-six,
# Recommends:
# Suggests: python3-rfoo
Description: Toolbox for X-Ray data analysis - Python3
 .
 This is the Python 3 version of the package.

Package: python-silx-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Description: Toolbox for X-Ray data analysis - Documentation
 .
 This is the common documentation package.