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
|
Source: pyerfa
Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
graphviz,
liberfa-dev,
python3-all-dev,
python3-numpy,
python3-packaging,
python3-pytest,
python3-pytest-doctestplus,
python3-setuptools,
python3-setuptools-scm,
python3-sphinx,
python3-sphinx-astropy
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/debian-astro-team/pyerfa
Vcs-Git: https://salsa.debian.org/debian-astro-team/pyerfa.git
Homepage: https://github.com/liberfa/pyerfa
Rules-Requires-Root: no
Package: python3-erfa
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
${sphinxdoc:Depends},
python3-numpy
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Python bindings for ERFA routines
PyERFA provides Python bindings for the ERFA library (Essential Routines
for Fundamental Astronomy), a C library containing key algorithms for
astronomy, which is based on the SOFA library published by the
International Astronomical Union (IAU).
All C routines are wrapped as Numpy universal functions, so that they can
be called with scalar or array inputs.
|