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
|
Source: pytroll-schedule
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
dh-sequence-numpy3,
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-cartopy,
python3-defusedxml,
python3-geopandas,
python3-hatch-vcs,
python3-hatchling,
python3-numpy,
python3-pandas,
python3-pyorbital,
python3-pyresample,
python3-pytest <!nocheck>,
python3-setuptools,
python3-shapely,
python3-yaml
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pytroll-schedule
Vcs-Git: https://salsa.debian.org/debian-gis-team/pytroll-schedule.git
Homepage: https://github.com/pytroll/pytroll-schedule
Rules-Requires-Root: no
Description: Scheduling satellite passes in Python
The package provides a Python library and tools for reception
scheduling of polar orbit weather satellites.
This package is part of the PyTroll software suite.
Package: python3-trollsched
Architecture: all
Depends: ${python3:Depends},
${misc:Depends}
Recommends: trollsched-bin
Suggests: python3-cartopy
Description: ${source:Synopsis}
${source:Extended-Description}
Package: trollsched-bin
Architecture: all
Section: utils
Depends: python3-trollsched (= ${source:Version}),
${python3:Depends},
${misc:Depends}
Description: ${source:Synopsis} -- scripts
${source:Extended-Description}
.
This package provides utilities and executable scripts.
|