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
|
Source: extinction
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>,
Phil Wyett <philip.wyett@kathenas.org>
Section: python
Priority: optional
Build-Depends: cython3,
debhelper-compat (= 13),
dh-python,
dh-sequence-numpy3,
python3-all-dev,
python3-numpy,
python3-setuptools
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-astro-team/extinction
Vcs-Git: https://salsa.debian.org/debian-astro-team/extinction.git
Homepage: https://github.com/kbarbary/extinction
Rules-Requires-Root: no
Package: python3-extinction
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Fast interstellar dust extinction laws (Python 3)
Extinction contains Cython-optimised implementations of empirical dust
extinction laws found in the astronomical literature.
|