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
|
Source: xrayutilities
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Eugen Wintersberger <eugen.wintersberger@gmail.com>,
Alexandre Marie <alexandre.marie@synchrotron-soleil.fr>,
Sebastien Delafond <seb@debian.org>,
Picca Frédéric-Emmanuel <picca@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all-dbg,
python3-all-dev,
python3-h5py,
python3-h5py-dbg,
python3-lmfit,
python3-matplotlib,
python3-matplotlib-dbg,
python3-numpy,
python3-numpy-dbg,
python3-numpydoc,
python3-scipy,
python3-scipy-dbg,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-tk,
python3-unittest2
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/science-team/python-xrayutilities
Vcs-Git: https://salsa.debian.org/science-team/python-xrayutilities.git
Homepage: https://xrayutilities.sourceforge.io
Package: xrayutilities
Depends: python3-xrayutilities, ${misc:Depends}
Architecture: all
Section: oldlibs
Description: transitional package
This is a transitional package. It can safely be removed.
Package: python3-xrayutilities
Architecture: any
Section: python
Depends: python3-lmfit,
python3-matplotlib,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Recommends: python-xrayutilities-doc
Breaks: xrayutilities (<< 1.6.0-3)
Replaces: xrayutilities (<< 1.6.0-3)
Description: X-rays data reduction and analysis (Python 3)
xrayutilities is a collection of scripts used to analyze X-rays
diffraction data. It consists of a Python package and several
routines coded in C. It especially useful for the reciprocal space
conversion of diffraction data taken with linear and area detectors.
.
This is the Python 3 version of the package.
Package: python3-xrayutilities-dbg
Architecture: any
Section: debug
Depends: python3-dbg,
python3-h5py-dbg,
python3-numpy-dbg,
python3-scipy-dbg,
python3-xrayutilities (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: X-rays data reduction and analysis (Python3 debug ext)
xrayutilities is a collection of scripts used to analyze X-rays
diffraction data. It consists of a Python package and several
routines coded in C. It especially useful for the reciprocal space
conversion of diffraction data taken with linear and area detectors.
.
This package contains the extension built for the Python 3 debug
interpreter.
Package: python-xrayutilities-doc
Architecture: all
Section: doc
Depends: libjs-mathjax, ${misc:Depends}, ${sphinxdoc:Depends}
Description: X-rays data reduction and analysis (documentation)
xrayutilities is a collection of scripts used to analyze x-ray
diffraction data. It consists of a Python package and several
routines coded in C. It especially useful for the reciprocal space
conversion of diffraction data taken with linear and area detectors.
.
This package includes the manual in HTML format.
|