File: control

package info (click to toggle)
python-fisx 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,888 kB
  • sloc: cpp: 9,333; python: 1,339; sh: 144; makefile: 41
file content (47 lines) | stat: -rw-r--r-- 1,931 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
44
45
46
47
Source: python-fisx
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Picca Frédéric-Emmanuel <picca@debian.org>,
	   Alexandre Marie <alexandre.marie@synchrotron-soleil.fr>
Section: python
Priority: optional
Build-Depends: cython3,
               debhelper-compat (= 13),
               dh-python,
               dh-sequence-numpy3,
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all-dev,
               python3-numpy (>= 2.0),
               python3-setuptools
Standards-Version: 4.1.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-fisx
Vcs-Git: https://salsa.debian.org/python-team/packages/python-fisx.git
Homepage: https://github.com/vasole/fisx

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: python-fisx-common
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
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.