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
|
Source: pyodc
Section: python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all-dev,
python3-setuptools,
pybuild-plugin-pyproject,
python3-nbsphinx,
python3-sphinx-rtd-theme,
python3-pandas,
python3-cffi,
python3-ipython,
python3-sphinx,
pandoc,
libodc-dev
Standards-Version: 4.7.1
Homepage: https://github.com/ecmwf/pyodc
Vcs-Browser: https://salsa.debian.org/science-team/pyodc
Vcs-Git: https://salsa.debian.org/science-team/pyodc.git -b debian/latest
Package: python3-pyodc
Architecture: all
Depends: ${python3:Depends},${sphinxdoc:Depends}, ${misc:Depends}, libodc-0d, python3-cffi
Suggests: python3-odc-docs
Description: Python interface to `odc` for encoding/decoding ODB-2 files
This module is a python3 interface to the ODC library from ECMWF
for Observational Database files.
.
ECMWF is the European Centre for Medium-Range Weather Forecasts.
Package: python3-pyodc-docs
Architecture: all
Depends: ${misc:Depends}, libjs-requirejs, libjs-sphinxdoc
Multi-Arch: foreign
Description: Documentation for python ODC module
This module is the documentation for the python3 interface
to the ODC library from ECMWF for Observational Database files.
.
ECMWF is the European Centre for Medium-Range Weather Forecasts.
|