summaryrefslogtreecommitdiff
path: root/debian/control
blob: 7f867ff143944d417b90631682484e6ffec49401 (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
Source: python-fisx
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Picca Frédéric-Emmanuel <picca@debian.org>
Section: python
Priority: optional
Build-Depends: cython,
               cython-dbg,
               cython3,
               cython3-dbg,
               debhelper (>= 9),
               dh-python,
               python-all-dbg,
               python-all-dev,
               python-numpy,
               python-numpy-dbg,
               python-setuptools,
               python3-all-dbg,
               python3-all-dev,
               python3-numpy,
               python3-numpy-dbg,
               python3-setuptools
Standards-Version: 4.1.1
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-fisx
Vcs-Git: https://salsa.debian.org/python-team/modules/python-fisx.git
Homepage: https://github.com/vasole/fisx

Package: python-fisx
Architecture: any
Depends: python-fisx-common,
         ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Description: Quantitative X-Ray Fluorescence Analysis Support Library - (Python 2)
 This software library implements formulas to calculate, given an
 experimental setup, the expected x-ray fluorescence intensities. The
 library accounts for secondary and tertiary excitation, K, L and M
 shell emission lines and de-excitation cascade effects. The basic
 implementation is written in C++ and a Python binding is provided.
 .
 This is the Python 2 version of the package.

Package: python-fisx-dbg
Architecture: any
Section: debug
Depends: python-dbg,
         python-fisx (= ${binary:Version}),
         python-fisx-common,
         python-numpy-dbg,
         ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Description: Quantitative X-Ray Fluorescence Analysis Support Library - (Python 2 Debug)
 This software library implements formulas to calculate, given an
 experimental setup, the expected x-ray fluorescence intensities. The
 library accounts for secondary and tertiary excitation, K, L and M
 shell emission lines and de-excitation cascade effects. The basic
 implementation is written in C++ and a Python binding is provided.
 .
 This is the Python 2 Debug version of the package.

Package: python3-fisx
Architecture: any
Depends: python-fisx-common,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: Quantitative X-Ray Fluorescence Analysis Support Library - (Python 3)
 This software library implements formulas to calculate, given an
 experimental setup, the expected x-ray fluorescence intensities. The
 library accounts for secondary and tertiary excitation, K, L and M
 shell emission lines and de-excitation cascade effects. The basic
 implementation is written in C++ and a Python binding is provided.
 .
 This is the Python 3 version of the package.

Package: python3-fisx-dbg
Architecture: any
Section: debug
Depends: python-fisx-common,
         python3-dbg,
         python3-fisx (= ${binary:Version}),
         python3-numpy-dbg,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: Quantitative X-Ray Fluorescence Analysis Support Library - (Python 3 Debug)
 This software library implements formulas to calculate, given an
 experimental setup, the expected x-ray fluorescence intensities. The
 library accounts for secondary and tertiary excitation, K, L and M
 shell emission lines and de-excitation cascade effects. The basic
 implementation is written in C++ and a Python binding is provided.
 .
 This is the Python 3 Debug version of the package.

Package: python-fisx-common
Architecture: all
Depends: ${misc:Depends}
Description: Quantitative X-Ray Fluorescence Analysis Support Library - (Common)
 This software library implements formulas to calculate, given an
 experimental setup, the expected x-ray fluorescence intensities. The
 library accounts for secondary and tertiary excitation, K, L and M
 shell emission lines and de-excitation cascade effects. The basic
 implementation is written in C++ and a Python binding is provided.
 .
 This is the common files of the package.