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
|
Source: astropy-regions
Standards-Version: 4.7.2
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders:
Ole Streicher <olebole@debian.org>,
Section: science
Priority: optional
Build-Depends:
cython3,
debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all-dev,
python3-astropy,
python3-astropy-healpix,
python3-numpy,
python3-numpy-dev,
python3-extension-helpers,
python3-pytest,
python3-pytest-arraydiff,
python3-pytest-astropy,
python3-setuptools,
python3-setuptools-scm,
Vcs-Browser: https://salsa.debian.org/debian-astro-team/regions
Vcs-Git: https://salsa.debian.org/debian-astro-team/regions.git
Homepage: https://astropy-regions.readthedocs.io/
Package: python3-regions
Architecture: any
Section: python
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: Python astronomy package for region handling
The regions package provides (or plans to provide) classes to
represent regions defined using pixel or celestial coordinates or on
the celestial sphere.
|